Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_object.c630 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 Damdgpu_ttm.h142 bool amdgpu_res_cpu_visible(struct amdgpu_device *adev,
H A Damdgpu_ttm.c140 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 Damdgpu_cs.c826 amdgpu_res_cpu_visible(adev, bo->tbo.resource)) in amdgpu_cs_bo_validate()