mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
c9ee484f21
commit
77c83069ad
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue