Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.h158 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev,
H A Damdgpu_object.c713 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_create()
1351 if (amdgpu_res_cpu_visible(adev, bo->resource)) in amdgpu_bo_fault_reserve_notify()
1374 !amdgpu_res_cpu_visible(adev, bo->resource)) in amdgpu_bo_fault_reserve_notify()
1590 if (amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_print_info()
H A Damdgpu_ttm.c136 amdgpu_res_cpu_visible(adev, bo->resource)) { in amdgpu_evict_flags()
440 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev, in amdgpu_res_cpu_visible() function
473 if (!amdgpu_res_cpu_visible(adev, mem)) in amdgpu_res_copyable()
H A Damdgpu_cs.c827 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_cs_bo_validate()