diff options
author | Eric Bernstein <eric.bernstein@amd.com> | 2017-11-03 00:39:48 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-06 20:47:34 +0300 |
commit | 8c15e81975a2a6361ac3c6782a6a702fc2dca09a (patch) | |
tree | e0ee0472b47a075ebdd8f61c3cc2f13f69635531 /drivers | |
parent | d39b3acbf6251b3ca20db361d2b12fa9b5f17c71 (diff) | |
download | linux-8c15e81975a2a6361ac3c6782a6a702fc2dca09a.tar.xz |
drm/amd/display: Remove unused OPP functions from interface
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/inc/hw/opp.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 8141b677fda9..cd6b0d4cd457 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 |