On Wed, Jan 13, 2021 at 3:08 AM Lee Jones <lee.jo...@linaro.org> wrote: > > Fixes the following W=1 kernel build warning(s): > > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:3710:19: warning: > no previous prototype for ‘linkRateInKHzToLinkRateMultiplier’ > [-Wmissing-prototypes] > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c: In function > ‘dpcd_set_source_specific_data’: > drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:4403:18: warning: > variable ‘result_write_min_hblank’ set but not used > [-Wunused-but-set-variable] > > Cc: Harry Wentland <harry.wentl...@amd.com> > Cc: Leo Li <sunpeng...@amd.com> > Cc: Alex Deucher <alexander.deuc...@amd.com> > Cc: "Christian König" <christian.koe...@amd.com> > Cc: David Airlie <airl...@linux.ie> > Cc: Daniel Vetter <dan...@ffwll.ch> > Cc: amd-...@lists.freedesktop.org > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Lee Jones <lee.jo...@linaro.org>
Applied. Thanks! Alex > --- > drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c > b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c > index 2fc12239b22cb..3c33b8fe218e5 100644 > --- a/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c > +++ b/drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c > @@ -3707,7 +3707,7 @@ bool detect_dp_sink_caps(struct dc_link *link) > /* TODO save sink caps in link->sink */ > } > > -enum dc_link_rate linkRateInKHzToLinkRateMultiplier(uint32_t > link_rate_in_khz) > +static enum dc_link_rate linkRateInKHzToLinkRateMultiplier(uint32_t > link_rate_in_khz) > { > enum dc_link_rate link_rate; > // LinkRate is normally stored as a multiplier of 0.27 Gbps per lane. > Do the translation. > -- > 2.25.1 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel