Searched refs:ctx_good (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_reset_stats.c | 390 uint32_t ctx_good, ctx_bad; in test_ban_ctx() local 397 ctx_good = gem_context_create(fd); in test_ban_ctx() 401 assert_reset_status(fd, fd, ctx_good, RS_NO_ERROR); in test_ban_ctx() 405 noop(fd, ctx_good, e); in test_ban_ctx() 407 assert_reset_status(fd, fd, ctx_good, RS_NO_ERROR); in test_ban_ctx() 413 noop(fd, ctx_good, e); in test_ban_ctx() 414 noop(fd, ctx_good, e); in test_ban_ctx() 431 igt_assert_lt(0, noop(fd, ctx_good, e)); in test_ban_ctx() 437 assert_reset_status(fd, fd, ctx_good, RS_NO_ERROR); in test_ban_ctx() 438 igt_assert_eq(gem_reset_stats(fd, ctx_good, &rs_good), 0); in test_ban_ctx()
|