aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2018-11-08 11:16:52 -0500
committerEric Anholt <eric@anholt.net>2018-11-27 15:17:22 -0500
commite90e45f6bd45cc494a6f4cd1853c5e7cd4be7f68 (patch)
tree0ced06b2a9059c60a9a07fb666a4e6e014c23ed1 /drivers/gpu
parent3eb152720c734112c5069e531442463e0a2abfb3 (diff)
drm/v3d: Update a comment about what uses v3d_job_dependency().
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/v3d/v3d_sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/v3d/v3d_sched.c b/drivers/gpu/drm/v3d/v3d_sched.c
index 9243dea6e6ad..e1f2aab0717b 100644
--- a/drivers/gpu/drm/v3d/v3d_sched.c
+++ b/drivers/gpu/drm/v3d/v3d_sched.c
@@ -39,7 +39,7 @@ v3d_job_free(struct drm_sched_job *sched_job)
39} 39}
40 40
41/** 41/**
42 * Returns the fences that the bin job depends on, one by one. 42 * Returns the fences that the bin or render job depends on, one by one.
43 * v3d_job_run() won't be called until all of them have been signaled. 43 * v3d_job_run() won't be called until all of them have been signaled.
44 */ 44 */
45static struct dma_fence * 45static struct dma_fence *