summaryrefslogtreecommitdiff
path: root/src/pcidb/parse_pci_ids.pl
AgeCommit message (Collapse)AuthorFilesLines
2016-11-21Remove generated header filesMichel Dänzer1-82/+0
No longer used. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-10-19Order unique chipsets according to first appearance in ati_pciids.csvMichel Dänzer1-2/+7
Instead of lexically. This makes it more likely for similar generations to be close to each other in the list of unique chipsets. (Ported from radeon commit 1ce1b1656acc6211deb2091ff7f28d51b6daf86b, plus change $numunique++ => ++$numunique to fix OLAND getting listed twice) Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-08-30Only list each unique chipset family once in the log fileMichel Dänzer1-0/+7
Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher1-0/+70
This adds the new xf86-video-amdgpu driver for newer AMD GPUs. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>