File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1056,7 +1056,7 @@ static void bxt_dsi_get_pipe_config(struct intel_encoder *encoder,
1056
1056
BXT_MIPI_TRANS_VACTIVE (port ));
1057
1057
adjusted_mode -> crtc_vtotal =
1058
1058
intel_de_read (display ,
1059
- BXT_MIPI_TRANS_VTOTAL (port ));
1059
+ BXT_MIPI_TRANS_VTOTAL (port )) + 1 ;
1060
1060
1061
1061
hactive = adjusted_mode -> crtc_hdisplay ;
1062
1062
hfp = intel_de_read (display , MIPI_HFP_COUNT (display , port ));
@@ -1260,7 +1260,7 @@ static void set_dsi_timings(struct intel_encoder *encoder,
1260
1260
intel_de_write (display , BXT_MIPI_TRANS_VACTIVE (port ),
1261
1261
adjusted_mode -> crtc_vdisplay );
1262
1262
intel_de_write (display , BXT_MIPI_TRANS_VTOTAL (port ),
1263
- adjusted_mode -> crtc_vtotal );
1263
+ adjusted_mode -> crtc_vtotal - 1 );
1264
1264
}
1265
1265
1266
1266
intel_de_write (display , MIPI_HACTIVE_AREA_COUNT (display , port ),
You can’t perform that action at this time.
0 commit comments