Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_execlist.c103 xe_execlist_port_assert_held(port); in __xe_execlist_port_start()
122 xe_execlist_port_assert_held(port); in __xe_execlist_port_idle()
144 xe_execlist_port_assert_held(port); in __xe_execlist_port_start_next_active()
182 xe_execlist_port_assert_held(port); in xe_execlist_port_irq_handler_locked()
204 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