Commit 7bbae44c authored by Aurabindo Pillai's avatar Aurabindo Pillai Committed by Alex Deucher

drm/amd/display: fix doc entry for bb_from_dmub

Fixes the warning:

Function parameter or struct member 'bb_from_dmub' not described in 'amdgpu_display_manager'
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarAurabindo Pillai <aurabindo.pillai@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 28814be8
...@@ -587,7 +587,9 @@ struct amdgpu_display_manager { ...@@ -587,7 +587,9 @@ struct amdgpu_display_manager {
*/ */
struct mutex dpia_aux_lock; struct mutex dpia_aux_lock;
/* /**
* @bb_from_dmub:
*
* Bounding box data read from dmub during early initialization for DCN4+ * Bounding box data read from dmub during early initialization for DCN4+
*/ */
struct dml2_soc_bb *bb_from_dmub; struct dml2_soc_bb *bb_from_dmub;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment