| /linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_wb.c | 103 r = amdgpu_bo_reserve(rbo, true); in amdgpu_dm_wb_prepare_job() 157 r = amdgpu_bo_reserve(rbo, false); in amdgpu_dm_wb_cleanup_job()
|
| H A D | amdgpu_dm_plane.c | 949 r = amdgpu_bo_reserve(rbo, true); in amdgpu_dm_plane_helper_prepare_fb() 1034 r = amdgpu_bo_reserve(rbo, false); in amdgpu_dm_plane_helper_cleanup_fb()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_amdkfd_gpuvm.c | 322 ret = amdgpu_bo_reserve(mem->bo, false); in create_dmamap_sg_bo() 431 int ret = amdgpu_bo_reserve(bo, false); in amdgpu_amdkfd_bo_validate_and_fence() 945 ret = amdgpu_bo_reserve(bo[i], false); in kfd_mem_attach() 978 (void)amdgpu_bo_reserve(bo[i], true); in kfd_mem_attach() 1084 ret = amdgpu_bo_reserve(bo, true); in init_user_pages() 1467 ret = amdgpu_bo_reserve(bo, false); in amdgpu_amdkfd_gpuvm_pin_bo() 1510 ret = amdgpu_bo_reserve(bo, false); in amdgpu_amdkfd_gpuvm_unpin_bo() 2186 ret = amdgpu_bo_reserve(bo, true); in amdgpu_amdkfd_map_gtt_bo_to_gart() 2248 ret = amdgpu_bo_reserve(bo, true); in amdgpu_amdkfd_gpuvm_map_gtt_bo_to_kernel() 2299 (void)amdgpu_bo_reserve(bo, true); in amdgpu_amdkfd_gpuvm_unmap_gtt_bo_from_kernel() [all …]
|
| H A D | amdgpu_gem.c | 177 r = amdgpu_bo_reserve(abo, false); in amdgpu_gem_object_open() 366 r = amdgpu_bo_reserve(vm->root.bo, false); in amdgpu_gem_create_ioctl() 468 r = amdgpu_bo_reserve(bo, true); in amdgpu_gem_userptr_ioctl() 602 r = amdgpu_bo_reserve(robj, false); in amdgpu_gem_metadata_ioctl() 855 r = amdgpu_bo_reserve(robj, false); in amdgpu_gem_op_ioctl()
|
| H A D | amdgpu_gart.c | 188 ret = amdgpu_bo_reserve(bo, true); in amdgpu_gart_table_ram_alloc() 237 ret = amdgpu_bo_reserve(adev->gart.bo, false); in amdgpu_gart_table_ram_free()
|
| H A D | amdgpu_display.c | 179 r = amdgpu_bo_reserve(work->old_abo, true); in amdgpu_display_unpin_work_func() 230 r = amdgpu_bo_reserve(new_abo, false); in amdgpu_display_crtc_page_flip_target() 290 if (unlikely(amdgpu_bo_reserve(new_abo, false) != 0)) { in amdgpu_display_crtc_page_flip_target() 692 r = amdgpu_bo_reserve(rbo, false); in extract_render_dcc_offset() 1178 r = amdgpu_bo_reserve(rbo, false); in amdgpu_display_get_fb_info() 1725 r = amdgpu_bo_reserve(aobj, true); in amdgpu_display_suspend_helper() 1737 r = amdgpu_bo_reserve(robj, true); in amdgpu_display_suspend_helper() 1762 r = amdgpu_bo_reserve(aobj, true); in amdgpu_display_resume_helper()
|
| H A D | amdgpu_vkms.c | 324 r = amdgpu_bo_reserve(rbo, true); in amdgpu_vkms_prepare_fb() 388 r = amdgpu_bo_reserve(rbo, false); in amdgpu_vkms_cleanup_fb()
|
| H A D | amdgpu_object.c | 272 r = amdgpu_bo_reserve(*bo_ptr, false); in amdgpu_bo_create_reserved() 390 r = amdgpu_bo_reserve(*bo, false); in amdgpu_bo_create_isp_user() 512 if (likely(amdgpu_bo_reserve(*bo, true) == 0)) { in amdgpu_bo_free_kernel() 544 if (amdgpu_bo_reserve(bo, true) == 0) { in amdgpu_bo_free_isp_user()
|
| H A D | amdgpu_object.h | 185 static inline int amdgpu_bo_reserve(struct amdgpu_bo *bo, bool no_intr) in amdgpu_bo_reserve() function
|
| H A D | amdgpu_amdkfd.c | 324 r = amdgpu_bo_reserve(bo, true); in amdgpu_amdkfd_alloc_gtt_mem() 371 (void)amdgpu_bo_reserve(*bo, true); in amdgpu_amdkfd_free_gtt_mem()
|
| H A D | amdgpu_dma_buf.c | 274 ret = amdgpu_bo_reserve(bo, false); in amdgpu_dma_buf_begin_cpu_access()
|
| H A D | amdgpu_vm.c | 2592 r = amdgpu_bo_reserve(root_bo, true); in amdgpu_vm_init() 2653 r = amdgpu_bo_reserve(vm->root.bo, true); in amdgpu_vm_make_compute() 2721 amdgpu_bo_reserve(root, true); in amdgpu_vm_fini() 2935 r = amdgpu_bo_reserve(root, true); in amdgpu_vm_handle_fault()
|
| H A D | dce_v8_0.c | 1826 r = amdgpu_bo_reserve(abo, false); in dce_v8_0_crtc_do_set_base() 2006 r = amdgpu_bo_reserve(abo, true); in dce_v8_0_crtc_do_set_base() 2318 ret = amdgpu_bo_reserve(aobj, false); in dce_v8_0_crtc_cursor_set2() 2359 ret = amdgpu_bo_reserve(aobj, true); in dce_v8_0_crtc_cursor_set2() 2484 r = amdgpu_bo_reserve(abo, true); in dce_v8_0_crtc_disable()
|
| H A D | dce_v6_0.c | 1910 r = amdgpu_bo_reserve(abo, false); in dce_v6_0_crtc_do_set_base() 2088 r = amdgpu_bo_reserve(abo, true); in dce_v6_0_crtc_do_set_base() 2370 ret = amdgpu_bo_reserve(aobj, false); in dce_v6_0_crtc_cursor_set2() 2411 ret = amdgpu_bo_reserve(aobj, true); in dce_v6_0_crtc_cursor_set2() 2531 r = amdgpu_bo_reserve(abo, true); in dce_v6_0_crtc_disable()
|
| H A D | dce_v10_0.c | 1879 r = amdgpu_bo_reserve(abo, false); in dce_v10_0_crtc_do_set_base() 2079 r = amdgpu_bo_reserve(abo, true); in dce_v10_0_crtc_do_set_base() 2399 ret = amdgpu_bo_reserve(aobj, false); in dce_v10_0_crtc_cursor_set2() 2440 ret = amdgpu_bo_reserve(aobj, true); in dce_v10_0_crtc_cursor_set2() 2565 r = amdgpu_bo_reserve(abo, true); in dce_v10_0_crtc_disable()
|
| H A D | dce_v11_0.c | 1929 r = amdgpu_bo_reserve(abo, false); in dce_v11_0_crtc_do_set_base() 2129 r = amdgpu_bo_reserve(abo, true); in dce_v11_0_crtc_do_set_base() 2483 ret = amdgpu_bo_reserve(aobj, false); in dce_v11_0_crtc_cursor_set2() 2524 ret = amdgpu_bo_reserve(aobj, true); in dce_v11_0_crtc_cursor_set2() 2649 r = amdgpu_bo_reserve(abo, true); in dce_v11_0_crtc_disable()
|
| H A D | amdgpu_vce.c | 296 r = amdgpu_bo_reserve(adev->vce.vcpu_bo, false); in amdgpu_vce_resume()
|
| H A D | amdgpu_uvd.c | 1181 amdgpu_bo_reserve(bo, true); in amdgpu_uvd_send_msg()
|
| H A D | amdgpu_gmc.c | 71 r = amdgpu_bo_reserve(adev->gmc.pdb0_bo, false); in amdgpu_gmc_pdb0_alloc()
|
| H A D | amdgpu_mes.c | 547 r = amdgpu_bo_reserve(q->mqd_obj, false); in amdgpu_mes_queue_alloc_mqd()
|
| H A D | amdgpu_debugfs.c | 1793 r = amdgpu_bo_reserve(vm->root.bo, true); in amdgpu_debugfs_vm_info_show()
|
| H A D | amdgpu_kms.c | 1443 if (!WARN_ON(amdgpu_bo_reserve(pd, true))) { in amdgpu_driver_postclose_kms()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_queue.c | 255 err = amdgpu_bo_reserve(vm->root.bo, false); in kfd_queue_acquire_buffers() 381 err = amdgpu_bo_reserve(vm->root.bo, false); in kfd_queue_unref_bo_vas()
|
| H A D | kfd_process_queue_manager.c | 597 err = amdgpu_bo_reserve(vm->root.bo, false); in pqm_update_queue_properties()
|
| H A D | kfd_svm.c | 615 r = amdgpu_bo_reserve(bo, true); in svm_range_vram_node_new() 2791 r = amdgpu_bo_reserve(vm->root.bo, false); in svm_range_check_vm_userptr() 3336 r = amdgpu_bo_reserve(vm->root.bo, false); in svm_range_check_vm()
|