[PATCH 1/2] Add Bonaire 0x665F

Josef Larsson josla972 at student.liu.se
Sun Jul 26 14:35:40 PDT 2015


The PCI ID was missing so the xorg radeon driver could not find my
graphics card (XFX Radeon R7 360), so I added it and now it works fine:

# lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc.
[AMD/ATI] Device 665f (rev 81)

Perhaps one should should also assume that a 0x665e revision also exists
(I did not include this in the patches).

This patch is for xserver, and I am not sure if it is necessary. The
second patch (in next message) for xf86-video-ati however is absolutely
necessary. Please note that this patch was applied on the tag
xf86-video-ati-7.5.0 and will not apply cleanly on the master branch.

>From 4f7417e6cfe36fdb6fbef003fc47a21ed00d10cc Mon Sep 17 00:00:00 2001
From: Josef Larsson <josla972 at student.liu.se>
Date: Sun, 26 Jul 2015 00:30:31 +0200
Subject: [PATCH] Add Bonaire 0x665F

---
 hw/xfree86/dri2/pci_ids/radeonsi_pci_ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/xfree86/dri2/pci_ids/radeonsi_pci_ids.h
b/hw/xfree86/dri2/pci_ids/radeonsi_pci_ids.h
index 571e863..cd5da99 100644
--- a/hw/xfree86/dri2/pci_ids/radeonsi_pci_ids.h
+++ b/hw/xfree86/dri2/pci_ids/radeonsi_pci_ids.h
@@ -85,6 +85,7 @@ CHIPSET(0x6651, BONAIRE_6651, BONAIRE)
 CHIPSET(0x6658, BONAIRE_6658, BONAIRE)
 CHIPSET(0x665C, BONAIRE_665C, BONAIRE)
 CHIPSET(0x665D, BONAIRE_665D, BONAIRE)
+CHIPSET(0x665F, BONAIRE_665F, BONAIRE)
 
 CHIPSET(0x9830, KABINI_9830, KABINI)
 CHIPSET(0x9831, KABINI_9831, KABINI)
-- 
2.3.6


More information about the xorg-devel mailing list