]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: fix doc entry for bb_from_dmub
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Mon, 15 Jul 2024 19:02:20 +0000 (15:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jul 2024 21:41:23 +0000 (17:41 -0400)
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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h

index 5fd1b6b44577b82ce571842820363ae130762675..369159c29bbe93e19659a5602a569214526fd752 100644 (file)
@@ -587,7 +587,9 @@ struct amdgpu_display_manager {
         */
        struct mutex dpia_aux_lock;
 
-       /*
+       /**
+        * @bb_from_dmub:
+        *
         * Bounding box data read from dmub during early initialization for DCN4+
         */
        struct dml2_soc_bb *bb_from_dmub;