aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
diff options
context:
space:
mode:
authorYue Hin Lau <[email protected]>2017-12-04 21:58:11 +0000
committerAlex Deucher <[email protected]>2017-12-20 19:48:22 +0000
commitb51adc77e220ddc659db7c46270596717f50cf5c (patch)
tree0455b355083fc1dca5203dac74483753e013cdd3 /drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
parentdrm/amd/display: Put dcn_mi_registers with other structs (diff)
downloadkernel-b51adc77e220ddc659db7c46270596717f50cf5c.tar.gz
kernel-b51adc77e220ddc659db7c46270596717f50cf5c.zip
drm/amd/display: Only blank DCN when we have set_blank implementation
Also rename timing_generator to optc Signed-off-by: Yue Hin Lau <[email protected]> Reviewed-by: Eric Bernstein <[email protected]> Acked-by: Harry Wentland <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/inc/hw/opp.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/inc/hw/opp.h19
1 files changed, 0 insertions, 19 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 6da125de9507..17e143e4cb94 100644
--- a/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
+++ b/drivers/gpu/drm/amd/display/dc/inc/hw/opp.h
@@ -282,25 +282,6 @@ struct opp_funcs {
bool enable,
bool rightEyePolarity);
- void (*opp_set_test_pattern)(
- struct output_pixel_processor *opp,
- enum controller_dp_test_pattern test_pattern,
- enum dc_color_depth color_depth,
- int width,
- int height);
-
- void (*opp_dpg_blank_enable)(
- struct output_pixel_processor *opp,
- bool enable,
- const struct tg_color *color,
- int width,
- int height);
-
- void (*opp_convert_pti)(
- struct output_pixel_processor *opp,
- bool enable,
- bool polarity);
-
};
#endif