Commit 8c15e819 authored by Eric Bernstein's avatar Eric Bernstein Committed by Alex Deucher
Browse files

drm/amd/display: Remove unused OPP functions from interface

parent d39b3acb
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -281,15 +281,6 @@ struct opp_funcs {
			bool enable,
			bool rightEyePolarity);

	void (*opp_set_test_pattern)(
			struct output_pixel_processor *opp,
			bool enable);

	void (*opp_dpg_blank_enable)(
			struct output_pixel_processor *opp,
			bool enable,
			int width,
			int height);
};

#endif