summaryrefslogtreecommitdiff
path: root/src/radeon_chipset_gen.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-19Add new pci idsAlex Deucher1-0/+2
2009-02-08Add some missing r6xx/r7xx pci idsAlex Deucher1-0/+20
2009-02-03Fix bad rv710 pci idAlex Deucher1-1/+1
2008-12-18radeon: add all new pci ids for rv730/rv710 familiesDave Airlie1-3/+25
2008-12-16radeon: add initial rv730 pciids.Dave Airlie1-0/+3
Lots more to come, this just adds a few to start.
2008-12-15Remove duplicate ATI in some device namesFabio1-7/+7
from bug 19098
2008-11-10pciid: add HD3300 - 790GX chipset.Dave Airlie1-0/+1
RH BZ (#466706)
2008-08-12radeon: add 0x9441 for hd 4870 x2Dave Airlie1-0/+1
thanks to Michael Larabel for testing
2008-07-12pciid: add radeon HD3850.Dave Airlie1-0/+1
pci id from legume on #radeon
2008-07-08rv770 initial supportDave Airlie1-0/+2
adds pci ids and one register from AMD code
2008-07-01Add pci id for FireMV 2400Wolke Liu1-0/+1
2008-06-210x1002 0x5657 is actually RV410Alex Deucher1-1/+1
See bug 14289 com_bios_scratch.diff
2008-05-14Add RS600 supportAlex Deucher1-0/+3
2008-03-10RV550: MC setup is like RV515 not RV530Alex Deucher1-3/+3
2008-03-05AVIVO: Initial support for DCE 3.0 using atombiosAlex Deucher1-6/+25
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues.
2008-02-08add rv670 pciidsDave Airlie1-0/+6
2008-01-29RADEON: Add new RV380 pci idAlex Deucher1-0/+1
bug 14289
2007-11-20atombios: add all r5xx and r6xx pci idsDave Airlie1-0/+132
2007-11-20radeon: restructure pci ids to avoid effort laterDave Airlie1-0/+141
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.