Searched refs:STOP_RING (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 923 regs[x + 1] &= ~STOP_RING; in __reset_stop_ring() 924 regs[x + 1] |= STOP_RING << 16; in __reset_stop_ring() 1548 if (x != -1 && regs[x + 1] & (regs[x + 1] >> 16) & STOP_RING) { in lrc_check_regs() 1549 pr_err("%s: context submitted with STOP_RING [%08x] in RING_MI_MODE\n", in lrc_check_regs() 1551 regs[x + 1] &= ~STOP_RING; in lrc_check_regs() 1552 regs[x + 1] |= STOP_RING << 16; in lrc_check_regs()
|
H A D | intel_engine_regs.h | 78 #define STOP_RING REG_BIT(8) macro
|
H A D | intel_engine_cs.c | 1613 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING)); in __intel_engine_stop_cs() 1658 "timed out on STOP_RING -> IDLE; HEAD:%04x, TAIL:%04x\n", in intel_engine_stop_cs() 1679 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in intel_engine_cancel_stop_cs()
|
H A D | intel_ring_submission.c | 249 RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in xcs_resume()
|
H A D | intel_execlists_submission.c | 2945 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in enable_execlists()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring_submission.c | 166 RING_MI_MODE, _MASKED_BIT_ENABLE(STOP_RING)); in stop_ring() 309 RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in xcs_resume() 347 ENGINE_TRACE(engine, "timed out on STOP_RING\n"); in reset_prepare()
|
H A D | intel_lrc.c | 1246 if (x != -1 && regs[x + 1] & (regs[x + 1] >> 16) & STOP_RING) { in execlists_check_context() 1247 pr_err("%s: context submitted with STOP_RING [%08x] in RING_MI_MODE\n", in execlists_check_context() 1249 regs[x + 1] &= ~STOP_RING; in execlists_check_context() 1250 regs[x + 1] |= STOP_RING << 16; in execlists_check_context() 4141 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in enable_execlists() 4157 if (ENGINE_READ_FW(engine, RING_MI_MODE) & STOP_RING) { in unexpected_starting_state() 4159 "STOP_RING still set in RING_MI_MODE\n"); in unexpected_starting_state() 4231 regs[x + 1] &= ~STOP_RING; in __reset_stop_ring() 4232 regs[x + 1] |= STOP_RING << 16; in __reset_stop_ring()
|
H A D | intel_engine_cs.c | 1022 intel_uncore_write_fw(uncore, mode, _MASKED_BIT_ENABLE(STOP_RING)); in intel_engine_stop_cs() 1029 ENGINE_TRACE(engine, "timed out on STOP_RING -> IDLE\n"); in intel_engine_stop_cs() 1043 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in intel_engine_cancel_stop_cs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_guc_submission.c | 4151 ENGINE_WRITE_FW(engine, RING_MI_MODE, _MASKED_BIT_DISABLE(STOP_RING)); in start_engine()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 2801 # define STOP_RING (1 << 8) macro
|
Completed in 69 milliseconds