In preparation to move the stack to use the generic videmode
struct for display timing information.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi at ti.com>
---
 drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c      |  2 +-
 drivers/gpu/drm/omapdrm/displays/connector-dvi.c            |  2 +-
 drivers/gpu/drm/omapdrm/displays/connector-hdmi.c           |  2 +-
 drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c |  2 +-
 drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c     |  2 +-
 drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c  |  2 +-
 drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c     |  2 +-
 drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c     |  2 +-
 drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c     |  2 +-
 drivers/gpu/drm/omapdrm/dss/dispc.c                         | 12 ++++++------
 drivers/gpu/drm/omapdrm/dss/display.c                       |  4 ++--
 drivers/gpu/drm/omapdrm/dss/dsi.c                           |  4 ++--
 drivers/gpu/drm/omapdrm/dss/hdmi5_core.c                    |  6 +++---
 drivers/gpu/drm/omapdrm/dss/hdmi_wp.c                       |  6 +++---
 drivers/gpu/drm/omapdrm/dss/omapdss.h                       |  2 +-
 drivers/gpu/drm/omapdrm/dss/rfbi.c                          |  2 +-
 drivers/gpu/drm/omapdrm/dss/venc.c                          |  4 ++--
 drivers/gpu/drm/omapdrm/omap_connector.c                    |  4 ++--
 18 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c 
b/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c
index 2dbc6a42fb32..ce33f47f4eea 100644
--- a/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c
+++ b/drivers/gpu/drm/omapdrm/displays/connector-analog-tv.c
@@ -36,7 +36,7 @@ static const struct omap_video_timings tvc_pal_timings = {
        .hsync_len      = 64,
        .hfront_porch   = 12,
        .hback_porch    = 68,
-       .vsw            = 5,
+       .vsync_len      = 5,
        .vfp            = 5,
        .vbp            = 41,

diff --git a/drivers/gpu/drm/omapdrm/displays/connector-dvi.c 
b/drivers/gpu/drm/omapdrm/displays/connector-dvi.c
index 6cf541cb9933..91516fbc711b 100644
--- a/drivers/gpu/drm/omapdrm/displays/connector-dvi.c
+++ b/drivers/gpu/drm/omapdrm/displays/connector-dvi.c
@@ -30,7 +30,7 @@ static const struct omap_video_timings dvic_default_timings = 
{
        .hback_porch    = 80,

        .vfp            = 3,
-       .vsw            = 4,
+       .vsync_len      = 4,
        .vbp            = 7,

        .vsync_level    = OMAPDSS_SIG_ACTIVE_HIGH,
diff --git a/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c 
b/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c
index 24d047844b7c..6e75da30dc9d 100644
--- a/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c
+++ b/drivers/gpu/drm/omapdrm/displays/connector-hdmi.c
@@ -28,7 +28,7 @@ static const struct omap_video_timings hdmic_default_timings 
= {
        .hsync_len      = 96,
        .hfront_porch   = 16,
        .hback_porch    = 48,
-       .vsw            = 2,
+       .vsync_len      = 2,
        .vfp            = 11,
        .vbp            = 31,

diff --git a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c 
b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
index 295904a5f28d..5b2dd1e48705 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-lgphilips-lb035q02.c
@@ -29,7 +29,7 @@ static struct omap_video_timings lb035q02_timings = {
        .hfront_porch   = 20,
        .hback_porch    = 68,

-       .vsw            = 2,
+       .vsync_len      = 2,
        .vfp            = 4,
        .vbp            = 18,

diff --git a/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c 
b/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c
index d408824a3341..ce0ab77a6fcd 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-nec-nl8048hl11.c
@@ -73,7 +73,7 @@ static const struct omap_video_timings nec_8048_panel_timings 
= {
        .hsync_len      = 1,
        .hback_porch    = 4,
        .vfp            = 3,
-       .vsw            = 1,
+       .vsync_len      = 1,
        .vbp            = 4,

        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c 
b/drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c
index b36df2c66db1..917f145e8d88 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-sharp-ls037v7dw01.c
@@ -45,7 +45,7 @@ static const struct omap_video_timings sharp_ls_timings = {
        .hfront_porch   = 1,
        .hback_porch    = 28,

-       .vsw            = 1,
+       .vsync_len      = 1,
        .vfp            = 1,
        .vbp            = 1,

diff --git a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c 
b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
index ed55ad9fa731..2a42985782fd 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-sony-acx565akm.c
@@ -100,7 +100,7 @@ static const struct omap_video_timings 
acx565akm_panel_timings = {
        .hsync_len      = 4,
        .hback_porch    = 24,
        .vfp            = 3,
-       .vsw            = 3,
+       .vsync_len      = 3,
        .vbp            = 4,

        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c 
b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c
index f1cc3fa275e6..693b9ec9326e 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td028ttec1.c
@@ -50,7 +50,7 @@ static struct omap_video_timings td028ttec1_panel_timings = {
        .hsync_len      = 8,
        .hback_porch    = 8,
        .vfp            = 4,
-       .vsw            = 2,
+       .vsync_len      = 2,
        .vbp            = 2,

        .vsync_level    = OMAPDSS_SIG_ACTIVE_LOW,
diff --git a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c 
b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
index 458a4541f85c..6301701c820e 100644
--- a/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
+++ b/drivers/gpu/drm/omapdrm/displays/panel-tpo-td043mtea1.c
@@ -82,7 +82,7 @@ static const struct omap_video_timings tpo_td043_timings = {
        .hfront_porch   = 68,
        .hback_porch    = 214,

-       .vsw            = 1,
+       .vsync_len      = 1,
        .vfp            = 39,
        .vbp            = 34,

diff --git a/drivers/gpu/drm/omapdrm/dss/dispc.c 
b/drivers/gpu/drm/omapdrm/dss/dispc.c
index 1ba284c3bb9f..60a4c6001900 100644
--- a/drivers/gpu/drm/omapdrm/dss/dispc.c
+++ b/drivers/gpu/drm/omapdrm/dss/dispc.c
@@ -2869,7 +2869,7 @@ int dispc_wb_setup(const struct omap_dss_writeback_info 
*wi,
        } else {
                int wbdelay;

-               wbdelay = min(mgr_timings->vfp + mgr_timings->vsw +
+               wbdelay = min(mgr_timings->vfp + mgr_timings->vsync_len +
                        mgr_timings->vbp, 255);

                /* WBDELAYCOUNT */
@@ -3133,7 +3133,7 @@ bool dispc_mgr_timings_ok(enum omap_channel channel,

                if (!_dispc_lcd_timings_ok(timings->hsync_len,
                                timings->hfront_porch, timings->hback_porch,
-                               timings->vsw, timings->vfp, timings->vbp))
+                               timings->vsync_len, timings->vfp, timings->vbp))
                        return false;
        }

@@ -3270,12 +3270,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.vsw, t.vfp, t.vbp,
+                               t.hback_porch, t.vsync_len, t.vfp, 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.vsw + t.vbp;
+               ytot = t.vactive + t.vfp + t.vsync_len + t.vbp;

                ht = timings->pixelclock / xtot;
                vt = timings->pixelclock / xtot / ytot;
@@ -3283,7 +3283,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.vsw, t.vfp, t.vbp);
+                       t.vsync_len, t.vfp, 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 +4227,7 @@ static const struct dispc_errata_i734_data {
                .hactive = 8, .vactive = 1,
                .pixelclock = 16000000,
                .hsync_len = 8, .hfront_porch = 4, .hback_porch = 4,
-               .vsw = 1, .vfp = 1, .vbp = 1,
+               .vsync_len = 1, .vfp = 1, .vbp = 1,
                .vsync_level = OMAPDSS_SIG_ACTIVE_LOW,
                .hsync_level = OMAPDSS_SIG_ACTIVE_LOW,
                .interlace = false,
diff --git a/drivers/gpu/drm/omapdrm/dss/display.c 
b/drivers/gpu/drm/omapdrm/dss/display.c
index 336521cdf824..372a16ad770f 100644
--- a/drivers/gpu/drm/omapdrm/dss/display.c
+++ b/drivers/gpu/drm/omapdrm/dss/display.c
@@ -231,7 +231,7 @@ void videomode_to_omap_video_timings(const struct videomode 
*vm,
        ovt->vactive = vm->vactive;
        ovt->vbp = vm->vback_porch;
        ovt->vfp = vm->vfront_porch;
-       ovt->vsw = vm->vsync_len;
+       ovt->vsync_len = vm->vsync_len;

        ovt->vsync_level = vm->flags & DISPLAY_FLAGS_VSYNC_HIGH ?
                OMAPDSS_SIG_ACTIVE_HIGH :
@@ -264,7 +264,7 @@ void omap_video_timings_to_videomode(const struct 
omap_video_timings *ovt,
        vm->vactive = ovt->vactive;
        vm->vback_porch = ovt->vbp;
        vm->vfront_porch = ovt->vfp;
-       vm->vsync_len = ovt->vsw;
+       vm->vsync_len = ovt->vsync_len;

        if (ovt->hsync_level == OMAPDSS_SIG_ACTIVE_HIGH)
                vm->flags |= DISPLAY_FLAGS_HSYNC_HIGH;
diff --git a/drivers/gpu/drm/omapdrm/dss/dsi.c 
b/drivers/gpu/drm/omapdrm/dss/dsi.c
index 008599bdd97c..9af31b377361 100644
--- a/drivers/gpu/drm/omapdrm/dss/dsi.c
+++ b/drivers/gpu/drm/omapdrm/dss/dsi.c
@@ -4423,7 +4423,7 @@ static bool dsi_cm_calc_dispc_cb(int lckd, int pckd, 
unsigned long lck,
        t->pixelclock = pck;
        t->hactive = ctx->config->timings->hactive;
        t->vactive = ctx->config->timings->vactive;
-       t->hsync_len = t->hfront_porch = t->hback_porch = t->vsw = 1;
+       t->hsync_len = t->hfront_porch = t->hback_porch = t->vsync_len = 1;
        t->vfp = t->vbp = 0;

        return true;
@@ -4634,7 +4634,7 @@ static bool dsi_vm_calc_blanking(struct dsi_clk_calc_ctx 
*ctx)
        dsi_vm->hact = xres;
        dsi_vm->hfp = hfp;

-       dsi_vm->vsa = req_vm->vsw;
+       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;
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c 
b/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
index f986b323764b..39944749c160 100644
--- a/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
+++ b/drivers/gpu/drm/omapdrm/dss/hdmi5_core.c
@@ -299,7 +299,7 @@ static void hdmi_core_init(struct hdmi_core_vid_config 
*video_cfg,
        video_cfg->hblank = cfg->timings.hfront_porch +
                            cfg->timings.hback_porch + cfg->timings.hsync_len;
        video_cfg->vblank_osc = 0;
-       video_cfg->vblank = cfg->timings.vsw +
+       video_cfg->vblank = cfg->timings.vsync_len +
                                cfg->timings.vfp + cfg->timings.vbp;
        video_cfg->v_fc_config.hdmi_dvi_mode = cfg->hdmi_dvi_mode;

@@ -311,7 +311,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.vsw /= 2;
+               video_cfg->v_fc_config.timings.vsync_len /= 2;
                video_cfg->v_fc_config.timings.vbp /= 2;
        }

@@ -383,7 +383,7 @@ static void hdmi_core_video_config(struct hdmi_core_data 
*core,

        /*  set vertical sync pulse width */
        REG_FLD_MOD(base, HDMI_CORE_FC_VSYNCINWIDTH,
-                       cfg->v_fc_config.timings.vsw, 5, 0);
+                       cfg->v_fc_config.timings.vsync_len, 5, 0);

        /* select DVI mode */
        REG_FLD_MOD(base, HDMI_CORE_FC_INVIDCONF,
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c 
b/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
index e4a431cb33a4..ba964c12148d 100644
--- a/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
+++ b/drivers/gpu/drm/omapdrm/dss/hdmi_wp.c
@@ -188,7 +188,7 @@ void hdmi_wp_video_config_timing(struct hdmi_wp_data *wp,

        timing_v |= FLD_VAL(timings->vbp, 31, 20);
        timing_v |= FLD_VAL(timings->vfp, 19, 8);
-       timing_v |= FLD_VAL(timings->vsw, 7, 0);
+       timing_v |= FLD_VAL(timings->vsync_len, 7, 0);
        hdmi_write_reg(wp->base, HDMI_WP_VIDEO_TIMING_V, timing_v);
 }

@@ -206,7 +206,7 @@ void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format 
*video_fmt,
        timings->hsync_len = param->timings.hsync_len;
        timings->vbp = param->timings.vbp;
        timings->vfp = param->timings.vfp;
-       timings->vsw = param->timings.vsw;
+       timings->vsync_len = param->timings.vsync_len;

        timings->vsync_level = param->timings.vsync_level;
        timings->hsync_level = param->timings.hsync_level;
@@ -217,7 +217,7 @@ void hdmi_wp_init_vid_fmt_timings(struct hdmi_video_format 
*video_fmt,
                video_fmt->y_res /= 2;
                timings->vbp /= 2;
                timings->vfp /= 2;
-               timings->vsw /= 2;
+               timings->vsync_len /= 2;
        }

        if (param->timings.double_pixel) {
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h 
b/drivers/gpu/drm/omapdrm/dss/omapdss.h
index f8db4c29be83..c761583b0b24 100644
--- a/drivers/gpu/drm/omapdrm/dss/omapdss.h
+++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h
@@ -313,7 +313,7 @@ struct omap_video_timings {
        /* Unit: pixel clocks */
        u16 hback_porch;        /* Horizontal back porch */
        /* Unit: line clocks */
-       u16 vsw;        /* Vertical synchronization pulse width */
+       u16 vsync_len;          /* Vertical synchronization pulse width */
        /* Unit: line clocks */
        u16 vfp;        /* Vertical front porch */
        /* Unit: line clocks */
diff --git a/drivers/gpu/drm/omapdrm/dss/rfbi.c 
b/drivers/gpu/drm/omapdrm/dss/rfbi.c
index 0f721fbbe570..b90348ad2e31 100644
--- a/drivers/gpu/drm/omapdrm/dss/rfbi.c
+++ b/drivers/gpu/drm/omapdrm/dss/rfbi.c
@@ -861,7 +861,7 @@ static void rfbi_config_lcd_manager(struct omap_dss_device 
*dssdev)
        rfbi.timings.hsync_len = 1;
        rfbi.timings.hfront_porch = 1;
        rfbi.timings.hback_porch = 1;
-       rfbi.timings.vsw = 1;
+       rfbi.timings.vsync_len = 1;
        rfbi.timings.vfp = 0;
        rfbi.timings.vbp = 0;

diff --git a/drivers/gpu/drm/omapdrm/dss/venc.c 
b/drivers/gpu/drm/omapdrm/dss/venc.c
index f192368bec60..5e8ea7e00b68 100644
--- a/drivers/gpu/drm/omapdrm/dss/venc.c
+++ b/drivers/gpu/drm/omapdrm/dss/venc.c
@@ -269,7 +269,7 @@ const struct omap_video_timings omap_dss_pal_timings = {
        .hsync_len      = 64,
        .hfront_porch   = 12,
        .hback_porch    = 68,
-       .vsw            = 5,
+       .vsync_len      = 5,
        .vfp            = 5,
        .vbp            = 41,

@@ -290,7 +290,7 @@ const struct omap_video_timings omap_dss_ntsc_timings = {
        .hsync_len      = 64,
        .hfront_porch   = 16,
        .hback_porch    = 58,
-       .vsw            = 6,
+       .vsync_len      = 6,
        .vfp            = 6,
        .vbp            = 31,

diff --git a/drivers/gpu/drm/omapdrm/omap_connector.c 
b/drivers/gpu/drm/omapdrm/omap_connector.c
index 3d1b418fd858..2c9b429da5cc 100644
--- a/drivers/gpu/drm/omapdrm/omap_connector.c
+++ b/drivers/gpu/drm/omapdrm/omap_connector.c
@@ -54,7 +54,7 @@ void copy_timings_omap_to_drm(struct drm_display_mode *mode,

        mode->vdisplay = timings->vactive;
        mode->vsync_start = mode->vdisplay + timings->vfp;
-       mode->vsync_end = mode->vsync_start + timings->vsw;
+       mode->vsync_end = mode->vsync_start + timings->vsync_len;
        mode->vtotal = mode->vsync_end + timings->vbp;

        mode->flags = 0;
@@ -88,7 +88,7 @@ void copy_timings_drm_to_omap(struct omap_video_timings 
*timings,

        timings->vactive = mode->vdisplay;
        timings->vfp = mode->vsync_start - mode->vdisplay;
-       timings->vsw = mode->vsync_end - mode->vsync_start;
+       timings->vsync_len = mode->vsync_end - mode->vsync_start;
        timings->vbp = mode->vtotal - mode->vsync_end;

        timings->interlace = !!(mode->flags & DRM_MODE_FLAG_INTERLACE);
-- 
2.9.3

Reply via email to