Age | Commit message (Collapse) | Author |
|
|
|
default is legacy modesetting. pass module option r4xx_atom
to try using atom on r4xx.
|
|
git+ssh://agd5f@git.freedesktop.org/git/mesa/drm into modesetting-gem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
also some formatting cleanup in radeon_reg.h
|
|
|
|
|
|
- store pixel clocks, core clock, and memory clocks separately
- grab all pll limits from bios tables
|
|
|
|
|
|
|
|
also dirty buffer on validate
|
|
|
|
Normally this will be due to an AGP driver needing updating
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plus a bunch of fixes
|
|
|
|
|
|
|
|
Allocate the rs480/690 tables from uncached memory.
|
|
|
|
if we have no DDC we were oopsing. fix that.
then make a native panel mode
|
|
set the correct values from atombios makes LVDS work a lot better
|
|
This mimics the X.org from ajax with less options
|
|
|
|
|
|
|
|
thanks to Ville Syrjälä
|
|
|
|
This uses a solid fill fastpath, falling back to the slow memset path.
|
|
|
|
|
|
|