Loading drivers/gpu/drm/msm/dp/dp_panel.c +0 −4 Original line number Diff line number Diff line Loading @@ -1746,10 +1746,6 @@ static void dp_panel_config_ctrl(struct dp_panel *dp_panel) config |= (2 << 13); /* Default-> LSCLK DIV: 1/4 LCLK */ config |= (0 << 11); /* RGB */ /* Scrambler reset enable */ if (dpcd[DP_EDP_CONFIGURATION_CAP] & DP_ALTERNATE_SCRAMBLER_RESET_CAP) config |= (1 << 10); tbd = panel->link->get_test_bits_depth(panel->link, dp_panel->pinfo.bpp); Loading Loading
drivers/gpu/drm/msm/dp/dp_panel.c +0 −4 Original line number Diff line number Diff line Loading @@ -1746,10 +1746,6 @@ static void dp_panel_config_ctrl(struct dp_panel *dp_panel) config |= (2 << 13); /* Default-> LSCLK DIV: 1/4 LCLK */ config |= (0 << 11); /* RGB */ /* Scrambler reset enable */ if (dpcd[DP_EDP_CONFIGURATION_CAP] & DP_ALTERNATE_SCRAMBLER_RESET_CAP) config |= (1 << 10); tbd = panel->link->get_test_bits_depth(panel->link, dp_panel->pinfo.bpp); Loading