Hi Alex, On Tue, 30 Aug 2022 09:32:17 -0400 Alex Deucher <[email protected]> wrote: > > Document missing parameter. > > Fixes: 8889a13f99e5 ("drm/amd/display: Add some extra kernel doc to > amdgpu_dm") > Reported-by: Stephen Rothwell <[email protected]> > Signed-off-by: Alex Deucher <[email protected]> > Cc: Rodrigo Siqueira <[email protected]> > Cc: Harry Wentland <[email protected]> > --- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > index 15d51d300b34..4e24b75efcfe 100644 > --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c > @@ -9938,6 +9938,7 @@ static int parse_hdmi_amd_vsdb(struct > amdgpu_dm_connector *aconnector, > * amdgpu_dm_update_freesync_caps - Update Freesync capabilities > * > * @aconnector: Connector to query. > + * @edid: EDID from monitor > * > * Amdgpu supports Freesync in DP and HDMI displays, and it is required to > keep > * track of some of the display information in the internal data struct used > by > -- > 2.37.1 >
That is not the problem I reported (though that also needed fixing) I reported: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9951: warning: Excess function parameter 'aconnector' description in 'amdgpu_dm_update_freesync_caps' The parameter is actually "connector" (no 'a'), so the line above the one you added needs fixing as well. -- Cheers, Stephen Rothwell
pgp_TptO1XEDn.pgp
Description: OpenPGP digital signature
