Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c118 abo = ttm_to_amdgpu_bo(bo); in amdgpu_evict_flags()
340 abo_src = ttm_to_amdgpu_bo(src->bo); in amdgpu_ttm_copy_mem_to_mem()
341 abo_dst = ttm_to_amdgpu_bo(dst->bo); in amdgpu_ttm_copy_mem_to_mem()
392 struct amdgpu_bo *abo = ttm_to_amdgpu_bo(bo); in amdgpu_move_blit()
523 abo = ttm_to_amdgpu_bo(bo); in amdgpu_bo_move()
880 struct amdgpu_bo *abo = ttm_to_amdgpu_bo(tbo); in amdgpu_ttm_gart_bind()
1169 struct amdgpu_bo *abo = ttm_to_amdgpu_bo(bo); in amdgpu_ttm_tt_create()
1481 !amdgpu_vm_evictable(ttm_to_amdgpu_bo(bo))) in amdgpu_ttm_bo_eviction_valuable()
1506 amdgpu_bo_encrypted(ttm_to_amdgpu_bo(bo))) in amdgpu_ttm_bo_eviction_valuable()
1551 struct amdgpu_bo *abo = ttm_to_amdgpu_bo(bo); in amdgpu_ttm_access_memory_sdma()
[all …]
H A Damdgpu_object.h144 static inline struct amdgpu_bo *ttm_to_amdgpu_bo(struct ttm_buffer_object *tbo) in ttm_to_amdgpu_bo() function