Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Dgem_exec_nop.c110 const uint32_t MI_ARB_CHK = 0x5 << 23; in poll_ring() local
162 *b++ = MI_ARB_CHK; in poll_ring()
195 *bbe[idx] = MI_ARB_CHK; in poll_ring()
220 const uint32_t MI_ARB_CHK = 0x5 << 23; in poll_sequential() local
283 *b++ = MI_ARB_CHK; in poll_sequential()
319 *bbe[idx] = MI_ARB_CHK; in poll_sequential()
/external/igt-gpu-tools/lib/
Digt_dummyload.c63 #define MI_ARB_CHK (0x5 << 23) macro
194 *cs++ = MI_ARB_CHK; in emit_recursive_batch()