summaryrefslogtreecommitdiff
path: root/src/radeon_crtc.c
AgeCommit message (Collapse)Author
2007-08-16RADEON: fix Xv clipping and overlay sourcingAlex Deucher
- 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
2007-08-08RADEON: fix typo in commentAlex Deucher
2007-08-08RADEON: make sure RADEON_CRTC2_CRT2_ON bit state is properly accounted forLisa Wu
- when the TV DAC is used for crtc1 make sure to keep this bit set when initializing crtc2. - fixes bug 11894
2007-07-29RADEON: Initial pass at integrated tv out supportAlex Deucher
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.
2007-07-25RADEON: write out saved vclk and pixclk valuesAlex Deucher
2007-07-19RADEON: fix palette when depth != 24Alex Deucher
2007-07-05RADEON: set default values for crtc_offset_cntlsAlex Deucher
2007-07-05RADEON: Fix tiling on r1xx and r2xxAlex Deucher
spotted by Andrew Randrianasulu <randrik@mail.ru> fixes bug 11357
2007-06-28RADEON: factor out surface_cntl init into one functionAlex Deucher
2007-06-28RADEON: move crtc base setups to new functionsAlex Deucher
2007-06-25RADEON: tiling and FB size fixesAlex Deucher
- 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
2007-05-31Fix build whithout XF86DRIMatthieu Herrb
2007-05-30radeon: Lots of warning fixes.Michel Dänzer
Move code where it's used, remove unused variables, etc.
2007-05-29Fix build without XF86DRIMatthieu Herrb
2007-05-26RADEON: first pass at rotation (not working yet)Alex Deucher
- based heavily on intel
2007-05-26RADEON: make sure we have the lock when SYNCingAlex Deucher
2007-05-26RADEON: fix handling of DRI lockAlex Deucher
2007-05-23RADEON: add output properties (not functional yet)Alex Deucher
2007-05-20RADEON: fix crtc1 (un)blanking code after last commitAlex Deucher
- crtc1 MC control is on CRTC_GEN_CNTL - fix indenting
2007-05-20RADEON: several updatesAlex Deucher
- 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()
2007-05-13RADEON: re-org randr codeAlex Deucher
- move crtc stuff to radeon_crtc.c - move output stuff to radeon_output.c