From: Eric Bernstein Date: Thu, 2 Nov 2017 21:39:48 +0000 (-0400) Subject: drm/amd/display: Remove unused OPP functions from interface X-Git-Tag: v4.16-rc1~96^2~29^2~157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c15e81975a2a6361ac3c6782a6a702fc2dca09a;p=thirdparty%2Flinux.git drm/amd/display: Remove unused OPP functions from interface Signed-off-by: Eric Bernstein Reviewed-by: Tony Cheng Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h index 8141b677fda99..cd6b0d4cd457a 100644 --- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h +++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h @@ -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