Age | Commit message (Collapse) | Author |
|
- Basically just copied from the intel driver. I'm planning to push
this to the server soon, but add it now to get things working
and to provide compat for older servers.
- Overlay crtc source control attribute now called XV_CRTC
The old attribute XV_SWITCHCRT has been removed. If anyone cares,
we can add it back as an alias to XV_CRTC
XV_CRTC: -1 auto, 0 crtc0, 1 crtc1
|
|
|
|
- when the TV DAC is used for crtc1 make sure to keep this bit set when
initializing crtc2.
- fixes bug 11894
|
|
Based on the GATOS tv-out support by Federico Ulivi <fulivi@lycos.com>
and information from ati with substantial rework by myself.
Code is not actually hooked up yet.
|
|
|
|
|
|
|
|
spotted by Andrew Randrianasulu <randrik@mail.ru>
fixes bug 11357
|
|
|
|
|
|
- fix tiling on older radeons
- allow the user to specify FB size using Virtual line in config
Current default is 1600x1200
- reset ecp_div for Xv in randr crtc mode set
|
|
|
|
Move code where it's used, remove unused variables, etc.
|
|
|
|
- based heavily on intel
|
|
|
|
|
|
|
|
- crtc1 MC control is on CRTC_GEN_CNTL
- fix indenting
|
|
- move output init from InitCrtc() functions to the output mode_set()
- take the crtc off the MC when blanking
- move EnableDisplay() to output commit()
- clean up some dead code
- don't enable dacs in initcrtc() functions, this is taken care of in EnableDisplay()
|
|
- move crtc stuff to radeon_crtc.c
- move output stuff to radeon_output.c
|