Signed-off-by: Zhong Li <zhong.li at intel.com> --- tests/gem_non_secure_batch.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/gem_non_secure_batch.c b/tests/gem_non_secure_batch.c index 5d743c4..bdb3e0b 100644 --- a/tests/gem_non_secure_batch.c +++ b/tests/gem_non_secure_batch.c @@ -127,6 +127,10 @@ int main(int argc, char **argv) mi_lri_loop(0x2203C); } + if (HAS_VEBOX_RING(devid)){ + printf("try to stop vebox ring\n"); + mi_lri_loop(0x1A03C); + } gem_quiescent_gpu(fd); -- 1.7.9.5