[Intel-gfx] [PATCH 11/12] tests/kms_psr_sink_crc: Fix blt submission

Rodrigo Vivi rodrigo.vivi at intel.com
Thu Sep 4 03:30:05 CEST 2014


Putting back a missing dword.

Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
 tests/kms_psr_sink_crc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kms_psr_sink_crc.c b/tests/kms_psr_sink_crc.c
index 45d2dd9..c265f3a 100644
--- a/tests/kms_psr_sink_crc.c
+++ b/tests/kms_psr_sink_crc.c
@@ -125,6 +125,7 @@ static void fill_blt(data_t *data, uint32_t handle, unsigned char color)
 
 	COLOR_BLIT_COPY_BATCH_START(0);
 	OUT_BATCH((1 << 24) | (0xf0 << 16) | 0);
+	OUT_BATCH(0);
 	OUT_BATCH(1 << 16 | 4);
 	OUT_RELOC(dst, I915_GEM_DOMAIN_RENDER, I915_GEM_DOMAIN_RENDER, 0);
 	OUT_BATCH(color);
-- 
1.9.3




More information about the Intel-gfx mailing list