Commit 1c0e2f43 authored by Qingqing Zhuo's avatar Qingqing Zhuo Committed by Alex Deucher
Browse files

drm/amd/display: remove unused function



[Why]
This function is not being used, it was left in
when introducing DCN2

[How]
Remove the function

Signed-off-by: default avatarQingqing Zhuo <qingqing.zhuo@amd.com>
Reviewed-by: default avatarEric Bernstein <Eric.Bernstein@amd.com>
Acked-by: default avatarBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 75a54334
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -332,7 +332,6 @@ static struct opp_funcs dcn20_opp_funcs = {
		.opp_set_disp_pattern_generator = opp2_set_disp_pattern_generator,
		.dpg_is_blanked = opp2_dpg_is_blanked,
		.opp_dpg_set_blank_color = opp2_dpg_set_blank_color,
		.opp_convert_pti = NULL,
		.opp_destroy = opp1_destroy,
		.opp_program_left_edge_extra_pixel = opp2_program_left_edge_extra_pixel,
};
+0 −5
Original line number Diff line number Diff line
@@ -316,11 +316,6 @@ struct opp_funcs {
	bool (*dpg_is_blanked)(
			struct output_pixel_processor *opp);

	void (*opp_convert_pti)(
		struct output_pixel_processor *opp,
		bool enable,
		bool polarity);

	void (*opp_dpg_set_blank_color)(
			struct output_pixel_processor *opp,
			const struct tg_color *color);