Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/vc4/
H A Dvc4_gem.c583 struct drm_exec *exec_ctx) in vc4_lock_bo_reservations() argument
590 drm_exec_init(exec_ctx, DRM_EXEC_INTERRUPTIBLE_WAIT, exec->bo_count); in vc4_lock_bo_reservations()
591 drm_exec_until_all_locked(exec_ctx) { in vc4_lock_bo_reservations()
592 ret = drm_exec_prepare_array(exec_ctx, exec->bo, in vc4_lock_bo_reservations()
597 drm_exec_fini(exec_ctx); in vc4_lock_bo_reservations()
615 struct drm_exec *exec_ctx, in vc4_queue_submit() argument
644 drm_exec_fini(exec_ctx); in vc4_queue_submit()
1016 struct drm_exec exec_ctx; in vc4_submit_cl_ioctl() local
1109 ret = vc4_lock_bo_reservations(exec, &exec_ctx); in vc4_submit_cl_ioctl()
1132 ret = vc4_queue_submit(dev, exec, &exec_ctx, out_sync); in vc4_submit_cl_ioctl()
[all …]