Searched refs:needs_rpm (Results 1 – 1 of 1) sorted by relevance
1137 bool needs_rpm; in xe_bo_shrink() local1159 needs_rpm = (!IS_DGFX(xe) && bo->resource->mem_type != XE_PL_SYSTEM && in xe_bo_shrink()1161 if (needs_rpm && !xe_pm_runtime_get_if_active(xe)) in xe_bo_shrink()1169 if (needs_rpm) in xe_bo_shrink()1876 struct xe_bo *bo, bool needs_rpm) in xe_bo_cpu_fault_fastpath() argument1889 if (needs_rpm && !xe_pm_runtime_get_if_active(xe)) in xe_bo_cpu_fault_fastpath()1925 if (needs_rpm) in xe_bo_cpu_fault_fastpath()1937 bool needs_rpm = bo->flags & XE_BO_FLAG_VRAM_MASK; in xe_bo_cpu_fault() local1948 ret = xe_bo_cpu_fault_fastpath(vmf, xe, bo, needs_rpm); in xe_bo_cpu_fault()1977 if (needs_rpm) in xe_bo_cpu_fault()[all …]