From: Yongqiang Sun <yongqiang....@amd.com>

Signed-off-by: Yongqiang Sun <yongqiang....@amd.com>
Acked-by: Harry Wentland <harry.wentl...@amd.com>
---
 drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c | 4 ----
 drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h | 8 --------
 2 files changed, 12 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c 
b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c
index 050fef92f545..93ce4967e56b 100644
--- a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c
+++ b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c
@@ -231,9 +231,6 @@ static void dce110_stream_encoder_dp_set_stream_attribute(
        uint32_t h_back_porch;
        struct dce110_stream_encoder *enc110 = DCE110STRENC_FROM_STRENC(enc);
 
-       /* for bring up, disable dp double  TODO */
-       REG_UPDATE(DP_DB_CNTL, DP_DB_DISABLE, 1);
-
        /* set pixel encoding */
        switch (crtc_timing->pixel_encoding) {
        case PIXEL_ENCODING_YCBCR422:
@@ -269,7 +266,6 @@ static void dce110_stream_encoder_dp_set_stream_attribute(
                break;
        }
 
-       misc1 = REG_READ(DP_MSA_MISC);
        /* set color depth */
 
        switch (crtc_timing->display_color_depth) {
diff --git a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h 
b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h
index 2778f89e5abf..c34b52a186b6 100644
--- a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h
+++ b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.h
@@ -515,14 +515,6 @@ struct dce110_stream_enc_registers {
        uint32_t HDMI_ACR_48_0;
        uint32_t HDMI_ACR_48_1;
        uint32_t TMDS_CNTL;
-       uint32_t DP_DB_CNTL;
-       uint32_t DP_MSA_MISC;
-       uint32_t DP_MSA_COLORIMETRY;
-       uint32_t DP_MSA_TIMING_PARAM1;
-       uint32_t DP_MSA_TIMING_PARAM2;
-       uint32_t DP_MSA_TIMING_PARAM3;
-       uint32_t DP_MSA_TIMING_PARAM4;
-       uint32_t HDMI_DB_CONTROL;
 };
 
 struct dce110_stream_encoder {
-- 
2.10.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to