Home
last modified time | relevance | path

Searched refs:amdgpu_bo_pin (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gart.c186 ret = amdgpu_bo_pin(bo, AMDGPU_GEM_DOMAIN_GTT); in amdgpu_gart_table_ram_alloc()
H A Damdgpu_object.h318 int amdgpu_bo_pin(struct amdgpu_bo *bo, u32 domain);
H A Damdgpu_dma_buf.c108 return amdgpu_bo_pin(bo, AMDGPU_GEM_DOMAIN_GTT); in amdgpu_dma_buf_pin()
H A Damdgpu_vkms.c337 r = amdgpu_bo_pin(rbo, domain); in amdgpu_vkms_prepare_fb()
H A Damdgpu_object.c288 r = amdgpu_bo_pin(*bo_ptr, domain); in amdgpu_bo_create_reserved()
1007 int amdgpu_bo_pin(struct amdgpu_bo *bo, u32 domain) in amdgpu_bo_pin() function
H A Damdgpu_amdkfd.c301 r = amdgpu_bo_pin(bo, AMDGPU_GEM_DOMAIN_GTT); in amdgpu_amdkfd_alloc_gtt_mem()
H A Damdgpu_gmc.c74 r = amdgpu_bo_pin(adev->gmc.pdb0_bo, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_gmc_pdb0_alloc()
H A Damdgpu_display.c236 r = amdgpu_bo_pin(new_abo, in amdgpu_display_crtc_page_flip_target()
1705 r = amdgpu_bo_pin(aobj, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_display_resume_helper()
H A Damdgpu_uvd.c165 r = amdgpu_bo_pin(bo, AMDGPU_GEM_DOMAIN_VRAM); in amdgpu_uvd_create_msg_bo_helper()
H A Damdgpu_amdkfd_gpuvm.c2136 ret = amdgpu_bo_pin(bo, AMDGPU_GEM_DOMAIN_GTT); in amdgpu_amdkfd_map_gtt_bo_to_gart()
2198 ret = amdgpu_bo_pin(bo, AMDGPU_GEM_DOMAIN_GTT); in amdgpu_amdkfd_gpuvm_map_gtt_bo_to_kernel()
H A Ddce_v8_0.c1814 r = amdgpu_bo_pin(abo, AMDGPU_GEM_DOMAIN_VRAM); in dce_v8_0_crtc_do_set_base()
2306 ret = amdgpu_bo_pin(aobj, AMDGPU_GEM_DOMAIN_VRAM); in dce_v8_0_crtc_cursor_set2()
H A Ddce_v6_0.c1847 r = amdgpu_bo_pin(abo, AMDGPU_GEM_DOMAIN_VRAM); in dce_v6_0_crtc_do_set_base()
2307 ret = amdgpu_bo_pin(aobj, AMDGPU_GEM_DOMAIN_VRAM); in dce_v6_0_crtc_cursor_set2()
H A Ddce_v10_0.c1881 r = amdgpu_bo_pin(abo, AMDGPU_GEM_DOMAIN_VRAM); in dce_v10_0_crtc_do_set_base()
2401 ret = amdgpu_bo_pin(aobj, AMDGPU_GEM_DOMAIN_VRAM); in dce_v10_0_crtc_cursor_set2()
H A Ddce_v11_0.c1931 r = amdgpu_bo_pin(abo, AMDGPU_GEM_DOMAIN_VRAM); in dce_v11_0_crtc_do_set_base()
2485 ret = amdgpu_bo_pin(aobj, AMDGPU_GEM_DOMAIN_VRAM); in dce_v11_0_crtc_cursor_set2()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c872 r = amdgpu_bo_pin(rbo, domain); in dm_plane_helper_prepare_fb()