|
@@ -172,7 +172,7 @@ static void rcar_du_crtc_set_display_timing(struct rcar_du_crtc *rcrtc)
|
|
|
mode->crtc_vsync_start - 1);
|
|
|
rcar_du_crtc_write(rcrtc, VCR, mode->crtc_vtotal - 1);
|
|
|
|
|
|
- rcar_du_crtc_write(rcrtc, DESR, mode->htotal - mode->hsync_start);
|
|
|
+ rcar_du_crtc_write(rcrtc, DESR, mode->htotal - mode->hsync_start - 1);
|
|
|
rcar_du_crtc_write(rcrtc, DEWR, mode->hdisplay);
|
|
|
}
|
|
|
|