Home
last modified time | relevance | path

Searched refs:ctx_bad (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_reset_stats.c390 uint32_t ctx_good, ctx_bad; in test_ban_ctx() local
398 ctx_bad = gem_context_create(fd); in test_ban_ctx()
402 assert_reset_status(fd, fd, ctx_bad, RS_NO_ERROR); in test_ban_ctx()
404 noop(fd, ctx_bad, e); in test_ban_ctx()
408 assert_reset_status(fd, fd, ctx_bad, RS_NO_ERROR); in test_ban_ctx()
410 inject_hang(fd, ctx_bad, e, BAN | ASYNC); in test_ban_ctx()
417 inject_hang(fd, ctx_bad, e, BAN); in test_ban_ctx()
420 ban = noop(fd, ctx_bad, e); in test_ban_ctx()
433 assert_reset_status(fd, fd, ctx_bad, RS_BATCH_ACTIVE); in test_ban_ctx()
434 igt_assert_eq(gem_reset_stats(fd, ctx_bad, &rs_bad), 0); in test_ban_ctx()