summaryrefslogtreecommitdiff
path: root/src/radeon_tv.c
AgeCommit message (Collapse)Author
2007-12-07radeon: move savedreg/modereg into entity instead of infoDave Airlie
2007-11-15RADEON: set proper defaults for tv dac BGADJ/DACADJAlex Deucher
we should get these values from the bios tables, but for now use some reasonable defaults. This should fix the washed out color problems on bugs 1082 and 12844.
2007-08-26RADEON: minor tweak to tv outAlex Deucher
2007-08-25RADEON: remove fbdev optionAlex Deucher
FBDev support is currently broken, and it not really compatible with randr
2007-08-23radeon: Warning fixes.Michel Dänzer
2007-08-21RADEON: Fix color problem on pre-R3xx chips tv-outrandr-1.2Alex Deucher
2007-08-21RADEON: more tv out fixes and clean upAlex Deucher
2007-08-21RADEON: fix tv-out on R3xxAlex Deucher
R3xx apparently needs the tv clock forced on.
2007-08-19RADEON: turn off TVCLK when blanking tv encoderAlex Deucher
2007-08-05RADEON: add tv out propertiesAlex Deucher
2007-08-05RADEON: attempt to do the right thing for standards other than PAL or NTSCAlex Deucher
2007-08-03RADEON: Change indexing of TV constants table in preparation for standard ↵Alex Deucher
re-work
2007-08-02RADEON: fix tv-out enable/disableAlex Deucher
2007-08-02RADEON: move tv dac enable to enabledisplay()Alex Deucher
2007-08-02RADEON: limit tv modes to the only one we can program at the momentAlex Deucher
2007-08-01RADEON: remove unused elementsAlex Deucher
2007-08-01RADEON: convert hard coded tv out values to calculationsAlex Deucher
2007-07-31RADEON: more fixes...Alex Deucher
2007-07-31RADEON: tv-out fixes. works now. tested on rv350.Alex Deucher
VT siwtch is busted, and xrandr doesn't play nice yet. uncomment code in radeon_output.c to test.
2007-07-29RADEON: add info about tv out code and authorshipAlex Deucher
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.