diff options
| author | Roman Li <[email protected]> | 2025-04-09 16:03:00 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2025-04-11 20:58:19 +0000 |
| commit | 309d11b4bbb402abdcf128920f353f4332f1943b (patch) | |
| tree | bb01136b7207e3deb0e82d21ee3c34a31bdb6622 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | |
| parent | drm/amdgpu: adjust enforce_isolation handling (diff) | |
| download | kernel-309d11b4bbb402abdcf128920f353f4332f1943b.tar.gz kernel-309d11b4bbb402abdcf128920f353f4332f1943b.zip | |
drm/amd/display: Add htmldocs description for fused_io interface
[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 <[email protected]>
Signed-off-by: Roman Li <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h')
| -rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h index c8201a7a1ad6..4b615071e93b 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h @@ -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 |
