aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/drm
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/drm')
-rw-r--r--include/uapi/drm/v3d_drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/drm/v3d_drm.h b/include/uapi/drm/v3d_drm.h
index f446656d00b1..b1e5de076b0f 100644
--- a/include/uapi/drm/v3d_drm.h
+++ b/include/uapi/drm/v3d_drm.h
@@ -66,7 +66,7 @@ struct drm_v3d_submit_cl {
66 */ 66 */
67 __u32 bcl_start; 67 __u32 bcl_start;
68 68
69 /** End address of the BCL (first byte after the BCL) */ 69 /** End address of the BCL (first byte after the BCL) */
70 __u32 bcl_end; 70 __u32 bcl_end;
71 71
72 /* Offset of the render command list. 72 /* Offset of the render command list.
@@ -82,7 +82,7 @@ struct drm_v3d_submit_cl {
82 */ 82 */
83 __u32 rcl_start; 83 __u32 rcl_start;
84 84
85 /** End address of the RCL (first byte after the RCL) */ 85 /** End address of the RCL (first byte after the RCL) */
86 __u32 rcl_end; 86 __u32 rcl_end;
87 87
88 /** An optional sync object to wait on before starting the BCL. */ 88 /** An optional sync object to wait on before starting the BCL. */