aboutsummaryrefslogtreecommitdiffstats
path: root/tests/i915/gem_render_tiled_blits.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/gem_render_tiled_blits.c')
-rw-r--r--tests/i915/gem_render_tiled_blits.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/i915/gem_render_tiled_blits.c b/tests/i915/gem_render_tiled_blits.c
index ef81c787..12950061 100644
--- a/tests/i915/gem_render_tiled_blits.c
+++ b/tests/i915/gem_render_tiled_blits.c
@@ -69,6 +69,7 @@ check_bo(struct intel_batchbuffer *batch, struct igt_buf *buf, uint32_t val)
tmp.stride = STRIDE;
tmp.tiling = I915_TILING_NONE;
tmp.size = SIZE;
+ tmp.bpp = 32;
render_copy(batch, NULL, buf, 0, 0, WIDTH, HEIGHT, &tmp, 0, 0);
if (snoop) {
@@ -134,6 +135,7 @@ static void run_test (int fd, int count)
buf[i].stride = pitch;
buf[i].tiling = tiling;
buf[i].size = SIZE;
+ buf[i].bpp = 32;
start_val[i] = start;