Searched refs:xe_pm_runtime_get_if_active (Results 1 – 8 of 8) sorted by relevance
27 bool xe_pm_runtime_get_if_active(struct xe_device *xe);
162 if (!xe_pm_runtime_get_if_active(xe)) in xe_pmt_telem_read()
183 if (!xe_pm_runtime_get_if_active(xe)) { in xe_shrinker_runtime_pm_get()
664 bool xe_pm_runtime_get_if_active(struct xe_device *xe) in xe_pm_runtime_get_if_active() function
280 if ((events & PXP_TERMINATION_REQUEST) && !xe_pm_runtime_get_if_active(xe)) in pxp_irq_work()
387 if (xe_pm_runtime_get_if_active(xe)) { in xe_ggtt_node_remove()
1649 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in xe_guc_ct_fast_path()1718 ongoing = xe_pm_runtime_get_if_active(ct_to_xe(ct)); in receive_g2h()
1088 if (needs_rpm && !xe_pm_runtime_get_if_active(xe)) in xe_bo_shrink()
Completed in 21 milliseconds