drm/amd/display: Add htmldocs description for fused_io interface
authorRoman Li <Roman.Li@amd.com>
Wed, 9 Apr 2025 16:03:00 +0000 (12:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Apr 2025 20:58:19 +0000 (16:58 -0400)
[Why]
htmldocs build warning: "Function parameter or struct member 'fused_io'
not described in 'amdgpu_display_manager'".

[How]
Add missing description.

Fixes: ce801e5d6c1b ("drm/amd/display: HDCP Locality check using DMUB Fused IO")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Roman Li <Roman.Li@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h

index c8201a7a1ad6c5dcac363ca3b56c0949aa9dc172..4b615071e93bf658ba28aaecb0b790e036a764b4 100644 (file)
@@ -639,6 +639,11 @@ struct amdgpu_display_manager {
         */
        struct amdgpu_i2c_adapter *oem_i2c;
 
+       /**
+        * @fused_io:
+        *
+        * dmub fused io interface
+        */
        struct fused_io_sync {
                struct completion replied;
                char reply_data[0x40];  // Cannot include dmub_cmd here