Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||
2008-11-03 | radeon/drm: fixup ref counting in on fb objs | Dave Airlie | |
2008-10-07 | radeon: pull in recent fixes from ddx | Alex Deucher | |
- fixup atom digital encoder setup - pull in add get edid (currently disabled due to lack of support for atom fb/scratch space) | |||
2008-09-26 | radeon: use atom for ext tmds on r4xx | Alex Deucher | |
2008-09-26 | radeon: make atom on r4xx a module option | Alex Deucher | |
default is legacy modesetting. pass module option r4xx_atom to try using atom on r4xx. | |||
2008-09-23 | Store the buffer object backing the fb as a void pointer, not a handle. | Kristian Høgsberg | |
This lets us defer handle creation until userspace acutally asks for one, at which point we also have a drm_file to associate it with. | |||
2008-09-18 | radeon: pll and interlace updates from the ddx | Alex Deucher | |
also some formatting cleanup in radeon_reg.h | |||
2008-09-18 | Radeon: restructure PLL data | Alex Deucher | |
- store pixel clocks, core clock, and memory clocks separately - grab all pll limits from bios tables | |||
2008-09-18 | fixup radeon stuff - need to checkout irqs | Dave Airlie | |
2008-09-18 | radeon: fix return value | Dave Airlie | |
2008-09-18 | radeon: sort out atom vs combios tables for r400 cards | Dave Airlie | |
2008-09-18 | radeon: don't do full edid for detection purposes | Dave Airlie | |
2008-08-17 | radeon: first pass at bios scratch regs | Alex Deucher | |
- todo: updated connected status | |||
2008-08-17 | radeon: remove unused legacy state | Alex Deucher | |
2008-08-17 | radeon: get primary dac adj info from bios tables | Alex Deucher | |
2008-08-14 | Fill in and make use of more com bios tables on legacy chips | Alex Deucher | |
2008-08-14 | Restructure cursor handling and add support for legacy cursors | Alex Deucher | |
2008-08-14 | various cleanups | Alex Deucher | |
- white space - move i2c_lock to radeon_i2c.c - enable tv dac on legacy | |||
2008-08-14 | unify connector, i2c handling for atom and legacy | Alex Deucher | |
2008-08-08 | radeon: add initial support for legacy crtc/encoders. | Dave Airlie | |
not all there yet | |||
2008-07-26 | radeon: add initial atombios modesetting and GEM -> TTM translation layer. | Dave Airlie | |
This is an initial import of the atom bios parser with modesetting support for r500 hw using atombios. It also includes a simple memory manager layer that translates a radeon GEM style interface onto TTM internally. So far this memory manager has only been used for pinned object allocation for the DDX to test modesetting. |