drm/omap: omap_display_timings: rename vfp to vfront_porch
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 22 Sep 2016 11:06:52 +0000 (14:06 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 2 Nov 2016 08:48:18 +0000 (10:48 +0200)
In preparation to move the stack to use the generic videmode struct for
display timing information rename the vfp member to vfront_porch.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
18 files changed:
drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c
drivers/gpu/drm/omapdrm/displays/connector-dvi.c
drivers/gpu/drm/omapdrm/displays/connector-hdmi.c
drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c
drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c
drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c
drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
drivers/gpu/drm/omapdrm/dss/dispc.c
drivers/gpu/drm/omapdrm/dss/display.c
drivers/gpu/drm/omapdrm/dss/dsi.c
drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
drivers/gpu/drm/omapdrm/dss/omapdss.h
drivers/gpu/drm/omapdrm/dss/rfbi.c
drivers/gpu/drm/omapdrm/dss/venc.c
drivers/gpu/drm/omapdrm/omap_connector.c

index ce33f47..51d0d45 100644 (file)
@@ -37,7 +37,7 @@ static const struct omap_video_timings tvc_pal_timings = {
        .hfront_porch   = 12,
        .hback_porch    = 68,
        .vsync_len      = 5,
-       .vfp            = 5,
+       .vfront_porch   = 5,
        .vbp            = 41,
 
        .interlace      = true,
index 91516fb..efd1227 100644 (file)
@@ -29,7 +29,7 @@ static const struct omap_video_timings dvic_default_timings = {
        .hsync_len      = 32,
        .hback_porch    = 80,
 
-       .vfp            = 3,
+       .vfront_porch   = 3,
        .vsync_len      = 4,
        .vbp            = 7,
 
index 6e75da3..7d60e46 100644 (file)
@@ -29,7 +29,7 @@ static const struct omap_video_timings hdmic_default_timings = {
        .hfront_porch   = 16,
        .hback_porch    = 48,
        .vsync_len      = 2,
-       .vfp            = 11,
+       .vfront_porch   = 11,
        .vbp            = 31,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
index 5b2dd1e..66d30ba 100644 (file)
@@ -30,7 +30,7 @@ static struct omap_video_timings lb035q02_timings = {
        .hback_porch    = 68,
 
        .vsync_len      = 2,
-       .vfp            = 4,
+       .vfront_porch   = 4,
        .vbp            = 18,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
index ce0ab77..9cb02c4 100644 (file)
@@ -72,7 +72,7 @@ static const struct omap_video_timings nec_8048_panel_timings = {
        .hfront_porch   = 6,
        .hsync_len      = 1,
        .hback_porch    = 4,
-       .vfp            = 3,
+       .vfront_porch   = 3,
        .vsync_len      = 1,
        .vbp            = 4,
 
index 917f145..3b23aaf 100644 (file)
@@ -46,7 +46,7 @@ static const struct omap_video_timings sharp_ls_timings = {
        .hback_porch    = 28,
 
        .vsync_len      = 1,
-       .vfp            = 1,
+       .vfront_porch   = 1,
        .vbp            = 1,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
index 2a42985..6b1140b 100644 (file)
@@ -99,7 +99,7 @@ static const struct omap_video_timings acx565akm_panel_timings = {
        .hfront_porch   = 28,
        .hsync_len      = 4,
        .hback_porch    = 24,
-       .vfp            = 3,
+       .vfront_porch   = 3,
        .vsync_len      = 3,
        .vbp            = 4,
 
index 693b9ec..48fa059 100644 (file)
@@ -49,7 +49,7 @@ static struct omap_video_timings td028ttec1_panel_timings = {
        .hfront_porch   = 24,
        .hsync_len      = 8,
        .hback_porch    = 8,
-       .vfp            = 4,
+       .vfront_porch   = 4,
        .vsync_len      = 2,
        .vbp            = 2,
 
index 6301701..2d3bda3 100644 (file)
@@ -83,7 +83,7 @@ static const struct omap_video_timings tpo_td043_timings = {
        .hback_porch    = 214,
 
        .vsync_len      = 1,
-       .vfp            = 39,
+       .vfront_porch   = 39,
        .vbp            = 34,
 
        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
index ddb9d9d..c732d6c 100644 (file)
@@ -2869,8 +2869,8 @@ int dispc_wb_setup(const struct omap_dss_writeback_info *wi,
        } 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);
@@ -3133,7 +3133,8 @@ bool dispc_mgr_timings_ok(enum omap_channel channel,
 
                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;
        }
 
@@ -3270,12 +3271,12 @@ void dispc_mgr_set_timings(enum omap_channel channel,
 
        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;
@@ -3283,7 +3284,7 @@ void dispc_mgr_set_timings(enum omap_channel channel,
                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);
@@ -4227,7 +4228,7 @@ static const struct dispc_errata_i734_data {
                .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,
index 372a16a..30060b5 100644 (file)
@@ -230,7 +230,7 @@ void videomode_to_omap_video_timings(const struct videomode *vm,
        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 ?
@@ -263,7 +263,7 @@ void omap_video_timings_to_videomode(const struct omap_video_timings *ovt,
        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)
index 850478b..f7857bb 100644 (file)
@@ -4424,7 +4424,7 @@ static bool dsi_cm_calc_dispc_cb(int lckd, int pckd, unsigned long lck,
        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;
 }
@@ -4637,7 +4637,7 @@ static bool dsi_vm_calc_blanking(struct dsi_clk_calc_ctx *ctx)
        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;
 
index 3994474..932975b 100644 (file)
@@ -300,7 +300,7 @@ static void hdmi_core_init(struct hdmi_core_vid_config *video_cfg,
                            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) {
@@ -310,7 +310,7 @@ static void hdmi_core_init(struct hdmi_core_vid_config *video_cfg,
 
                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;
        }
@@ -373,7 +373,7 @@ static void hdmi_core_video_config(struct hdmi_core_data *core,
 
        /* 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,
index ba964c1..ed6ce74 100644 (file)
@@ -187,7 +187,7 @@ void hdmi_wp_video_config_timing(struct hdmi_wp_data *wp,
        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);
 }
@@ -205,7 +205,7 @@ void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
        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;
@@ -216,7 +216,7 @@ void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format *video_fmt,
        if (param->timings.interlace) {
                video_fmt->y_res /= 2;
                timings->vbp /= 2;
-               timings->vfp /= 2;
+               timings->vfront_porch /= 2;
                timings->vsync_len /= 2;
        }
 
index c761583..141bcb3 100644 (file)
@@ -315,7 +315,7 @@ struct omap_video_timings {
        /* 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 */
 
index b90348a..de7f904 100644 (file)
@@ -862,7 +862,7 @@ static void rfbi_config_lcd_manager(struct omap_dss_device *dssdev)
        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;
index 5e8ea7e..77d4c82 100644 (file)
@@ -270,7 +270,7 @@ const struct omap_video_timings omap_dss_pal_timings = {
        .hfront_porch   = 12,
        .hback_porch    = 68,
        .vsync_len      = 5,
-       .vfp            = 5,
+       .vfront_porch   = 5,
        .vbp            = 41,
 
        .interlace      = true,
@@ -291,7 +291,7 @@ const struct omap_video_timings omap_dss_ntsc_timings = {
        .hfront_porch   = 16,
        .hback_porch    = 58,
        .vsync_len      = 6,
-       .vfp            = 6,
+       .vfront_porch   = 6,
        .vbp            = 31,
 
        .interlace      = true,
index 2c9b429..3798617 100644 (file)
@@ -53,7 +53,7 @@ void copy_timings_omap_to_drm(struct drm_display_mode *mode,
        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;
 
@@ -87,7 +87,7 @@ void copy_timings_drm_to_omap(struct omap_video_timings *timings,
        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;