summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-21RADEON: Fix color problem on pre-R3xx chips tv-outrandr-1.2Alex Deucher1-2/+0
2007-08-21RADEON: more tv out fixes and clean upAlex Deucher4-53/+52
2007-08-21RADEON: fix tv-out on R3xxAlex Deucher1-1/+3
2007-08-20RADEON: Add DefaultConnectorTable optionAlex Deucher4-55/+103
2007-08-19RADEON: turn off TVCLK when blanking tv encoderAlex Deucher2-0/+7
2007-08-16RADEON: fix Xv clipping and overlay sourcingAlex Deucher4-104/+163
2007-08-15RADEON: Remove RADEONRestoreMode()Alex Deucher1-46/+19
2007-08-15RADEON: fix console restore on r3xx and r4xxLisa Wu1-15/+13
2007-08-15RADEON: make sure crtc routing is correct in r300_detect_tv()Alex Deucher1-4/+8
2007-08-14RADEON: minor cleanupAlex Deucher1-4/+2
2007-08-14RADEON: Implement improved tv load detection for r300Alex Deucher1-0/+73
2007-08-14RADEON: Turn off tv encoder in disableoutputs()Alex Deucher1-2/+9
2007-08-14RADEON: Make sure RMX is always programmed for crtc1Alex Deucher1-14/+15
2007-08-14RADEON: Add load detectionAlex Deucher2-19/+407
2007-08-12RADEON: order the VGA and DVI ports correctlyAlex Deucher1-8/+8
2007-08-11RADEON: fix connector setup when there's no bios tablesAlex Deucher2-0/+7
2007-08-08RADEON: fix typo in commentAlex Deucher1-1/+1
2007-08-08RADEON: make sure RADEON_CRTC2_CRT2_ON bit state is properly accounted forLisa Wu1-14/+20
2007-08-07RADEON: fix ConnectorTable option after connector table re-workAlex Deucher1-1/+6
2007-08-07RADEON: Make sure the default TV standard is supportedAlex Deucher1-0/+1
2007-08-07RADEON: minor fix to legacy bios connector tableAlex Deucher1-5/+2
2007-08-05RADEON: Always set MonType in radeon_detect()Alex Deucher1-15/+28
2007-08-05RADEON: add tv out propertiesAlex Deucher5-10/+197
2007-08-05RADEON: switch DVI-I monitor type attribute to stringAlex Deucher1-16/+18
2007-08-05RADEON: make backlight attribute lower caseAlex Deucher1-1/+1
2007-08-05RADEON: switch RMX attribute to string typeAlex Deucher1-8/+25
2007-08-05RADEON: typoAlex Deucher1-2/+2
2007-08-05RADEON: fixesAlex Deucher2-14/+16
2007-08-05RADEON: Fix DVI-I support in ATOM bios connector table parsingAlex Deucher1-0/+12
2007-08-05RADEON: refactor output init to handle multiple DVI or VGAAlex Deucher1-23/+46
2007-08-05RADEON: attempt to do the right thing for standards other than PAL or NTSCAlex Deucher1-23/+79
2007-08-05RADEON: Major rework of BIOS table parsingAlex Deucher4-109/+309
2007-08-03RADEON: Change indexing of TV constants table in preparation for standard re-...Alex Deucher1-6/+31
2007-08-02RADEON: avoid a divide by 0 and only save tv out regs if the chip has themAlex Deucher1-1/+7
2007-08-02RADEON: fix tv-out enable/disableAlex Deucher3-45/+10
2007-08-02RADEON: add missing breakAlex Deucher1-0/+1
2007-08-02RADEON: move tv dac enable to enabledisplay()Alex Deucher2-14/+13
2007-08-02RADEON: limit tv modes to the only one we can program at the momentAlex Deucher2-2/+10
2007-08-01RADEON: remove unused elementsAlex Deucher1-9/+0
2007-08-01RADEON: convert hard coded tv out values to calculationsAlex Deucher3-62/+92
2007-07-31RADEON: more fixes...Alex Deucher2-31/+17
2007-07-31RADEON: fix name of tv outputAlex Deucher1-2/+2
2007-07-31RADEON: tv-out fixes. works now. tested on rv350.Alex Deucher3-13/+71
2007-07-29RADEON: add info about tv out code and authorshipAlex Deucher2-0/+9
2007-07-29RADEON: Initial pass at integrated tv out supportAlex Deucher11-30/+1373
2007-07-25RADEON: Compute PLL VCO gainAlex Deucher2-6/+55
2007-07-25RADEON: write out saved vclk and pixclk valuesAlex Deucher3-7/+9
2007-07-25RADEON: hack around console restore hang on r4xxAlex Deucher1-8/+13
2007-07-25RADEON: fix randr on r4xxAlex Deucher1-0/+7
2007-07-19RADEON: fix palette when depth != 24Alex Deucher1-7/+27