summaryrefslogtreecommitdiff
path: root/src/amdgpu_pci_chipset_gen.h
AgeCommit message (Collapse)AuthorFilesLines
2016-11-21Remove generated header filesMichel Dänzer1-195/+0
No longer used. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-08-30Add missing Kaveri PCI ID (1318)Michel Dänzer1-0/+1
Found by comparing src/pcidb/ati_pciids.csv with xf86-video-ati. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-08-29Add Mullins PCI IDsMichel Dänzer1-0/+16
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97472 Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-08-22Add SI PCI IDsRonie Salgado1-0/+73
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2016-05-17add missing bonaire pci idAlex Deucher1-0/+1
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-05-17Add more Polaris 11 PCI IDsFlora Cui1-2/+5
Signed-off-by: Flora Cui <Flora.Cui@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-05-17Add more Polaris 10 PCI IDsFlora Cui1-0/+9
Signed-off-by: Flora Cui <Flora.Cui@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2016-05-10add strato pci idFlora Cui1-0/+1
Signed-off-by: Flora Cui <flora.cui@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
2016-03-24add polaris10 pci idFlora Cui1-0/+2
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Flora Cui <Flora.Cui@amd.com> Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
2016-03-24add polaris11 pci idFlora Cui1-0/+6
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Flora Cui <Flora.Cui@amd.com> Reviewed-By: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2015-10-23Add Stoney supportSamuel Li1-0/+1
(agd): rebase Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Samuel Li <samuel.li@amd.com>
2015-08-07add fiji pci idAlex Deucher1-0/+1
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2015-05-13add some new tonga pci idsAlex Deucher1-2/+5
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2015-05-13add new bonaire pci idAlex Deucher1-0/+1
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher1-0/+77
This adds the new xf86-video-amdgpu driver for newer AMD GPUs. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>