projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd4f21
)
drm/v3d: Fix a grammar nit in the scheduler docs.
author
Eric Anholt
<eric@anholt.net>
Tue, 3 Jul 2018 17:05:15 +0000
(10:05 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 5 Jul 2018 18:42:50 +0000
(11:42 -0700)
Signed-off-by: Eric Anholt <eric@anholt.net>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20180703170515.6298-4-eric@anholt.net
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
drivers/gpu/drm/v3d/v3d_sched.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/v3d/v3d_sched.c
b/drivers/gpu/drm/v3d/v3d_sched.c
index 00667c733dca05ffcb02baaff7133bf16917420d..a5501581d96b3a3c4293e4504895a01de3c1d0d2 100644
(file)
--- a/
drivers/gpu/drm/v3d/v3d_sched.c
+++ b/
drivers/gpu/drm/v3d/v3d_sched.c
@@
-14,8
+14,8
@@
* to the HW only when it has completed the last one, instead of
* filling up the CT[01]Q FIFOs with jobs. Similarly, we use
* v3d_job_dependency() to manage the dependency between bin and
- * render, instead of having the clients submit jobs
with using the
- *
HW's
semaphores to interlock between them.
+ * render, instead of having the clients submit jobs
using the HW's
+ * semaphores to interlock between them.
*/
#include <linux/kthread.h>