Home
last modified time | relevance | path

Searched refs:GFX_RUN_LIST_ENABLE (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_engine_regs.h193 #define GFX_RUN_LIST_ENABLE (1 << 15) macro
H A Dintel_execlists_submission.c2933 mode = _MASKED_BIT_ENABLE(GFX_RUN_LIST_ENABLE); in enable_execlists()
/linux-6.15/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c2061 IS_MASKED_BITS_ENABLED(data, GFX_RUN_LIST_ENABLE)) && in ring_mode_mmio_write()
2066 if (IS_MASKED_BITS_ENABLED(data, GFX_RUN_LIST_ENABLE) || in ring_mode_mmio_write()
2067 IS_MASKED_BITS_DISABLED(data, GFX_RUN_LIST_ENABLE)) { in ring_mode_mmio_write()
2068 enable_execlist = !!(data & GFX_RUN_LIST_ENABLE); in ring_mode_mmio_write()