Skip to content

Commit

Permalink
drm/amd/display: Remove the repeated dpp1_full_bypass declaration
Browse files Browse the repository at this point in the history
Function 'dpp1_full_bypass' is declared twice, so remove the repeated
declaration and unnessary blank line.

Cc: Harry Wentland <[email protected]>
Cc: Leo Li <[email protected]>
Cc: Alex Deucher <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Shaokun Zhang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
zhangshk authored and alexdeucher committed Jun 18, 2021
1 parent bb82ea3 commit dc22356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dc22356

Please sign in to comment.