summaryrefslogtreecommitdiff
path: root/src/radeon_chipset_gen.h
AgeCommit message (Collapse)Author
2012-10-16radeon: add new pci ids for SIAlex Deucher
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2012-08-06radeon: add some new SI pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2012-07-10Initial SI support.Michel Dänzer
Defaults to shadowfb. 3D acceleration is available with glamor. 2D acceleration is disabled until the radeonsi driver can handle glamor's shaders. v2: add chip flags (Alex Deucher) Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2012-06-18radeon: fix RADEONChipsetsDave Airlie
reported on irc by okias. Signed-off-by: Dave Airlie <airlied@redhat.com>
2012-06-05radeon: add new PCI idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2012-03-20radeon/kms: add TN pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-12-12radeon: add some new pci idsAlex Deucher
fixes: https://bugs.freedesktop.org/show_bug.cgi?id=43739 Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-12-01radeon: add some new pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2011-11-14radeon: add missing FireMV pci idAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-07-15radeon: add some new NI pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2011-05-31radeon: add llano pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-05-03radeon: add some new pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-04-04radeon: add some additional ontario pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-03-02kms: add cayman pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-02-01radeon: remove device 0x4243Alex Deucher
0x4243 is a PCI bridge, not a gpu. See: https://bugs.freedesktop.org/show_bug.cgi?id=33815 Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2011-01-13rs880 fix typo in HD 4250 stringAlex Deucher
Noticed by Nigel Taylor Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=33057
2011-01-06NI: add pci idsAlex Deucher
2010-11-22Add Ontario fusion APU pci idsAlex Deucher
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
2010-08-04radeon: add new pci idsAlex Deucher
2010-04-19radeon: add FireMV 2400 pci id.Dave Airlie
From RH#581927 - thanks to Carsten Clasohm Signed-off-by: Dave Airlie <airlied@redhat.com>
2010-04-09radeon: add some new pci idsAlex Deucher
2010-03-03radeon: add new RS880 pci idAlex Deucher
2010-02-01evergreen: add pci idsAlex Deucher
2009-08-04RS880: enable accelAlex Deucher
2009-08-03radeon: add some new r7xx pci idsAlex Deucher
2009-06-28Add some missing M96 pci idsAlex Deucher
fixes fdo bug 22404
2009-05-29Add RV740 (HD4770) supportAlex Deucher
Verified by ernstp on IRC
2009-05-18r4xx: Add some missing pci idsAlex Deucher
Noticed by Romain in bug 21798
2009-05-11RV770: add missing pci idAlex Deucher
Fixes bug 21209
2009-04-02Add RV790 (HD 4890) supportAlex Deucher
2009-03-22radeon: add new chip idsAlex Deucher
2009-03-19Add new pci idsAlex Deucher
2009-02-08Add some missing r6xx/r7xx pci idsAlex Deucher
2009-02-03Fix bad rv710 pci idAlex Deucher
2008-12-18radeon: add all new pci ids for rv730/rv710 familiesDave Airlie
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-05-14Add RS600 supportAlex Deucher
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-08add rv670 pciidsDave Airlie
2008-01-29RADEON: Add new RV380 pci idAlex Deucher
bug 14289
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.