Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_late_bind_fw.h15 void xe_late_bind_wait_for_worker_completion(struct xe_late_bind *late_bind);
H A Dxe_late_bind_fw.c196 void xe_late_bind_wait_for_worker_completion(struct xe_late_bind *late_bind) in xe_late_bind_wait_for_worker_completion() function
401 xe_late_bind_wait_for_worker_completion(late_bind); in xe_late_bind_component_unbind()
416 xe_late_bind_wait_for_worker_completion(late_bind); in xe_late_bind_remove()
H A Dxe_pm.c185 xe_late_bind_wait_for_worker_completion(&xe->late_bind); in xe_pm_suspend()