summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/virtual
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/virtual
parent5e7773a219f7821163ad2b17be0d02f8be8ce0c6 (diff)
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/virtual')
-rw-r--r--drivers/gpu/drm/amd/display/dc/virtual/virtual_link_encoder.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_encoder.c b/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_encoder.c
index 869dedca0b17..12df49927f09 100644
--- a/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_encoder.c
+++ b/drivers/gpu/drm/amd/display/dc/virtual/virtual_link_encoder.c
@@ -72,16 +72,6 @@ static void virtual_link_encoder_update_mst_stream_allocation_table(
struct link_encoder *enc,
const struct link_mst_stream_allocation_table *table) {}
-static void virtual_link_encoder_set_lcd_backlight_level(
- struct link_encoder *enc,
- uint32_t level) {}
-
-static void virtual_link_encoder_set_dmcu_backlight_level(
- struct link_encoder *enc,
- uint32_t level,
- uint32_t frame_ramp,
- uint32_t controller_id) {}
-
static void virtual_link_encoder_edp_backlight_control(
struct link_encoder *enc,
bool enable) {}
@@ -115,9 +105,6 @@ static const struct link_encoder_funcs virtual_lnk_enc_funcs = {
.dp_set_phy_pattern = virtual_link_encoder_dp_set_phy_pattern,
.update_mst_stream_allocation_table =
virtual_link_encoder_update_mst_stream_allocation_table,
- .set_lcd_backlight_level = virtual_link_encoder_set_lcd_backlight_level,
- .set_dmcu_backlight_level =
- virtual_link_encoder_set_dmcu_backlight_level,
.backlight_control = virtual_link_encoder_edp_backlight_control,
.power_control = virtual_link_encoder_edp_power_control,
.connect_dig_be_to_fe = virtual_link_encoder_connect_dig_be_to_fe,