Searched refs:needs_rpm (Results 1 – 1 of 1) sorted by relevance
1293 bool needs_rpm; in xe_bo_shrink() local1318 needs_rpm = (!IS_DGFX(xe) && bo->resource->mem_type != XE_PL_SYSTEM && in xe_bo_shrink()1320 if (needs_rpm && !xe_pm_runtime_get_if_active(xe)) in xe_bo_shrink()1328 if (needs_rpm) in xe_bo_shrink()2025 struct xe_bo *bo, bool needs_rpm) in xe_bo_cpu_fault_fastpath() argument2038 if (needs_rpm && !xe_pm_runtime_get_if_active(xe)) in xe_bo_cpu_fault_fastpath()2084 if (needs_rpm) in xe_bo_cpu_fault_fastpath()2096 bool needs_rpm = bo->flags & XE_BO_FLAG_VRAM_MASK; in xe_bo_cpu_fault() local2107 ret = xe_bo_cpu_fault_fastpath(vmf, xe, bo, needs_rpm); in xe_bo_cpu_fault()2136 if (needs_rpm) in xe_bo_cpu_fault()[all …]