mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-18 20:18:06 +02:00
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 <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:
parent
0281eb2e98
commit
b24a4c3cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue