mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
iris: fix icache memzone
This commit is contained in:
parent
e4aa8338c3
commit
d78be0188e
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ iris_resource_create_with_modifiers(struct pipe_screen *pscreen,
|
|||
}
|
||||
|
||||
res->bo = iris_bo_alloc_tiled(screen->bufmgr, name, res->surf.size_B,
|
||||
IRIS_MEMZONE_OTHER,
|
||||
memzone,
|
||||
isl_tiling_to_i915_tiling(res->surf.tiling),
|
||||
res->surf.row_pitch_B, 0);
|
||||
if (!res->bo)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue