/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 313 ret = amdgpu_bo_reserve(mem->bo, false); in create_dmamap_sg_bo() 916 ret = amdgpu_bo_reserve(bo[i], false); in kfd_mem_attach() 944 amdgpu_bo_reserve(bo[i], true); in kfd_mem_attach() 1045 ret = amdgpu_bo_reserve(bo, true); in init_user_pages() 1357 ret = amdgpu_bo_reserve(vm->root.bo, true); in init_kfd_vm() 1422 ret = amdgpu_bo_reserve(bo, false); in amdgpu_amdkfd_gpuvm_pin_bo() 1448 ret = amdgpu_bo_reserve(bo, false); in amdgpu_amdkfd_gpuvm_unpin_bo() 2055 ret = amdgpu_bo_reserve(mem->bo, true); in amdgpu_amdkfd_gpuvm_dmaunmap_mem() 2166 ret = amdgpu_bo_reserve(bo, true); in amdgpu_amdkfd_map_gtt_bo_to_gart() 2228 ret = amdgpu_bo_reserve(bo, true); in amdgpu_amdkfd_gpuvm_map_gtt_bo_to_kernel() [all …]
|
H A D | amdgpu_display.c | 178 r = amdgpu_bo_reserve(work->old_abo, true); in amdgpu_display_unpin_work_func() 229 r = amdgpu_bo_reserve(new_abo, false); in amdgpu_display_crtc_page_flip_target() 288 if (unlikely(amdgpu_bo_reserve(new_abo, false) != 0)) { in amdgpu_display_crtc_page_flip_target() 686 r = amdgpu_bo_reserve(rbo, false); in extract_render_dcc_offset() 1138 r = amdgpu_bo_reserve(rbo, false); in amdgpu_display_get_fb_info() 1690 r = amdgpu_bo_reserve(aobj, true); in amdgpu_display_suspend_helper() 1702 r = amdgpu_bo_reserve(robj, true); in amdgpu_display_suspend_helper() 1727 r = amdgpu_bo_reserve(aobj, true); in amdgpu_display_resume_helper()
|
H A D | amdgpu_gem.c | 180 r = amdgpu_bo_reserve(abo, false); in amdgpu_gem_object_open() 330 r = amdgpu_bo_reserve(vm->root.bo, false); in amdgpu_gem_create_ioctl() 432 r = amdgpu_bo_reserve(bo, true); in amdgpu_gem_userptr_ioctl() 566 r = amdgpu_bo_reserve(robj, false); in amdgpu_gem_metadata_ioctl() 820 r = amdgpu_bo_reserve(robj, false); in amdgpu_gem_op_ioctl()
|
H A D | amdgpu_gart.c | 181 ret = amdgpu_bo_reserve(bo, true); in amdgpu_gart_table_ram_alloc() 229 ret = amdgpu_bo_reserve(adev->gart.bo, false); in amdgpu_gart_table_ram_free()
|
H A D | amdgpu_fdinfo.c | 74 ret = amdgpu_bo_reserve(vm->root.bo, false); in amdgpu_show_fdinfo()
|
H A D | amdgpu_vkms.c | 327 r = amdgpu_bo_reserve(rbo, true); in amdgpu_vkms_prepare_fb() 390 r = amdgpu_bo_reserve(rbo, false); in amdgpu_vkms_cleanup_fb()
|
H A D | amdgpu_amdkfd.c | 295 r = amdgpu_bo_reserve(bo, true); in amdgpu_amdkfd_alloc_gtt_mem() 342 amdgpu_bo_reserve(*bo, true); in amdgpu_amdkfd_free_gtt_mem()
|
H A D | amdgpu_object.h | 208 static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr) in amdgpu_bo_reserve() function
|
H A D | amdgpu_dma_buf.c | 250 ret = amdgpu_bo_reserve(bo, false); in amdgpu_dma_buf_begin_cpu_access()
|
H A D | amdgpu_vm.c | 2206 r = amdgpu_bo_reserve(root_bo, true); in amdgpu_vm_init() 2264 r = amdgpu_bo_reserve(vm->root.bo, true); in amdgpu_vm_make_compute() 2360 amdgpu_bo_reserve(root, true); in amdgpu_vm_fini() 2604 r = amdgpu_bo_reserve(root, true); in amdgpu_vm_handle_fault()
|
H A D | amdgpu_object.c | 282 r = amdgpu_bo_reserve(*bo_ptr, false); in amdgpu_bo_create_reserved() 446 if (likely(amdgpu_bo_reserve(*bo, true) == 0)) { in amdgpu_bo_free_kernel()
|
H A D | dce_v6_0.c | 1842 r = amdgpu_bo_reserve(abo, false); in dce_v6_0_crtc_do_set_base() 2019 r = amdgpu_bo_reserve(abo, true); in dce_v6_0_crtc_do_set_base() 2301 ret = amdgpu_bo_reserve(aobj, false); in dce_v6_0_crtc_cursor_set2() 2341 ret = amdgpu_bo_reserve(aobj, true); in dce_v6_0_crtc_cursor_set2() 2461 r = amdgpu_bo_reserve(abo, true); in dce_v6_0_crtc_disable()
|
H A D | dce_v8_0.c | 1809 r = amdgpu_bo_reserve(abo, false); in dce_v8_0_crtc_do_set_base() 1988 r = amdgpu_bo_reserve(abo, true); in dce_v8_0_crtc_do_set_base() 2300 ret = amdgpu_bo_reserve(aobj, false); in dce_v8_0_crtc_cursor_set2() 2340 ret = amdgpu_bo_reserve(aobj, true); in dce_v8_0_crtc_cursor_set2() 2465 r = amdgpu_bo_reserve(abo, true); in dce_v8_0_crtc_disable()
|
H A D | dce_v10_0.c | 1876 r = amdgpu_bo_reserve(abo, false); in dce_v10_0_crtc_do_set_base() 2075 r = amdgpu_bo_reserve(abo, true); in dce_v10_0_crtc_do_set_base() 2395 ret = amdgpu_bo_reserve(aobj, false); in dce_v10_0_crtc_cursor_set2() 2435 ret = amdgpu_bo_reserve(aobj, true); in dce_v10_0_crtc_cursor_set2() 2560 r = amdgpu_bo_reserve(abo, true); in dce_v10_0_crtc_disable()
|
H A D | amdgpu_ring.c | 535 r = amdgpu_bo_reserve(ring->mqd_obj, false); in amdgpu_debugfs_mqd_read()
|
H A D | dce_v11_0.c | 1926 r = amdgpu_bo_reserve(abo, false); in dce_v11_0_crtc_do_set_base() 2125 r = amdgpu_bo_reserve(abo, true); in dce_v11_0_crtc_do_set_base() 2479 ret = amdgpu_bo_reserve(aobj, false); in dce_v11_0_crtc_cursor_set2() 2519 ret = amdgpu_bo_reserve(aobj, true); in dce_v11_0_crtc_cursor_set2() 2644 r = amdgpu_bo_reserve(abo, true); in dce_v11_0_crtc_disable()
|
H A D | amdgpu_gmc.c | 70 r = amdgpu_bo_reserve(adev->gmc.pdb0_bo, false); in amdgpu_gmc_pdb0_alloc()
|
H A D | amdgpu_vm_pt.c | 673 amdgpu_bo_reserve(vm->root.bo, true); in amdgpu_vm_pt_free_work()
|
H A D | amdgpu_vce.c | 295 r = amdgpu_bo_reserve(adev->vce.vcpu_bo, false); in amdgpu_vce_resume()
|
H A D | amdgpu_uvd.c | 1175 amdgpu_bo_reserve(bo, true); in amdgpu_uvd_send_msg()
|
H A D | amdgpu_gfx.c | 369 r = amdgpu_bo_reserve(kiq->eop_obj, true); in amdgpu_gfx_kiq_init()
|
H A D | amdgpu_mes.c | 527 r = amdgpu_bo_reserve(q->mqd_obj, false); in amdgpu_mes_queue_alloc_mqd()
|
H A D | amdgpu_kms.c | 1358 if (!WARN_ON(amdgpu_bo_reserve(pd, true))) { in amdgpu_driver_postclose_kms()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_plane.c | 860 r = amdgpu_bo_reserve(rbo, true); in dm_plane_helper_prepare_fb() 945 r = amdgpu_bo_reserve(rbo, false); in dm_plane_helper_cleanup_fb()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 600 r = amdgpu_bo_reserve(bo, true); in svm_range_vram_node_new() 2750 r = amdgpu_bo_reserve(vm->root.bo, false); in svm_range_check_vm_userptr() 3257 r = amdgpu_bo_reserve(vm->root.bo, false); in svm_range_check_vm()
|