Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_lrc.c923 regs[x + 1] &= ~STOP_RING; in __reset_stop_ring()
924 regs[x + 1] |= STOP_RING << 16; in __reset_stop_ring()
1523 if (x != -1 && regs[x + 1] & (regs[x + 1] >> 16) & STOP_RING) { in lrc_check_regs()
1526 regs[x + 1] &= ~STOP_RING; in lrc_check_regs()
1527 regs[x + 1] |= STOP_RING << 16; in lrc_check_regs()
H A Dintel_engine_regs.h78 #define STOP_RING REG_BIT(8) macro
H A Dintel_engine_cs.c1640 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING)); in __intel_engine_stop_cs()
1704 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in intel_engine_cancel_stop_cs()
H A Dintel_ring_submission.c249 RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in xcs_resume()
H A Dintel_execlists_submission.c2950 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in enable_execlists()
/openbsd/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_guc_submission.c4149 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in start_engine()