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:
ff217bc
)
drm/v3d: Fix whitespace inconsistency in the header.
author
Eric Anholt
<eric@anholt.net>
Thu, 8 Nov 2018 16:16:51 +0000
(08:16 -0800)
committer
Eric Anholt
<eric@anholt.net>
Tue, 27 Nov 2018 20:17:22 +0000
(12:17 -0800)
Signed-off-by: Eric Anholt <eric@anholt.net>
Link:
https://patchwork.freedesktop.org/patch/msgid/20181108161654.19888-2-eric@anholt.net
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
include/uapi/drm/v3d_drm.h
patch
|
blob
|
history
diff --git
a/include/uapi/drm/v3d_drm.h
b/include/uapi/drm/v3d_drm.h
index f446656d00b1d335cdfd767c1aa2336e06a54d33..b1e5de076b0f46e3042782a1b1a0b3e11c00075b 100644
(file)
--- a/
include/uapi/drm/v3d_drm.h
+++ b/
include/uapi/drm/v3d_drm.h
@@
-66,7
+66,7
@@
struct drm_v3d_submit_cl {
*/
__u32 bcl_start;
-
/** End address of the BCL (first byte after the BCL) */
+ /** End address of the BCL (first byte after the BCL) */
__u32 bcl_end;
/* Offset of the render command list.
@@
-82,7
+82,7
@@
struct drm_v3d_submit_cl {
*/
__u32 rcl_start;
-
/** End address of the RCL (first byte after the RCL) */
+ /** End address of the RCL (first byte after the RCL) */
__u32 rcl_end;
/** An optional sync object to wait on before starting the BCL. */