On 05/14/2014 08:26 AM, YoungJun Cho wrote:
> This configuration could be used in MIPI DSI command mode also.
>
> Signed-off-by: YoungJun Cho <yj44....@samsung.com>
> Acked-by: Inki Dae <inki....@samsung.com>
> Acked-by: Kyungmin Park <kyungmin.p...@samsung.com>

Reviewed-by: Andrzej Hajda <a.ha...@samsung.com>

> ---
>  drivers/gpu/drm/exynos/exynos_drm_dsi.c |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c 
> b/drivers/gpu/drm/exynos/exynos_drm_dsi.c
> index 84661fe..0a4e3ce 100644
> --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c
> +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c
> @@ -473,8 +473,6 @@ static int exynos_dsi_init_link(struct exynos_dsi *dsi)
>  
>               if (!(dsi->mode_flags & MIPI_DSI_MODE_VSYNC_FLUSH))
>                       reg |= DSIM_MFLUSH_VS;
> -             if (!(dsi->mode_flags & MIPI_DSI_MODE_EOT_PACKET))
> -                     reg |= DSIM_EOT_DISABLE;
>               if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_SYNC_PULSE)
>                       reg |= DSIM_SYNC_INFORM;
>               if (dsi->mode_flags & MIPI_DSI_MODE_VIDEO_BURST)
> @@ -491,6 +489,9 @@ static int exynos_dsi_init_link(struct exynos_dsi *dsi)
>                       reg |= DSIM_HSA_MODE;
>       }
>  
> +     if (!(dsi->mode_flags & MIPI_DSI_MODE_EOT_PACKET))
> +             reg |= DSIM_EOT_DISABLE;
> +
>       switch (dsi->format) {
>       case MIPI_DSI_FMT_RGB888:
>               reg |= DSIM_MAIN_PIX_FORMAT_RGB888;

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to