Home
last modified time | relevance | path

Searched refs:drm_exec (Results 1 – 25 of 34) sorted by relevance

12

/linux/include/drm/
H A Ddrm_exec.h17 struct drm_exec { struct
63 drm_exec_obj(struct drm_exec *exec, unsigned long index) in drm_exec_obj()
133 static inline bool drm_exec_is_contended(struct drm_exec *exec) in drm_exec_is_contended()
138 void drm_exec_init(struct drm_exec *exec, u32 flags, unsigned nr);
139 void drm_exec_fini(struct drm_exec *exec);
140 bool drm_exec_cleanup(struct drm_exec *exec);
141 int drm_exec_lock_obj(struct drm_exec *exec, struct drm_gem_object *obj);
142 void drm_exec_unlock_obj(struct drm_exec *exec, struct drm_gem_object *obj);
143 int drm_exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj,
145 int drm_exec_prepare_array(struct drm_exec *exec,
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.h10 struct drm_exec;
49 int panthor_vm_prepare_mapped_bos_resvs(struct drm_exec *exec,
90 int panthor_vm_bind_job_prepare_resvs(struct drm_exec *exec,
92 void panthor_vm_bind_job_update_resvs(struct drm_exec *exec, struct drm_sched_job *job);
94 void panthor_vm_update_resvs(struct panthor_vm *vm, struct drm_exec *exec,
H A Dpanthor_mmu.c2666 int panthor_vm_bind_job_prepare_resvs(struct drm_exec *exec, in panthor_vm_bind_job_prepare_resvs()
2692 void panthor_vm_bind_job_update_resvs(struct drm_exec *exec, in panthor_vm_bind_job_update_resvs()
2704 void panthor_vm_update_resvs(struct panthor_vm *vm, struct drm_exec *exec, in panthor_vm_update_resvs()
2814 int panthor_vm_prepare_mapped_bos_resvs(struct drm_exec *exec, struct panthor_vm *vm, in panthor_vm_prepare_mapped_bos_resvs()
/linux/drivers/gpu/drm/xe/
H A Dxe_dma_buf.c55 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_pin()
103 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_map()
174 struct drm_exec exec; in xe_dma_buf_begin_cpu_access()
276 struct drm_exec exec; in xe_dma_buf_init_obj()
313 struct drm_exec *exec = XE_VALIDATION_UNSUPPORTED; in xe_dma_buf_move_notify()
H A Dxe_bo.c1332 struct drm_exec exec; in xe_bo_notifier_prepare_pinned()
1469 struct drm_exec exec; in xe_bo_evict_pinned()
1928 struct drm_exec *exec) in xe_bo_fault_migrate()
2073 struct drm_exec exec; in xe_bo_cpu_fault()
2304 u32 flags, struct drm_exec *exec) in xe_bo_init_locked()
2485 u64 alignment, struct drm_exec *exec) in __xe_bo_create_locked()
2582 struct drm_exec *exec) in xe_bo_create_locked()
2594 struct drm_exec exec; in xe_bo_create_novm()
2631 u32 flags, struct drm_exec *exec) in xe_bo_create_user()
2674 struct drm_exec exec; in xe_bo_create_pin_range_novm()
[all …]
H A Dxe_pagefault.c48 static int xe_pagefault_begin(struct drm_exec *exec, struct xe_vma *vma, in xe_pagefault_begin()
85 struct drm_exec exec; in xe_pagefault_handle_vma()
H A Dxe_vm.c60 int xe_vm_drm_exec_lock(struct xe_vm *vm, struct drm_exec *exec) in xe_vm_drm_exec_lock()
201 struct drm_exec *exec) in resume_and_reinstall_preempt_fences()
223 struct drm_exec *exec = &vm_exec.exec; in xe_vm_add_compute_exec_queue()
328 static int xe_gpuvm_validate(struct drm_gpuvm_bo *vm_bo, struct drm_exec *exec) in xe_gpuvm_validate()
372 int xe_vm_validate_rebind(struct xe_vm *vm, struct drm_exec *exec, in xe_vm_validate_rebind()
398 static int xe_preempt_work_begin(struct drm_exec *exec, struct xe_vm *vm, in xe_preempt_work_begin()
466 struct drm_exec exec; in preempt_rebind_work_func()
1238 int xe_vm_lock_vma(struct drm_exec *exec, struct xe_vma *vma) in xe_vm_lock_vma()
1257 struct drm_exec exec; in xe_vma_destroy_unlocked()
1511 struct xe_vm *vm, struct drm_exec *exec) in xe_vm_create_scratch()
[all …]
H A Dxe_vm_types.h397 struct drm_exec *_exec;
H A Dxe_ggtt.c788 u64 start, u64 end, struct drm_exec *exec) in __xe_ggtt_insert_bo_at()
871 u64 start, u64 end, struct drm_exec *exec) in xe_ggtt_insert_bo_at()
885 struct drm_exec *exec) in xe_ggtt_insert_bo()
H A Dxe_exec.c122 struct drm_exec *exec = &vm_exec.exec; in xe_exec_ioctl()
/linux/drivers/gpu/drm/
H A Ddrm_gpuvm.c1189 exec_prepare_obj(struct drm_exec *exec, struct drm_gem_object *obj, in exec_prepare_obj()
1212 struct drm_exec *exec, in drm_gpuvm_prepare_vm()
1221 struct drm_exec *exec, in __drm_gpuvm_prepare_objects()
1242 struct drm_exec *exec, in drm_gpuvm_prepare_objects_locked()
1289 struct drm_exec *exec, in drm_gpuvm_prepare_objects()
1315 drm_gpuvm_prepare_range(struct drm_gpuvm *gpuvm, struct drm_exec *exec, in drm_gpuvm_prepare_range()
1352 struct drm_exec *exec = &vm_exec->exec; in drm_gpuvm_exec_lock()
1444 struct drm_exec *exec = &vm_exec->exec; in drm_gpuvm_exec_lock_range()
1466 __drm_gpuvm_validate(struct drm_gpuvm *gpuvm, struct drm_exec *exec) in __drm_gpuvm_validate()
1486 drm_gpuvm_validate_locked(struct drm_gpuvm *gpuvm, struct drm_exec *exec) in drm_gpuvm_validate_locked()
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_job.c531 prepare_fw_obj_resv(struct drm_exec *exec, struct pvr_fw_object *fw_obj) in prepare_fw_obj_resv()
537 jobs_lock_all_objs(struct drm_exec *exec, struct pvr_job_data *job_data, in jobs_lock_all_objs()
564 prepare_job_resvs_for_each(struct drm_exec *exec, struct pvr_job_data *job_data, in prepare_job_resvs_for_each()
711 struct drm_exec exec; in pvr_submit_jobs()
H A Dpvr_vm.h27 struct drm_exec;
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.h66 struct drm_exec exec;
H A Damdgpu_vm.h40 struct drm_exec;
508 int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec,
510 int amdgpu_vm_lock_done_list(struct amdgpu_vm *vm, struct drm_exec *exec,
H A Damdgpu_userq_fence.c460 struct drm_exec exec; in amdgpu_userq_signal_ioctl()
617 struct drm_exec exec; in amdgpu_userq_wait_count_fences()
732 struct drm_exec exec; in amdgpu_userq_wait_return_fence_info()
H A Dmes_userqueue.c43 struct drm_exec exec; in mes_userq_create_wptr_mapping()
H A Damdgpu_amdkfd_gpuvm.c881 struct drm_exec exec; in kfd_mem_attach()
1146 struct drm_exec exec;
2666 struct drm_exec exec; in validate_invalid_user_pages()
2926 struct drm_exec exec; in amdgpu_amdkfd_gpuvm_restore_process_bos()
H A Damdgpu_userq.c1054 amdgpu_userq_bo_validate(struct amdgpu_device *adev, struct drm_exec *exec, in amdgpu_userq_bo_validate()
1104 struct drm_exec exec; in amdgpu_userq_vm_validate()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_bo.c27 struct kunit *test, struct drm_exec *exec) in ccs_test_migrate()
136 struct drm_exec *exec = XE_VALIDATION_OPT_OUT; in ccs_test_run_tile()
212 struct drm_exec *exec = XE_VALIDATION_OPT_OUT; in evict_test_run_tile()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.h155 struct drm_exec *exec,
H A Dradeon_object.c467 struct drm_exec *exec, in radeon_bo_list_validate()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c587 struct drm_exec *exec_ctx) in vc4_lock_bo_reservations()
619 struct drm_exec *exec_ctx, in vc4_queue_submit()
1020 struct drm_exec exec_ctx; in vc4_submit_cl_ioctl()
/linux/drivers/gpu/drm/qxl/
H A Dqxl_drv.h153 struct drm_exec exec;
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1220 bind_lock_validate(struct nouveau_job *job, struct drm_exec *exec, in bind_lock_validate()
1265 struct drm_exec *exec = &vme->exec; in nouveau_uvmm_bind_job_submit()
1873 nouveau_uvmm_bo_validate(struct drm_gpuvm_bo *vm_bo, struct drm_exec *exec) in nouveau_uvmm_bo_validate()

12