.hfront_porch   = 12,
        .hback_porch    = 68,
        .vsync_len      = 5,
-       .vfp            = 5,
+       .vfront_porch   = 5,
        .vbp            = 41,
 
        .interlace      = true,
 
        .hsync_len      = 32,
        .hback_porch    = 80,
 
-       .vfp            = 3,
+       .vfront_porch   = 3,
        .vsync_len      = 4,
        .vbp            = 7,
 
 
        .hfront_porch   = 16,
        .hback_porch    = 48,
        .vsync_len      = 2,
-       .vfp            = 11,
+       .vfront_porch   = 11,
        .vbp            = 31,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
 
        .hback_porch    = 68,
 
        .vsync_len      = 2,
-       .vfp            = 4,
+       .vfront_porch   = 4,
        .vbp            = 18,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
 
        .hfront_porch   = 6,
        .hsync_len      = 1,
        .hback_porch    = 4,
-       .vfp            = 3,
+       .vfront_porch   = 3,
        .vsync_len      = 1,
        .vbp            = 4,
 
 
        .hback_porch    = 28,
 
        .vsync_len      = 1,
-       .vfp            = 1,
+       .vfront_porch   = 1,
        .vbp            = 1,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
 
        .hfront_porch   = 28,
        .hsync_len      = 4,
        .hback_porch    = 24,
-       .vfp            = 3,
+       .vfront_porch   = 3,
        .vsync_len      = 3,
        .vbp            = 4,
 
 
        .hfront_porch   = 24,
        .hsync_len      = 8,
        .hback_porch    = 8,
-       .vfp            = 4,
+       .vfront_porch   = 4,
        .vsync_len      = 2,
        .vbp            = 2,
 
 
        .hback_porch    = 214,
 
        .vsync_len      = 1,
-       .vfp            = 39,
+       .vfront_porch   = 39,
        .vbp            = 34,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
 
        } else {
                int wbdelay;
 
-               wbdelay = min(mgr_timings->vfp + mgr_timings->vsync_len +
-                       mgr_timings->vbp, 255);
+               wbdelay = min(mgr_timings->vfront_porch +
+                             mgr_timings->vsync_len + mgr_timings->vbp, 255);
 
                /* WBDELAYCOUNT */
                REG_FLD_MOD(DISPC_OVL_ATTRIBUTES2(plane), wbdelay, 7, 0);
 
                if (!_dispc_lcd_timings_ok(timings->hsync_len,
                                timings->hfront_porch, timings->hback_porch,
-                               timings->vsync_len, timings->vfp, timings->vbp))
+                               timings->vsync_len, timings->vfront_porch,
+                               timings->vbp))
                        return false;
        }
 
 
        if (dss_mgr_is_lcd(channel)) {
                _dispc_mgr_set_lcd_timings(channel, t.hsync_len, t.hfront_porch,
-                               t.hback_porch, t.vsync_len, t.vfp, t.vbp,
+                               t.hback_porch, t.vsync_len, t.vfront_porch, t.vbp,
                                t.vsync_level, t.hsync_level, t.data_pclk_edge,
                                t.de_level, t.sync_pclk_edge);
 
                xtot = t.hactive + t.hfront_porch + t.hsync_len + t.hback_porch;
-               ytot = t.vactive + t.vfp + t.vsync_len + t.vbp;
+               ytot = t.vactive + t.vfront_porch + t.vsync_len + t.vbp;
 
                ht = timings->pixelclock / xtot;
                vt = timings->pixelclock / xtot / ytot;
                DSSDBG("pck %u\n", timings->pixelclock);
                DSSDBG("hsync_len %d hfp %d hbp %d vsw %d vfp %d vbp %d\n",
                        t.hsync_len, t.hfront_porch, t.hback_porch,
-                       t.vsync_len, t.vfp, t.vbp);
+                       t.vsync_len, t.vfront_porch, t.vbp);
                DSSDBG("vsync_level %d hsync_level %d data_pclk_edge %d de_level %d sync_pclk_edge %d\n",
                        t.vsync_level, t.hsync_level, t.data_pclk_edge,
                        t.de_level, t.sync_pclk_edge);
                .hactive = 8, .vactive = 1,
                .pixelclock = 16000000,
                .hsync_len = 8, .hfront_porch = 4, .hback_porch = 4,
-               .vsync_len = 1, .vfp = 1, .vbp = 1,
+               .vsync_len = 1, .vfront_porch = 1, .vbp = 1,
                .vsync_level = OMAPDSS_SIG_ACTIVE_LOW,
                .hsync_level = OMAPDSS_SIG_ACTIVE_LOW,
                .interlace = false,
 
        ovt->hsync_len = vm->hsync_len;
        ovt->vactive = vm->vactive;
        ovt->vbp = vm->vback_porch;
-       ovt->vfp = vm->vfront_porch;
+       ovt->vfront_porch = vm->vfront_porch;
        ovt->vsync_len = vm->vsync_len;
 
        ovt->vsync_level = vm->flags & DISPLAY_FLAGS_VSYNC_HIGH ?
        vm->hsync_len = ovt->hsync_len;
        vm->vactive = ovt->vactive;
        vm->vback_porch = ovt->vbp;
-       vm->vfront_porch = ovt->vfp;
+       vm->vfront_porch = ovt->vfront_porch;
        vm->vsync_len = ovt->vsync_len;
 
        if (ovt->hsync_level == OMAPDSS_SIG_ACTIVE_HIGH)
 
        t->hactive = ctx->config->timings->hactive;
        t->vactive = ctx->config->timings->vactive;
        t->hsync_len = t->hfront_porch = t->hback_porch = t->vsync_len = 1;
-       t->vfp = t->vbp = 0;
+       t->vfront_porch = t->vbp = 0;
 
        return true;
 }
        dsi_vm->vsa = req_vm->vsync_len;
        dsi_vm->vbp = req_vm->vbp;
        dsi_vm->vact = req_vm->vactive;
-       dsi_vm->vfp = req_vm->vfp;
+       dsi_vm->vfp = req_vm->vfront_porch;
 
        dsi_vm->trans_mode = cfg->trans_mode;
 
 
                            cfg->timings.hback_porch + cfg->timings.hsync_len;
        video_cfg->vblank_osc = 0;
        video_cfg->vblank = cfg->timings.vsync_len +
-                               cfg->timings.vfp + cfg->timings.vbp;
+                               cfg->timings.vfront_porch + cfg->timings.vbp;
        video_cfg->v_fc_config.hdmi_dvi_mode = cfg->hdmi_dvi_mode;
 
        if (cfg->timings.interlace) {
 
                video_cfg->v_fc_config.timings.vactive /= 2;
                video_cfg->vblank /= 2;
-               video_cfg->v_fc_config.timings.vfp /= 2;
+               video_cfg->v_fc_config.timings.vfront_porch /= 2;
                video_cfg->v_fc_config.timings.vsync_len /= 2;
                video_cfg->v_fc_config.timings.vbp /= 2;
        }
 
        /* set vertical sync offset */
        REG_FLD_MOD(base, HDMI_CORE_FC_VSYNCINDELAY,
-                       cfg->v_fc_config.timings.vfp, 7, 0);
+                       cfg->v_fc_config.timings.vfront_porch, 7, 0);
 
        /* set horizontal sync pulse width */
        REG_FLD_MOD(base, HDMI_CORE_FC_HSYNCINWIDTH1,
 
        hdmi_write_reg(wp->base, HDMI_WP_VIDEO_TIMING_H, timing_h);
 
        timing_v |= FLD_VAL(timings->vbp, 31, 20);
-       timing_v |= FLD_VAL(timings->vfp, 19, 8);
+       timing_v |= FLD_VAL(timings->vfront_porch, 19, 8);
        timing_v |= FLD_VAL(timings->vsync_len, 7, 0);
        hdmi_write_reg(wp->base, HDMI_WP_VIDEO_TIMING_V, timing_v);
 }
        timings->hfront_porch = param->timings.hfront_porch;
        timings->hsync_len = param->timings.hsync_len;
        timings->vbp = param->timings.vbp;
-       timings->vfp = param->timings.vfp;
+       timings->vfront_porch = param->timings.vfront_porch;
        timings->vsync_len = param->timings.vsync_len;
 
        timings->vsync_level = param->timings.vsync_level;
        if (param->timings.interlace) {
                video_fmt->y_res /= 2;
                timings->vbp /= 2;
-               timings->vfp /= 2;
+               timings->vfront_porch /= 2;
                timings->vsync_len /= 2;
        }
 
 
        /* Unit: line clocks */
        u16 vsync_len;          /* Vertical synchronization pulse width */
        /* Unit: line clocks */
-       u16 vfp;        /* Vertical front porch */
+       u16 vfront_porch;       /* Vertical front porch */
        /* Unit: line clocks */
        u16 vbp;        /* Vertical back porch */
 
 
        rfbi.timings.hfront_porch = 1;
        rfbi.timings.hback_porch = 1;
        rfbi.timings.vsync_len = 1;
-       rfbi.timings.vfp = 0;
+       rfbi.timings.vfront_porch = 0;
        rfbi.timings.vbp = 0;
 
        rfbi.timings.interlace = false;
 
        .hfront_porch   = 12,
        .hback_porch    = 68,
        .vsync_len      = 5,
-       .vfp            = 5,
+       .vfront_porch   = 5,
        .vbp            = 41,
 
        .interlace      = true,
        .hfront_porch   = 16,
        .hback_porch    = 58,
        .vsync_len      = 6,
-       .vfp            = 6,
+       .vfront_porch   = 6,
        .vbp            = 31,
 
        .interlace      = true,
 
        mode->htotal = mode->hsync_end + timings->hback_porch;
 
        mode->vdisplay = timings->vactive;
-       mode->vsync_start = mode->vdisplay + timings->vfp;
+       mode->vsync_start = mode->vdisplay + timings->vfront_porch;
        mode->vsync_end = mode->vsync_start + timings->vsync_len;
        mode->vtotal = mode->vsync_end + timings->vbp;
 
        timings->hback_porch = mode->htotal - mode->hsync_end;
 
        timings->vactive = mode->vdisplay;
-       timings->vfp = mode->vsync_start - mode->vdisplay;
+       timings->vfront_porch = mode->vsync_start - mode->vdisplay;
        timings->vsync_len = mode->vsync_end - mode->vsync_start;
        timings->vbp = mode->vtotal - mode->vsync_end;