From: YoungJun Cho Date: Wed, 1 Oct 2014 06:19:13 +0000 (+0900) Subject: drm/exynos: dsi: move DSIM_STATE_ENABLED set position X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~27^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41bb38f228d98a2e411d59be14a2aee876d8db1;p=pandora-kernel.git drm/exynos: dsi: move DSIM_STATE_ENABLED set position 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 on command. And moves the display on command execution routine from prepare() to enable() in drm_panel_funcs also. Signed-off-by: YoungJun Cho Acked-by: Inki Dae Acked-by: Kyungmin Park Signed-off-by: Inki Dae --- Reading git-diff-tree failed