Skip to content

Commit 7bbae44

Browse files
Aurabindo Pillaialexdeucher
authored andcommitted
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: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 28814be commit 7bbae44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,9 @@ struct amdgpu_display_manager {
587587
*/
588588
struct mutex dpia_aux_lock;
589589

590-
/*
590+
/**
591+
* @bb_from_dmub:
592+
*
591593
* Bounding box data read from dmub during early initialization for DCN4+
592594
*/
593595
struct dml2_soc_bb *bb_from_dmub;

0 commit comments

Comments
 (0)