Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/regs/
H A Dxe_engine_regs.h151 #define GFX_MSIX_INTERRUPT_ENABLE REG_BIT(13) macro
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_execlist.c87 ring_mode |= _MASKED_BIT_ENABLE(GFX_MSIX_INTERRUPT_ENABLE); in __start_lrc()
H A Dxe_hw_engine.c341 ring_mode |= _MASKED_BIT_ENABLE(GFX_MSIX_INTERRUPT_ENABLE); in xe_hw_engine_enable_ring()