Revert the local change to disable glamor accel on r600 to
northern island radeons.

When this was done radeondrm was still based on linux 3.8 and Mesa was
13.0.6 without libLLVM.  Now we have a radeondrm based on linux 4.19 and
Mesa 18.3.5 built against libLLVM.

Index: src/radeon_glamor.c
===================================================================
RCS file: /cvs/xenocara/driver/xf86-video-ati/src/radeon_glamor.c,v
retrieving revision 1.11
diff -u -p -r1.11 radeon_glamor.c
--- src/radeon_glamor.c 20 Mar 2019 07:33:19 -0000      1.11
+++ src/radeon_glamor.c 4 May 2019 05:32:05 -0000
@@ -82,7 +82,7 @@ radeon_glamor_pre_init(ScrnInfoPtr scrn)
        s = xf86GetOptValString(info->Options, OPTION_ACCELMETHOD);
        if (!s) {
                if (xorgGetVersion() >= XORG_VERSION_NUMERIC(1,18,3,0,0)) {
-                       if (info->ChipFamily < CHIP_FAMILY_TAHITI)
+                       if (info->ChipFamily < CHIP_FAMILY_R600)
                                return FALSE;
                } else {
                        if (info->ChipFamily < CHIP_FAMILY_TAHITI)

Reply via email to