Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c611 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_create()
1192 if (amdgpu_res_cpu_visible(adev, res)) in amdgpu_bo_get_memory()
1294 if (amdgpu_res_cpu_visible(adev, bo->resource)) in amdgpu_bo_fault_reserve_notify()
1317 !amdgpu_res_cpu_visible(adev, bo->resource)) in amdgpu_bo_fault_reserve_notify()
1494 if (amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_print_info()
Damdgpu_ttm.h155 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev,
Damdgpu_ttm.c136 amdgpu_res_cpu_visible(adev, bo->resource)) { in amdgpu_evict_flags()
436 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev, in amdgpu_res_cpu_visible() function
469 if (!amdgpu_res_cpu_visible(adev, mem)) in amdgpu_res_copyable()
Damdgpu_cs.c827 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_cs_bo_validate()