radeonsi: enable glthread by default
authorMarek Olšák <marek.olsak@amd.com>
Wed, 10 Aug 2022 00:44:27 +0000 (20:44 -0400)
committerMarge Bot <emma+marge@anholt.net>
Wed, 21 Sep 2022 14:54:50 +0000 (14:54 +0000)
Let's enable it and see what happens. This should mostly be a win.

Reviewed-by: Mihai Preda <mhpreda@gmail.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Acked-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18223>

src/gallium/drivers/radeonsi/driinfo_radeonsi.h

index 7cfe861..e8a2b46 100644 (file)
@@ -1,6 +1,7 @@
 // DriConf options specific to radeonsi
 DRI_CONF_SECTION_PERFORMANCE
 DRI_CONF_ADAPTIVE_SYNC(true)
+DRI_CONF_MESA_GLTHREAD(true)
 DRI_CONF_SECTION_END
 
 DRI_CONF_SECTION_DEBUG