Home
last modified time | relevance | path

Searched refs:amdgpu_bo_gpu_accessible (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.h176 static inline bool amdgpu_bo_gpu_accessible(struct amdgpu_bo *bo) in amdgpu_bo_gpu_accessible() function
Damdgpu_gem.c132 if (!amdgpu_bo_gpu_accessible(bo)) in amdgpu_gem_vm_check()
135 if (bo->shadow && !amdgpu_bo_gpu_accessible(bo->shadow)) in amdgpu_gem_vm_check()