[PATCH 7/7] drm/exynos: dsi: move DSIM_STATE_ENABLED set position

2014-11-14 Thread Inki Dae
On 2014년 10월 01일 15:19, YoungJun Cho wrote: > The command mode panel should draw image earlier than the display > on command execution to prevent showing garbage GRAM screen data. > So should set dsi->state as DSIM_STATE_ENABLED between calling > exynos_dsi_set_display_enable() and drm_panel_

[PATCH 7/7] drm/exynos: dsi: move DSIM_STATE_ENABLED set position

2014-10-01 Thread YoungJun Cho
The command mode panel should draw image earlier than the display on command execution to prevent showing garbage GRAM screen data. So should set dsi->state as DSIM_STATE_ENABLED between calling exynos_dsi_set_display_enable() and drm_panel_enable() to transmit image data before executing display o