We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dedcf4 commit ee31742Copy full SHA for ee31742
drivers/gpu/drm/imx/ipuv3/ipuv3-crtc.c
@@ -310,7 +310,7 @@ static void ipu_crtc_mode_set_nofb(struct drm_crtc *crtc)
310
dev_warn(ipu_crtc->dev, "8-pixel align hactive %d -> %d\n",
311
sig_cfg.mode.hactive, new_hactive);
312
313
- sig_cfg.mode.hfront_porch = new_hactive - sig_cfg.mode.hactive;
+ sig_cfg.mode.hfront_porch -= new_hactive - sig_cfg.mode.hactive;
314
sig_cfg.mode.hactive = new_hactive;
315
}
316
0 commit comments