Searched refs:amdgpu_res_cpu_visible (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_object.c | 611 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()
|
D | amdgpu_ttm.h | 155 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev,
|
D | amdgpu_ttm.c | 136 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()
|
D | amdgpu_cs.c | 827 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_cs_bo_validate()
|