Home
last modified time | relevance | path

Searched refs:xe_pm_runtime_get_if_active (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_pm.h27 bool xe_pm_runtime_get_if_active(struct xe_device *xe);
Dxe_pm.c575 bool xe_pm_runtime_get_if_active(struct xe_device *xe) in xe_pm_runtime_get_if_active() function
Dxe_guc_ct.c1317 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in xe_guc_ct_fast_path()
1387 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in receive_g2h()
Dxe_ggtt.c339 if (xe_pm_runtime_get_if_active(xe)) { in xe_ggtt_node_remove()