intel/dev: Select a compressed PAT entry (xe2)

Fix glxgears (LNL)

glxgears: xe/iris_kmd_backend.c:81: xe_gem_create:
Assertion `!"" "missing"' failed.

Signed-off-by: Jianxun Zhang <jianxun.zhang@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28620>
This commit is contained in:
Jianxun Zhang 2024-04-17 10:18:13 -07:00 committed by Marge Bot
parent c9ee484f21
commit 77c83069ad

View file

@ -1227,6 +1227,7 @@ static const struct intel_device_info intel_device_info_arl_h = {
.scanout = PAT_ENTRY(6, WC, NONE), \
.writeback_incoherent = PAT_ENTRY(0, WB, NONE), \
.writecombining = PAT_ENTRY(6, WC, NONE), \
.compressed = PAT_ENTRY(11, WC, NONE) \
}, \
.cooperative_matrix_configurations = { \
{ INTEL_CMAT_SCOPE_SUBGROUP, 8, 16, 16, INTEL_CMAT_FLOAT16, INTEL_CMAT_FLOAT16, INTEL_CMAT_FLOAT32, INTEL_CMAT_FLOAT32 }, \