Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <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>

authored by

Roman Li and committed by
Alex Deucher
309d11b4 2e0454b7

+5
+5
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
··· 639 639 */ 640 640 struct amdgpu_i2c_adapter *oem_i2c; 641 641 642 + /** 643 + * @fused_io: 644 + * 645 + * dmub fused io interface 646 + */ 642 647 struct fused_io_sync { 643 648 struct completion replied; 644 649 char reply_data[0x40]; // Cannot include dmub_cmd here