diff options
author | Eric Bernstein <[email protected]> | 2017-11-02 17:39:48 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-12-06 12:47:34 -0500 |
commit | 8c15e81975a2a6361ac3c6782a6a702fc2dca09a (patch) | |
tree | e0ee0472b47a075ebdd8f61c3cc2f13f69635531 | |
parent | d39b3acbf6251b3ca20db361d2b12fa9b5f17c71 (diff) |
drm/amd/display: Remove unused OPP functions from interface
Signed-off-by: Eric Bernstein <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-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 |