Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_pm.c326 struct task_struct *xe_pm_read_callback_task(struct xe_device *xe) in xe_pm_read_callback_task() function
529 if (xe_pm_read_callback_task(xe) == current) in xe_pm_runtime_get()
543 if (xe_pm_read_callback_task(xe) == current) { in xe_pm_runtime_put()
561 if (WARN_ON(xe_pm_read_callback_task(xe) == current)) in xe_pm_runtime_get_ioctl()
589 if (xe_pm_read_callback_task(xe) == current) { in xe_pm_runtime_get_if_in_use()
645 if (xe_pm_read_callback_task(xe) == current) { in xe_pm_runtime_resume_and_get()
Dxe_pm.h35 struct task_struct *xe_pm_read_callback_task(struct xe_device *xe);
Dxe_guc_ct.c1318 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in xe_guc_ct_fast_path()
1388 if (!ongoing && xe_pm_read_callback_task(ct_to_xe(ct)) == NULL) in receive_g2h()