mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
tests/kms_psr_sink_crc: Fix blt submission
Putting back a missing dword. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
parent
25aa69d0a0
commit
1447d83e8e
@ -122,6 +122,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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user