From b24a4c3cd0bcf649b360eca5f7614a07e457a404 Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Fri, 15 May 2026 09:55:39 +0300 Subject: [PATCH] anv: temporarily reenable scratch page by default A couple of games are showing pagefaults : - https://gitlab.freedesktop.org/mesa/mesa/-/work_items/15450 - https://gitlab.freedesktop.org/mesa/mesa/-/work_items/15474 Signed-off-by: Lionel Landwerlin Fixes: 04bfdb287b ("anv: Disable scratch page by default on Xe KMD") Reviewed-by: Calder Young Part-of: --- src/intel/vulkan/anv_instance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_instance.c b/src/intel/vulkan/anv_instance.c index b161b76b475..2ed5c127545 100644 --- a/src/intel/vulkan/anv_instance.c +++ b/src/intel/vulkan/anv_instance.c @@ -110,7 +110,7 @@ static const driOptionDescription anv_dri_options[] = { DRI_CONF_VK_REQUIRE_ASTC(false) #endif DRI_CONF_ANV_VF_COMPONENT_PACKING(true) - DRI_CONF_ANV_ENABLE_SCRATCH_PAGE(false) + DRI_CONF_ANV_ENABLE_SCRATCH_PAGE(true) DRI_CONF_SECTION_END DRI_CONF_SECTION_QUALITY