Searched refs:RS_BATCH_ACTIVE (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_reset_stats.c | 47 #define RS_BATCH_ACTIVE (1 << 0) macro 148 return RS_BATCH_ACTIVE; in gem_reset_status() 244 assert_reset_status(i, fd[i], 0, RS_BATCH_ACTIVE); in test_rs() 316 RS_BATCH_ACTIVE); in test_rs_ctx() 374 assert_reset_status(fd_bad, fd_bad, 0, RS_BATCH_ACTIVE); in test_ban() 433 assert_reset_status(fd, fd, ctx_bad, RS_BATCH_ACTIVE); in test_ban_ctx() 460 assert_reset_status(0, fd1, ctx_guilty, RS_BATCH_ACTIVE); in test_unrelated_ctx() 464 assert_reset_status(0, fd1, ctx_guilty, RS_BATCH_ACTIVE); in test_unrelated_ctx() 601 assert_reset_status(fd, fd, ctx, RS_BATCH_ACTIVE); in test_reset_count()
|