Searched refs:exec_ctx (Results 1 – 1 of 1) sorted by relevance
583 struct drm_exec *exec_ctx) in vc4_lock_bo_reservations() argument590 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() argument644 drm_exec_fini(exec_ctx); in vc4_queue_submit()1016 struct drm_exec exec_ctx; in vc4_submit_cl_ioctl() local1109 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 …]