Age | Commit message (Collapse) | Author |
|
- fixup atom digital encoder setup
- pull in add get edid (currently disabled due to
lack of support for atom fb/scratch space)
|
|
default is legacy modesetting. pass module option r4xx_atom
to try using atom on r4xx.
|
|
|
|
|
|
|
|
- store pixel clocks, core clock, and memory clocks separately
- grab all pll limits from bios tables
|
|
|
|
set the correct values from atombios makes LVDS work a lot better
|
|
- todo: updated connected status
|
|
|
|
- removed save/init/restore chain with set functions
|
|
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.
|