Searched refs:exec_ctx (Results 1 – 1 of 1) sorted by relevance
584 struct drm_exec *exec_ctx) in vc4_lock_bo_reservations() argument591 drm_exec_init(exec_ctx, DRM_EXEC_INTERRUPTIBLE_WAIT, exec->bo_count); in vc4_lock_bo_reservations()592 drm_exec_until_all_locked(exec_ctx) { in vc4_lock_bo_reservations()593 ret = drm_exec_prepare_array(exec_ctx, exec->bo, in vc4_lock_bo_reservations()598 drm_exec_fini(exec_ctx); in vc4_lock_bo_reservations()616 struct drm_exec *exec_ctx, in vc4_queue_submit() argument645 drm_exec_fini(exec_ctx); in vc4_queue_submit()1017 struct drm_exec exec_ctx; in vc4_submit_cl_ioctl() local1110 ret = vc4_lock_bo_reservations(exec, &exec_ctx); in vc4_submit_cl_ioctl()1133 ret = vc4_queue_submit(dev, exec, &exec_ctx, out_sync); in vc4_submit_cl_ioctl()[all …]