Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pm.c524 struct task_struct *xe_pm_read_callback_task(struct xe_device *xe) in xe_pm_read_callback_task() function
767 if (xe_pm_read_callback_task(xe) == current) in xe_pm_runtime_get()
781 if (xe_pm_read_callback_task(xe) == current) { in xe_pm_runtime_put()
806 if (WARN_ON(xe_pm_read_callback_task(xe) == current)) in xe_pm_runtime_get_ioctl()
834 if (xe_pm_read_callback_task(xe) == current) { in xe_pm_runtime_get_if_in_use()
898 if (xe_pm_read_callback_task(xe) == current) { in xe_pm_runtime_resume_and_get()
H A Dxe_pm.h36 struct task_struct *xe_pm_read_callback_task(struct xe_device *xe);
H A Dxe_guc_ct.c1861 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in xe_guc_ct_fast_path()
1930 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in receive_g2h()