aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2017-01-24 15:19:42 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:12:56 -0400
commit6728b30c974e38711f70dc38edf68503bf71c4a9 (patch)
treed9079c21fb03c8e2b01deecd4bbbc0addc6846f8 /drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
parentdrm/amd/display: DMCU Compile and Load (diff)
downloadlinux-dev-6728b30c974e38711f70dc38edf68503bf71c4a9.tar.xz
linux-dev-6728b30c974e38711f70dc38edf68503bf71c4a9.zip
drm/amd/display: Move backlight from encoder to ABM
Signed-off-by: Anthony Koo <anthony.koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
index b3667df5250b..053f72b91b3c 100644
--- a/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
+++ b/drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.h
@@ -226,13 +226,6 @@ union dce110_dmcu_psr_config_data_reg3 {
unsigned int u32All;
};
-struct dce110_abm_backlight_registers {
- unsigned int vBL_PWM_CNTL;
- unsigned int vBL_PWM_CNTL2;
- unsigned int vBL_PWM_PERIOD_CNTL;
- unsigned int vLVTMA_PWRSEQ_REF_DIV_BL_PWM_REF_DIV;
-};
-
bool dce110_link_encoder_construct(
struct dce110_link_encoder *enc110,
const struct encoder_init_data *init_data,
@@ -317,23 +310,6 @@ void dce110_link_encoder_update_mst_stream_allocation_table(
struct link_encoder *enc,
const struct link_mst_stream_allocation_table *table);
-void dce110_link_encoder_set_lcd_backlight_level(
- struct link_encoder *enc,
- uint32_t level);
-
-void dce110_link_encoder_set_dmcu_backlight_level(
- struct link_encoder *enc,
- uint32_t level,
- uint32_t frame_ramp,
- uint32_t controller_id);
-
-void dce110_link_encoder_init_dmcu_backlight_settings(
- struct link_encoder *enc);
-
-void dce110_link_encoder_set_dmcu_abm_level(
- struct link_encoder *enc,
- uint32_t level);
-
void dce110_link_encoder_set_dmcu_psr_enable(
struct link_encoder *enc, bool enable);