Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-12 | Replace CARD{8,16,32} with uint{8,16,32}_t | Matt Turner | |
As has been done with xf86-video-intel, replace all CARD* datatypes with uint*_t datatypes available from stdint.h. | |||
2008-01-23 | Revert "RADEON: adjust PAL mode hstart" | Alex Deucher | |
This reverts commit 719a9a376e34d99032af75e3f7b002670ccb816b. This breaks TV out on some cards. | |||
2008-01-20 | RADEON: adjust PAL mode hstart | Alex Deucher | |
Most people seem to get a more aligned picture with this setting | |||
2008-01-19 | RADEON: get dac2 adj values from the bios tables | Alex Deucher | |
2008-01-04 | RADEON: improve ntsc image centering | Alex Deucher | |
2007-12-26 | RADEON: fix PAL tv-out | Alex Deucher | |
Many thanks to Andrew Randrianasulu for providing me with pll reg dumps | |||
2007-12-21 | RADEON: more re-org | Alex Deucher | |
move save/restore routines into legacy_crtc/output | |||
2007-12-07 | radeon: move savedreg/modereg into entity instead of info | Dave Airlie | |
2007-11-15 | RADEON: set proper defaults for tv dac BGADJ/DACADJ | Alex 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-26 | RADEON: minor tweak to tv out | Alex Deucher | |
2007-08-25 | RADEON: remove fbdev option | Alex Deucher | |
FBDev support is currently broken, and it not really compatible with randr | |||
2007-08-23 | radeon: Warning fixes. | Michel Dänzer | |
2007-08-21 | RADEON: Fix color problem on pre-R3xx chips tv-out | Alex Deucher | |
2007-08-21 | RADEON: more tv out fixes and clean up | Alex Deucher | |
2007-08-21 | RADEON: fix tv-out on R3xx | Alex Deucher | |
R3xx apparently needs the tv clock forced on. | |||
2007-08-19 | RADEON: turn off TVCLK when blanking tv encoder | Alex Deucher | |
2007-08-05 | RADEON: add tv out properties | Alex Deucher | |
2007-08-05 | RADEON: attempt to do the right thing for standards other than PAL or NTSC | Alex Deucher | |
2007-08-03 | RADEON: Change indexing of TV constants table in preparation for standard ↵ | Alex Deucher | |
re-work | |||
2007-08-02 | RADEON: fix tv-out enable/disable | Alex Deucher | |
2007-08-02 | RADEON: move tv dac enable to enabledisplay() | Alex Deucher | |
2007-08-02 | RADEON: limit tv modes to the only one we can program at the moment | Alex Deucher | |
2007-08-01 | RADEON: remove unused elements | Alex Deucher | |
2007-08-01 | RADEON: convert hard coded tv out values to calculations | Alex Deucher | |
2007-07-31 | RADEON: more fixes... | Alex Deucher | |
2007-07-31 | RADEON: 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-29 | RADEON: add info about tv out code and authorship | Alex Deucher | |
2007-07-29 | RADEON: Initial pass at integrated tv out support | Alex 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. |