Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1137 bool needs_rpm; in xe_bo_shrink() local
1159 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() argument
1889 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() local
1948 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 …]