Searched refs:amdgpu_ttm_map_buffer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 170 * amdgpu_ttm_map_buffer - Map memory into the GART windows 183 static int amdgpu_ttm_map_buffer(struct ttm_buffer_object *bo, in amdgpu_ttm_map_buffer() function 321 r = amdgpu_ttm_map_buffer(src->bo, src->mem, &src_mm, in amdgpu_ttm_copy_mem_to_mem() 326 r = amdgpu_ttm_map_buffer(dst->bo, dst->mem, &dst_mm, in amdgpu_ttm_copy_mem_to_mem() 2252 r = amdgpu_ttm_map_buffer(&bo->tbo, bo->tbo.resource, &dst, in amdgpu_fill_buffer()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 224 * amdgpu_ttm_map_buffer - Map memory into the GART windows 238 static int amdgpu_ttm_map_buffer(struct ttm_buffer_object *bo, in amdgpu_ttm_map_buffer() function 405 r = amdgpu_ttm_map_buffer(src->bo, src->mem, src_mm, in amdgpu_ttm_copy_mem_to_mem() 411 r = amdgpu_ttm_map_buffer(dst->bo, dst->mem, dst_mm, in amdgpu_ttm_copy_mem_to_mem()
|
Completed in 8 milliseconds