summaryrefslogtreecommitdiff
path: root/lib/rendercopy_gen6.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rendercopy_gen6.c')
-rw-r--r--lib/rendercopy_gen6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rendercopy_gen6.c b/lib/rendercopy_gen6.c
index b90466d0..83c7d694 100644
--- a/lib/rendercopy_gen6.c
+++ b/lib/rendercopy_gen6.c
@@ -117,6 +117,8 @@ gen6_bind_buf(struct intel_batchbuffer *batch, const struct igt_buf *buf,
ss->ss3.tiled_surface = buf->tiling != I915_TILING_NONE;
ss->ss3.tile_walk = buf->tiling == I915_TILING_Y;
+ ss->ss5.memory_object_control = GEN6_MOCS_PTE;
+
return intel_batchbuffer_subdata_offset(batch, ss);
}