anv: temporarily reenable scratch page by default
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

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 <lionel.g.landwerlin@intel.com>
Fixes: 04bfdb287b ("anv: Disable scratch page by default on Xe KMD")
Reviewed-by: Calder Young <calder.young@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41596>
This commit is contained in:
Lionel Landwerlin 2026-05-15 09:55:39 +03:00 committed by Marge Bot
parent 0281eb2e98
commit b24a4c3cd0

View file

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