mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-09 00:46:17 +00:00
test: add gem_write_read_ring_switch
This is meant to exercise the bug fixed in https://patchwork.kernel.org/patch/2825192/ Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
037847a102
commit
21c0ab30a1
@ -43,6 +43,9 @@
|
|||||||
/* broadwater flush bits */
|
/* broadwater flush bits */
|
||||||
#define BRW_MI_GLOBAL_SNAPSHOT_RESET (1 << 3)
|
#define BRW_MI_GLOBAL_SNAPSHOT_RESET (1 << 3)
|
||||||
|
|
||||||
|
#define MI_COND_BATCH_BUFFER_END (0x36<<23 | 1)
|
||||||
|
#define MI_DO_COMPARE (1<<21)
|
||||||
|
|
||||||
#define MI_BATCH_BUFFER_END (0xA << 23)
|
#define MI_BATCH_BUFFER_END (0xA << 23)
|
||||||
|
|
||||||
/* Noop */
|
/* Noop */
|
||||||
|
@ -33,6 +33,7 @@ TESTS_progs_M = \
|
|||||||
gem_set_tiling_vs_blt \
|
gem_set_tiling_vs_blt \
|
||||||
gem_tiled_blits \
|
gem_tiled_blits \
|
||||||
gem_tiled_partial_pwrite_pread \
|
gem_tiled_partial_pwrite_pread \
|
||||||
|
gem_write_read_ring_switch \
|
||||||
$(NOUVEAU_TESTS_M) \
|
$(NOUVEAU_TESTS_M) \
|
||||||
kms_flip \
|
kms_flip \
|
||||||
kms_render \
|
kms_render \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user