mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
d39b3acbf6
commit
8c15e81975
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue