Skip to content

Commit 5cf0fbf

Browse files
committed
drm/i915: Add some boring kerneldoc
Tooling appears very strict so lets pacify it by adding some comments, even if fields are completely self-explanatory. Signed-off-by: Tvrtko Ursulin <[email protected]> Fixes: b112364 ("drm/i915: Add GuC submission interface version query") Reported-by: Stephen Rothwell <[email protected]> Cc: Jose Souza <[email protected]> Reviewed-by: José Roberto de Souza <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent eb927f0 commit 5cf0fbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/uapi/drm/i915_drm.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,9 +3572,13 @@ struct drm_i915_query_memory_regions {
35723572
* struct drm_i915_query_guc_submission_version - query GuC submission interface version
35733573
*/
35743574
struct drm_i915_query_guc_submission_version {
3575+
/** @branch: Firmware branch version. */
35753576
__u32 branch;
3577+
/** @major: Firmware major version. */
35763578
__u32 major;
3579+
/** @minor: Firmware minor version. */
35773580
__u32 minor;
3581+
/** @patch: Firmware patch version. */
35783582
__u32 patch;
35793583
};
35803584

0 commit comments

Comments
 (0)