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 @@ -1055,7 +1055,7 @@ static void bxt_dsi_get_pipe_config(struct intel_encoder *encoder,
1055
1055
BXT_MIPI_TRANS_VACTIVE (port ));
1056
1056
adjusted_mode -> crtc_vtotal =
1057
1057
intel_de_read (display ,
1058
- BXT_MIPI_TRANS_VTOTAL (port ));
1058
+ BXT_MIPI_TRANS_VTOTAL (port )) + 1 ;
1059
1059
1060
1060
hactive = adjusted_mode -> crtc_hdisplay ;
1061
1061
hfp = intel_de_read (display , MIPI_HFP_COUNT (display , port ));
@@ -1259,7 +1259,7 @@ static void set_dsi_timings(struct intel_encoder *encoder,
1259
1259
intel_de_write (display , BXT_MIPI_TRANS_VACTIVE (port ),
1260
1260
adjusted_mode -> crtc_vdisplay );
1261
1261
intel_de_write (display , BXT_MIPI_TRANS_VTOTAL (port ),
1262
- adjusted_mode -> crtc_vtotal );
1262
+ adjusted_mode -> crtc_vtotal - 1 );
1263
1263
}
1264
1264
1265
1265
intel_de_write (display , MIPI_HACTIVE_AREA_COUNT (display , port ),
You can’t perform that action at this time.
0 commit comments