Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/regs/
H A Dxe_engine_regs.h185 #define RING_EXECLIST_CONTROL(base) XE_REG((base) + 0x550) macro
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_engine_regs.h234 #define RING_EXECLIST_CONTROL(base) _MMIO((base) + 0x550) macro
H A Dintel_execlists_submission.c3552 i915_mmio_reg_offset(RING_EXECLIST_CONTROL(base)); in intel_execlists_submission_setup()
3555 RING_EXECLIST_CONTROL(engine->mmio_base), in intel_execlists_submission_setup()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_execlist.c94 xe_mmio_write32(mmio, RING_EXECLIST_CONTROL(hwe->mmio_base), in __start_lrc()