diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dsi.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c b/drivers/gpu/drm/omapdrm/dss/dsi.c index 850478b2ee7c..f7857bbfda4e 100644 --- a/drivers/gpu/drm/omapdrm/dss/dsi.c +++ b/drivers/gpu/drm/omapdrm/dss/dsi.c | |||
@@ -4424,7 +4424,7 @@ static bool dsi_cm_calc_dispc_cb(int lckd, int pckd, unsigned long lck, | |||
4424 | t->hactive = ctx->config->timings->hactive; | 4424 | t->hactive = ctx->config->timings->hactive; |
4425 | t->vactive = ctx->config->timings->vactive; | 4425 | t->vactive = ctx->config->timings->vactive; |
4426 | t->hsync_len = t->hfront_porch = t->hback_porch = t->vsync_len = 1; | 4426 | t->hsync_len = t->hfront_porch = t->hback_porch = t->vsync_len = 1; |
4427 | t->vfp = t->vbp = 0; | 4427 | t->vfront_porch = t->vbp = 0; |
4428 | 4428 | ||
4429 | return true; | 4429 | return true; |
4430 | } | 4430 | } |
@@ -4637,7 +4637,7 @@ static bool dsi_vm_calc_blanking(struct dsi_clk_calc_ctx *ctx) | |||
4637 | dsi_vm->vsa = req_vm->vsync_len; | 4637 | dsi_vm->vsa = req_vm->vsync_len; |
4638 | dsi_vm->vbp = req_vm->vbp; | 4638 | dsi_vm->vbp = req_vm->vbp; |
4639 | dsi_vm->vact = req_vm->vactive; | 4639 | dsi_vm->vact = req_vm->vactive; |
4640 | dsi_vm->vfp = req_vm->vfp; | 4640 | dsi_vm->vfp = req_vm->vfront_porch; |
4641 | 4641 | ||
4642 | dsi_vm->trans_mode = cfg->trans_mode; | 4642 | dsi_vm->trans_mode = cfg->trans_mode; |
4643 | 4643 | ||