From c46a751926221e3d5cb0136aa835776a00fddeed Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 12 May 2019 11:37:14 +0000 Subject: [PATCH] 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. This also makes DRI3 be on by default for these parts. discussed with kettenis@ --- driver/xf86-video-ati/src/radeon_glamor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/xf86-video-ati/src/radeon_glamor.c b/driver/xf86-video-ati/src/radeon_glamor.c index da1edcdf4..f1098381e 100644 --- a/driver/xf86-video-ati/src/radeon_glamor.c +++ b/driver/xf86-video-ati/src/radeon_glamor.c @@ -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)