Searched refs:amdgpu_res_cpu_visible (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_object.c | 630 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_create() 1306 if (amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_get_memory() 1405 if (amdgpu_res_cpu_visible(adev, bo->resource)) in amdgpu_bo_fault_reserve_notify() 1429 !amdgpu_res_cpu_visible(adev, bo->resource)) in amdgpu_bo_fault_reserve_notify() 1602 if (amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_bo_print_info()
|
H A D | amdgpu_ttm.h | 142 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev,
|
H A D | amdgpu_ttm.c | 140 amdgpu_res_cpu_visible(adev, bo->resource)) { in amdgpu_evict_flags() 418 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev, in amdgpu_res_cpu_visible() function 451 if (!amdgpu_res_cpu_visible(adev, mem)) in amdgpu_res_copyable()
|
H A D | amdgpu_cs.c | 826 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_cs_bo_validate()
|