mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
tests/kms_psr_sink_crc: Make blt visible to human eyes
This will allow manual tests when crc isn't available. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
parent
1cbe7dd54c
commit
3cb21246c1
@ -123,7 +123,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_BATCH(0xfff << 16 | 0xfff);
|
||||
OUT_RELOC(dst, I915_GEM_DOMAIN_RENDER, I915_GEM_DOMAIN_RENDER, 0);
|
||||
OUT_BATCH(color);
|
||||
ADVANCE_BATCH();
|
||||
|
Loading…
x
Reference in New Issue
Block a user