Home
last modified time | relevance | path

Searched refs:xe_execlist_port_assert_held (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_execlist.c107 xe_execlist_port_assert_held(port); in __xe_execlist_port_start()
126 xe_execlist_port_assert_held(port); in __xe_execlist_port_idle()
148 xe_execlist_port_assert_held(port); in __xe_execlist_port_start_next_active()
186 xe_execlist_port_assert_held(port); in xe_execlist_port_irq_handler_locked()
208 xe_execlist_port_assert_held(port); in xe_execlist_port_wake_locked()
H A Dxe_execlist.h14 #define xe_execlist_port_assert_held(port) lockdep_assert_held(&(port)->lock) macro