[PATCH 2/2] drm/exynos: mipi-dsi: consider non-continuous clock mode

2014-08-18 Thread Inki Dae
This patch adds non-continuous clock mode support Clock mode on Clock Lane is continuous clock by default. So if we want to transmit data in non-continuous clock mode to reduce power consumption, then host driver should set DSIM_CLKLANE_STOP bit. In this case, host controller turns off HS clock be

[PATCH 2/2] drm/exynos: mipi-dsi: consider non-continuous clock mode

2014-08-18 Thread Andrzej Hajda
On 08/18/2014 10:11 AM, Inki Dae wrote: > This patch adds non-continuous clock mode support > > Clock mode on Clock Lane is continuous clock by default. > So if we want to transmit data in non-continuous clock mode > to reduce power consumption, then host driver should set > DSIM_CLKLANE_STOP bit.

[PATCH 2/2] drm/exynos: mipi-dsi: consider non-continuous clock mode

2014-08-12 Thread Inki Dae
This patch adds non-continuous clock mode support. Clock mode on Clock Lane is continuous clock by default. So if we want to transmit data in non-continuous clock mode to reduce power consumption, then host driver should clear DSIM_TX_REQUEST_HSCLK. For this, this patch makes the host driver set