summaryrefslogtreecommitdiff
path: root/src/pcidb
AgeCommit message (Collapse)Author
2008-12-16radeon: add initial rv730 pciids.Dave Airlie
Lots more to come, this just adds a few to start.
2008-12-15Remove duplicate ATI in some device namesFabio
from bug 19098
2008-11-10pciid: add HD3300 - 790GX chipset.Dave Airlie
RH BZ (#466706)
2008-08-12radeon: add 0x9441 for hd 4870 x2Dave Airlie
thanks to Michael Larabel for testing
2008-07-12pciid: add radeon HD3850.Dave Airlie
pci id from legume on #radeon
2008-07-08rv770 initial supportDave Airlie
adds pci ids and one register from AMD code
2008-07-01Add pci id for FireMV 2400Wolke Liu
2008-06-210x1002 0x5657 is actually RV410Alex Deucher
See bug 14289 com_bios_scratch.diff
2008-06-09RS4xx: RC410 chips are actually RS400 basedAlex Deucher
2008-05-14Add RS600 supportAlex Deucher
2008-05-13RS4xx: Split out RS400 and RS480 as separate familiesAlex Deucher
RS400 (intel based IGP) and RS480 (AMD based IGP) have different MC setups and need to be handled differently
2008-03-16radeon: the 0x5974 appears to be a mobility chip...Dave Airlie
After debugging with partymola on #radeon, adding this allowed his Dell Vostro 1000 to work properly
2008-03-10RV550: MC setup is like RV515 not RV530Alex Deucher
2008-03-05AVIVO: Initial support for DCE 3.0 using atombiosAlex Deucher
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues.
2008-02-15ati: convert to pci probeGeorge Sapountzis
add pciids for each subdriver, make no use of the match_data functionality. thanks to Alex Deucher for reviewing and testing.
2008-02-08add rv670 pciidsDave Airlie
2008-01-29RADEON: Add new RV380 pci idAlex Deucher
bug 14289
2008-01-02RADEON: Make sure all old IGP chips have HasSingleDac setAlex Deucher
fix the csv file and re-gen the headers.
2007-11-20atombios: add all r5xx and r6xx pci idsDave Airlie
2007-11-20radeon: restructure pci ids to avoid effort laterDave Airlie
This uses a single file with all the pciids and parameters for radeon family and setup in it. I don't run the perl script at build time to avoid a perl dependency on build but adding pci ids should be done via the csv file with openoffice or gnumeric if possible.