[PATCH v3 3/4] drm/tegra: dsi - Handle non-continuous clock flag

2014-07-14 Thread Thierry Reding
On Tue, Jul 08, 2014 at 09:32:13PM +0900, Alexandre Courbot wrote: > Handle the MIPI_DSI_CLOCK_NONCONTINUOUS flag and only set TX-only > clock behavior when this flag is present to allow panels requiring > continuous clock mode to operate with this driver. > > Signed-off-by: Alexandre Courbot > -

[PATCH v3 3/4] drm/tegra: dsi - Handle non-continuous clock flag

2014-07-08 Thread Alexandre Courbot
Handle the MIPI_DSI_CLOCK_NONCONTINUOUS flag and only set TX-only clock behavior when this flag is present to allow panels requiring continuous clock mode to operate with this driver. Signed-off-by: Alexandre Courbot --- drivers/gpu/drm/tegra/dsi.c | 3 ++- 1 file changed, 2 insertions(+), 1 del