Commit 8409e20e authored by Souptick Joarder's avatar Souptick Joarder Committed by Alex Deucher
Browse files

drm/amd/display: Adding prototype for dccg21_update_dpp_dto()



Kernel test robot throws below warning ->

drivers/gpu/drm/amd/amdgpu/../display/dc/dcn21/dcn21_dccg.c:46:6:
warning: no previous prototype for 'dccg21_update_dpp_dto'
[-Wmissing-prototypes]

Adding prototype for dccg21_update_dpp_dto().

Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarSouptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent d00a88ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,5 +32,6 @@ struct dccg *dccg21_create(
	const struct dccg_shift *dccg_shift,
	const struct dccg_mask *dccg_mask);

void dccg21_update_dpp_dto(struct dccg *dccg, int dpp_inst, int req_dppclk);

#endif /* __DCN21_DCCG_H__ */