Searched refs:exec_ctx (Results 1 – 1 of 1) sorted by relevance
587 struct drm_exec *exec_ctx) in vc4_lock_bo_reservations() argument594 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() argument648 drm_exec_fini(exec_ctx); in vc4_queue_submit()1020 struct drm_exec exec_ctx; in vc4_submit_cl_ioctl() local1113 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()[all …]