Alex Deucher
|
d883347f08
|
radeon: first pass at using atombios on r4xx hw
|
2008-09-25 18:45:07 -04:00 |
Kristian Høgsberg
|
5fdfbee22a
|
Store the buffer object backing the fb as a void pointer, not a handle.
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-23 16:49:32 +10:00 |
Alex Deucher
|
075ed1d6fd
|
radeon: pll and interlace updates from the ddx
also some formatting cleanup in radeon_reg.h
|
2008-09-18 17:27:00 -04:00 |
Alex Deucher
|
e1e782af5d
|
Radeon: restructure PLL data
- store pixel clocks, core clock, and memory clocks separately
- grab all pll limits from bios tables
|
2008-09-18 15:11:48 -04:00 |
Alex Deucher
|
ba61880ac8
|
radeon: fix warning from radeon_legacy_state removal
|
2008-08-19 13:06:04 -04:00 |
Alex Deucher
|
f38fff5416
|
Fill in and make use of more com bios tables on legacy chips
|
2008-08-14 09:19:03 +10:00 |
Alex Deucher
|
a1f1202470
|
Fix warnings
|
2008-08-14 09:19:03 +10:00 |
Alex Deucher
|
b486ed7f7d
|
Get legacy working finally
- extra ~ in RADEON_WRITE_P()
- re-arrange crtc setup a bit
- add debugging for tracing calls
- fix pitch calculation
|
2008-08-14 09:19:03 +10:00 |
Alex Deucher
|
8867eca872
|
set base in legacy crtc mode set
|
2008-08-14 09:19:03 +10:00 |
Alex Deucher
|
5f427e9aae
|
Brute force port of legacy crtc/encoder code
- removed save/init/restore chain with set functions
|
2008-08-14 09:19:02 +10:00 |
Dave Airlie
|
c2184e450e
|
radeon: add initial support for legacy crtc/encoders.
not all there yet
|
2008-08-08 16:04:45 +10:00 |