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

authored by

Aurabindo Pillai and committed by
Alex Deucher
7bbae44c 28814be8

+3 -1
+3 -1
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
··· 587 587 */ 588 588 struct mutex dpia_aux_lock; 589 589 590 - /* 590 + /** 591 + * @bb_from_dmub: 592 + * 591 593 * Bounding box data read from dmub during early initialization for DCN4+ 592 594 */ 593 595 struct dml2_soc_bb *bb_from_dmub;