drm/amd/display: Remove the repeated dpp1_full_bypass declaration
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Fri, 18 Jun 2021 01:23:23 +0000 (09:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Jun 2021 21:14:36 +0000 (17:14 -0400)
Function 'dpp1_full_bypass' is declared twice, so remove the repeated
declaration and unnessary blank line.

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h

index 9a1f40e..71b3a69 100644 (file)
@@ -1497,8 +1497,6 @@ void dpp1_cnv_setup (
                enum dc_color_space input_color_space,
                struct cnv_alpha_2bit_lut *alpha_2bit_lut);
 
-void dpp1_full_bypass(struct dpp *dpp_base);
-
 void dpp1_dppclk_control(
                struct dpp *dpp_base,
                bool dppclk_div,