Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/regs/
H A Dxe_engine_regs.h171 #define STOP_RING REG_BIT(8) macro
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_regs.h78 #define STOP_RING REG_BIT(8) macro
H A Dintel_engine_cs.c1631 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING)); in __intel_engine_stop_cs()
1695 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in intel_engine_cancel_stop_cs()
H A Dintel_ring_submission.c277 RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in xcs_resume()
H A Dintel_execlists_submission.c2942 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in enable_execlists()
/linux/drivers/gpu/drm/xe/
H A Dxe_lrc.c691 regs[x + 1] &= ~STOP_RING; in reset_stop_ring()
692 regs[x + 1] |= STOP_RING << 16; in reset_stop_ring()
H A Dxe_hw_engine.c344 _MASKED_BIT_DISABLE(STOP_RING)); in xe_hw_engine_enable_ring()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c4419 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in start_engine()