Home
last modified time | relevance | path

Searched refs:amdgpu_bo_is_amdgpu_bo (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c123 bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo) in amdgpu_bo_is_amdgpu_bo() function
1250 if (!amdgpu_bo_is_amdgpu_bo(bo)) in amdgpu_bo_move_notify()
1289 if (!amdgpu_bo_is_amdgpu_bo(bo)) in amdgpu_bo_fault_reserve_notify()
Damdgpu_object.h238 bool amdgpu_bo_is_amdgpu_bo(struct ttm_buffer_object *bo);
Damdgpu_ttm.c248 if (!amdgpu_bo_is_amdgpu_bo(bo)) { in amdgpu_evict_flags()