drm/amd/display: Remove unused OPP functions from interface
authorEric Bernstein <eric.bernstein@amd.com>
Thu, 2 Nov 2017 21:39:48 +0000 (17:39 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:47:34 +0000 (12:47 -0500)
Signed-off-by: Eric Bernstein <eric.bernstein@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/inc/hw/opp.h

index 8141b677fda992d1dd55355815abcf818ca9e750..cd6b0d4cd457ab55bfff35246c9dd27af1d2a06a 100644 (file)
@@ -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