Lines Matching refs:exec_ctx
587 struct drm_exec *exec_ctx) in vc4_lock_bo_reservations() argument
594 drm_exec_init(exec_ctx, DRM_EXEC_INTERRUPTIBLE_WAIT, exec->bo_count); in vc4_lock_bo_reservations()
595 drm_exec_until_all_locked(exec_ctx) { in vc4_lock_bo_reservations()
596 ret = drm_exec_prepare_array(exec_ctx, exec->bo, in vc4_lock_bo_reservations()
601 drm_exec_fini(exec_ctx); in vc4_lock_bo_reservations()
619 struct drm_exec *exec_ctx, in vc4_queue_submit() argument
648 drm_exec_fini(exec_ctx); in vc4_queue_submit()
1020 struct drm_exec exec_ctx; in vc4_submit_cl_ioctl() local
1113 ret = vc4_lock_bo_reservations(exec, &exec_ctx); in vc4_submit_cl_ioctl()
1136 ret = vc4_queue_submit(dev, exec, &exec_ctx, out_sync); in vc4_submit_cl_ioctl()
1153 drm_exec_fini(&exec_ctx); in vc4_submit_cl_ioctl()