Searched refs:GFX_RUN_LIST_ENABLE (Results 1 – 3 of 3) sorted by relevance
1688 (data & _MASKED_BIT_ENABLE(GFX_RUN_LIST_ENABLE))) in ring_mode_mmio_write()1693 if ((data & _MASKED_BIT_ENABLE(GFX_RUN_LIST_ENABLE)) in ring_mode_mmio_write()1694 || (data & _MASKED_BIT_DISABLE(GFX_RUN_LIST_ENABLE))) { in ring_mode_mmio_write()1695 enable_execlist = !!(data & GFX_RUN_LIST_ENABLE); in ring_mode_mmio_write()
1753 _MASKED_BIT_ENABLE(GFX_RUN_LIST_ENABLE)); in enable_execlists()
2594 #define GFX_RUN_LIST_ENABLE (1 << 15) macro