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@
This commit is contained in:
jsg 2019-05-12 11:37:14 +00:00
parent cd9d913756
commit c46a751926

View File

@ -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)