Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pm.h21 bool xe_pm_runtime_suspended(struct xe_device *xe);
H A Dxe_pm.c346 bool xe_pm_runtime_suspended(struct xe_device *xe) in xe_pm_runtime_suspended() function
H A Dxe_device.c948 xe_assert(xe, !xe_pm_runtime_suspended(xe)); in xe_device_assert_mem_access()