Skip to content

Commit

Permalink
drm/v3d: Update a comment about what uses v3d_job_dependency().
Browse files Browse the repository at this point in the history
I merged bin and render's paths in a late refactoring.

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20181108161654.19888-3-eric@anholt.net
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
  • Loading branch information
Eric Anholt committed Nov 27, 2018
1 parent 3eb1527 commit e90e45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/v3d/v3d_sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ v3d_job_free(struct drm_sched_job *sched_job)
}

/**
* Returns the fences that the bin job depends on, one by one.
* Returns the fences that the bin or render job depends on, one by one.
* v3d_job_run() won't be called until all of them have been signaled.
*/
static struct dma_fence *
Expand Down

0 comments on commit e90e45f

Please sign in to comment.