[PATCH 1/2] Add Bonaire 0x665F

Alex Deucher alexdeucher at gmail.com
Tue Jul 28 07:19:47 PDT 2015


On Sun, Jul 26, 2015 at 5:35 PM, Josef Larsson <josla972 at student.liu.se> wrote:
> 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.

It's already included in xf86-video-ati:
http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=7c4b78ab10b82c6dba9f72034ff7583859cca63d

Alex

>
> 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
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list