Commit 3eb15272 authored by Eric Anholt's avatar Eric Anholt
parent ff217bc7
...@@ -66,7 +66,7 @@ struct drm_v3d_submit_cl { ...@@ -66,7 +66,7 @@ struct drm_v3d_submit_cl {
*/ */
__u32 bcl_start; __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; __u32 bcl_end;
/* Offset of the render command list. /* Offset of the render command list.
...@@ -82,7 +82,7 @@ struct drm_v3d_submit_cl { ...@@ -82,7 +82,7 @@ struct drm_v3d_submit_cl {
*/ */
__u32 rcl_start; __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; __u32 rcl_end;
/** An optional sync object to wait on before starting the BCL. */ /** An optional sync object to wait on before starting the BCL. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment