Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gvt/
Dhandlers.c1778 IS_MASKED_BITS_ENABLED(data, GFX_RUN_LIST_ENABLE)) && in ring_mode_mmio_write()
1783 if (IS_MASKED_BITS_ENABLED(data, GFX_RUN_LIST_ENABLE) || in ring_mode_mmio_write()
1784 IS_MASKED_BITS_DISABLED(data, GFX_RUN_LIST_ENABLE)) { in ring_mode_mmio_write()
1785 enable_execlist = !!(data & GFX_RUN_LIST_ENABLE); in ring_mode_mmio_write()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_lrc.c4135 mode = _MASKED_BIT_ENABLE(GFX_RUN_LIST_ENABLE); in enable_execlists()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h2823 #define GFX_RUN_LIST_ENABLE (1 << 15) macro