brcm2708: add linux 4.19 support
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.19 / 950-0568-drm-v3d-Update-a-comment-about-what-uses-v3d_job_dep.patch
1 From 1ab9b7689ae0ba9d1f31c5da609004aa8c61a9ed Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Thu, 8 Nov 2018 08:16:52 -0800
4 Subject: [PATCH 568/703] drm/v3d: Update a comment about what uses
5 v3d_job_dependency().
6
7 I merged bin and render's paths in a late refactoring.
8
9 Signed-off-by: Eric Anholt <eric@anholt.net>
10 Link: https://patchwork.freedesktop.org/patch/msgid/20181108161654.19888-3-eric@anholt.net
11 Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
12 (cherry picked from commit e90e45f6bd45cc494a6f4cd1853c5e7cd4be7f68)
13 ---
14 drivers/gpu/drm/v3d/v3d_sched.c | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 --- a/drivers/gpu/drm/v3d/v3d_sched.c
18 +++ b/drivers/gpu/drm/v3d/v3d_sched.c
19 @@ -39,7 +39,7 @@ v3d_job_free(struct drm_sched_job *sched
20 }
21
22 /**
23 - * Returns the fences that the bin job depends on, one by one.
24 + * Returns the fences that the bin or render job depends on, one by one.
25 * v3d_job_run() won't be called until all of them have been signaled.
26 */
27 static struct dma_fence *