summaryrefslogtreecommitdiff
path: root/src/radeon_bios.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-11radeon: fix support for external tmds on some legacy chipsAlex Deucher1-12/+23
2009-10-21ATOM: fix up get clock infoAlex Deucher1-24/+1
2009-05-14radeon: try harder when checking if a card is postedAlex Deucher1-0/+10
2009-05-08R7xx: add support for reading disabled bios imagesAlex Deucher1-2/+57
2009-03-31COMBIS: Clarify case 0 for LCD DDC tableAlex Deucher1-0/+3
2009-03-31COMBIOS: fix default sclk/mclk from biosAlex Deucher1-2/+2
2009-01-28Move encoder specific data to encoder dev_privAlex Deucher1-114/+119
2009-01-23Remove TMDSType, DACType, LVDSType from output recAlex Deucher1-41/+2
2009-01-21Fixup encoder setup on pre-ATOM chipsAlex Deucher1-14/+14
2009-01-21clean up encoder setupAlex Deucher1-96/+96
2009-01-20First pass at converting legacy code to encoder objectsAlex Deucher1-15/+147
2009-01-06ATOM: rework encoder/transmitter setupAlex Deucher1-0/+1
2008-12-01Add quirk for r200 card with the primary dac wired to both portsAlex Deucher1-2/+17
2008-11-24Fix up posted logicAlex Deucher1-11/+5
2008-11-24Get hardcoded edid from the bios for servers that support itAlex Deucher1-26/+14
2008-11-06Check for LVDS on all IGP chipsAlex Deucher1-4/+2
2008-10-06Refactor atom LCD/DFP output setupAlex Deucher1-25/+4
2008-08-08Further cleanup and unification of i2c codeAlex Deucher1-11/+19
2008-08-08Fix VT switching on M6 chipsAlex Deucher1-16/+25
2008-08-07RS4xx DDC fixes take 3Alex Deucher1-2/+2
2008-08-06RS4xx: Fix up ddc gpioAlex Deucher1-2/+2
2008-08-05IGP: fix typo in IGP quirk handlingAlex Deucher1-4/+3
2008-08-05IGP: attempt to get external TMDS workingAlex Deucher1-18/+174
2008-08-05IGP: Updated quirk handlingAlex Deucher1-26/+34
2008-07-28Add quirk for oem x300 cardAlex Deucher1-0/+10
2008-07-17Fix console switch on R500Benjamin Herrenschmidt1-0/+20
2008-07-15ATOM: fix for r4xx cards with no VRAM_Usage tablesAlex Deucher1-30/+37
2008-06-27RADEON: IGP VGA fixes take 2Alex Deucher1-1/+3
2008-05-29RADEON: don't enable legacy bios table based init yetAlex Deucher1-2/+4
2008-05-28RADEON: only attempt to read vbios from legacy ISA space if it's primaryAlex Deucher1-6/+8
2008-05-27RADEON: improve support for secondary cardsAlex Deucher1-22/+209
2008-05-27ATOM: remove duplicate codeAlex Deucher1-1/+0
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher1-6/+7
2008-05-12Replace CARD{8,16,32} with uint{8,16,32}_tMatt Turner1-36/+36
2008-04-04RADEON: add some quirksAlex Deucher1-0/+10
2008-03-31radeon: split quirks into separate function and new quirk for IBM RN50Dave Airlie1-21/+39
2008-03-27radeon: size bios to max of bar vs 64k.Dave Airlie1-1/+2
2008-03-06RADEON: option to override TVDAC adj values from bios with driver defaultsAlex Deucher1-0/+3
2008-03-05RADEON: fix fetching of dac2 adj values from newer bios tablesAlex Deucher1-1/+23
2008-02-03RADEON: rework i2c handlingAlex Deucher1-26/+44
2008-01-20RADEON: re-work i2c for DDCAlex Deucher1-6/+4
2008-01-19RADEON: get dac2 adj values from the bios tablesAlex Deucher1-0/+52
2008-01-19RADEON: grab pll_in_min/pll_in_max from bios tables if availableAlex Deucher1-8/+17
2008-01-10RADEON: clean up output handlingAlex Deucher1-101/+14
2008-01-05RADEON: Fix TVStandard optionAlex Deucher1-1/+0
2007-12-30atombios: add support for reading tv standard from atombiosDave Airlie1-1/+1
2007-12-21RADEON: various cleanupsArkadiusz Miskiewicz1-2/+2
2007-12-21RADEON: clean up prototypesAlex Deucher1-0/+1
2007-12-21set ddc line correctly post-mergeDave Airlie1-1/+1
2007-12-21Merge remote branch 'origin/atombios-support'Dave Airlie1-74/+239