intel: Update MTL scanout PAT entry
Previous integrated platforms had GT and Display caches not coherent and there is nothing proven that it changed in MTL, so here changing the PAT entry for scanout bos. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26099>
This commit is contained in:
committed by
Marge Bot
parent
29d4d26406
commit
0d668f50dc
@@ -1137,7 +1137,7 @@ static const struct intel_device_info intel_device_info_atsm_g11 = {
|
||||
.has_mesh_shading = true, \
|
||||
.has_ray_tracing = true, \
|
||||
.pat.coherent = PAT_ENTRY(3, WB, 1WAY), \
|
||||
.pat.scanout = PAT_ENTRY(3, WB, 1WAY), \
|
||||
.pat.scanout = PAT_ENTRY(1, WC, NONE), \
|
||||
.pat.writeback = PAT_ENTRY(0, WB, NONE)
|
||||
|
||||
static const struct intel_device_info intel_device_info_mtl_u = {
|
||||
|
||||
Reference in New Issue
Block a user