Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_gem.c584 struct drm_exec *exec_ctx) in vc4_lock_bo_reservations() argument
591 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() argument
645 drm_exec_fini(exec_ctx); in vc4_queue_submit()
1017 struct drm_exec exec_ctx; in vc4_submit_cl_ioctl() local
1110 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 …]