]> Git Repo - linux.git/commitdiff
drm/i915: Add some boring kerneldoc
authorTvrtko Ursulin <[email protected]>
Mon, 19 Feb 2024 13:25:17 +0000 (13:25 +0000)
committerTvrtko Ursulin <[email protected]>
Tue, 20 Feb 2024 09:17:17 +0000 (09:17 +0000)
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: b11236486749 ("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]
include/uapi/drm/i915_drm.h

index bd87386a82438500d9263a7d2193496b94f3500c..2ee338860b7e08c80fb9f0a65702dc1b18456b6b 100644 (file)
@@ -3572,9 +3572,13 @@ struct drm_i915_query_memory_regions {
  * struct drm_i915_query_guc_submission_version - query GuC submission interface version
  */
 struct drm_i915_query_guc_submission_version {
+       /** @branch: Firmware branch version. */
        __u32 branch;
+       /** @major: Firmware major version. */
        __u32 major;
+       /** @minor: Firmware minor version. */
        __u32 minor;
+       /** @patch: Firmware patch version. */
        __u32 patch;
 };
 
This page took 0.057258 seconds and 4 git commands to generate.