summaryrefslogtreecommitdiff
path: root/src/legacy_output.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-23radeon: fix legacy lvds dpms sequenceAlex Deucher1-1/+4
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-3/+3
2010-01-04radeon: fix LVDS power sequence on Mac cardsAlex Deucher1-4/+23
2009-10-06radeon: Fix duplicated bit settingsRoel Kluin1-2/+2
2009-09-01radeon: add some notes about DVO setupAlex Deucher1-4/+15
2009-04-23r2xx/r3xx/r4xx: further i2c fixupsAlex Deucher1-6/+5
2009-04-04DCE3/3.2: fix up transmitter/encoder setupAlex Deucher1-1/+2
2009-02-03Fix encoder accountingAlex Deucher1-38/+31
2009-01-28Move encoder specific data to encoder dev_privAlex Deucher1-80/+176
2009-01-26Warning fixesAlex Deucher1-2/+4
2009-01-26Move legacy output setup functions to legacy_output.cAlex Deucher1-0/+125
2009-01-26Additional output cleanupAlex Deucher1-1/+2
2009-01-23Remove OutputType and other cruftAlex Deucher1-1/+1
2009-01-23track encoder stateAlex Deucher1-77/+29
2009-01-23Remove TMDSType, DACType, LVDSType from output recAlex Deucher1-11/+20
2009-01-21Fix logic cut and paste errorAlex Deucher1-6/+10
2009-01-21fix legacy crtc routing and add some debugging infoAlex Deucher1-6/+26
2009-01-21Switch legacy output code to use new encoder objectsAlex Deucher1-266/+252
2008-12-17Pre-avivo: fix FP setupAlex Deucher1-6/+11
2008-08-08Further cleanup and unification of i2c codeAlex Deucher1-4/+2
2008-08-05IGP: attempt to get external TMDS workingAlex Deucher1-5/+4
2008-07-19Add oem quirk for external tmds setup on Dell Inspiron 8600Alex Deucher1-2/+9
2008-06-27Revert "IGP: attempt to fix VGA on IGP chips"Alex Deucher1-20/+0
2008-06-24IGP: attempt to fix VGA on IGP chipsAlex Deucher1-0/+20
2008-05-20Change RMX code to follow the programming algorithm suggested by ATI.Egbert Eich1-13/+21
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher1-10/+19
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-23/+23
2008-04-27RADEON: decrease crtc/output verbosityAlex Deucher1-2/+2
2008-03-21RS4xx: attempt to fix TMDS/DVO supportAlex Deucher1-0/+92
2008-03-19[PATCH] Compile warning fixes.Paulo Cesar Pereira de Andrade1-1/+1
2008-02-12RADEON: make sure we always set up the FP crtc shadow registers for crtc0Alex Deucher1-38/+34
2008-02-10RADEON: Implement proper (hopefully) BIOS/DRIVER interaction for COM biosAlex Deucher1-20/+0
2008-02-03RADEON: rework i2c handlingAlex Deucher1-1/+2
2008-02-01RADEON: don't restore LVDS_PLL_CNTL for nowAlex Deucher1-1/+1
2008-02-01RADEON: remove redundant RADEONDisableDisplays()Alex Deucher1-64/+0
2008-02-01RADEON: Implement "center" mode for RMX on legacy radeonsAlex Deucher1-3/+103
2008-01-19RADEON: get dac2 adj values from the bios tablesAlex Deucher1-1/+1
2008-01-17RADEON: use radeon_output->Flags for tracking RMX rather than mode->FlagsAlex Deucher1-25/+30
2008-01-09RADEON: fix crtc routing on r4xx cards when using atom to init DVO chipKristian Høgsberg1-3/+16
2008-01-09RADEON: restore FP2 regs before external encodersAlex Deucher1-1/+1
2007-12-26RADEON: fix typo that broke tv load detectionAlex Deucher1-4/+4
2007-12-21RADEON: various cleanupsArkadiusz Miskiewicz1-3/+0
2007-12-21RADEON: clean up prototypesAlex Deucher1-1/+0
2007-12-21RADEON: more re-orgAlex Deucher1-0/+159
2007-12-21RADEON: re-org legacy crtc/output code into separate filesAlex Deucher1-0/+1577