[PATCH 06/15] drm/dsi: Implement some standard DCS commands

2014-10-21 Thread Andrzej Hajda
On 10/13/2014 12:16 PM, Thierry Reding wrote: > From: YoungJun Cho > > Add helpers for the {enter,exit}_sleep_mode, set_display_{on,off} and > set_tear_{on,off} DCS commands. > > Signed-off-by: YoungJun Cho > [treding: kerneldoc and other minor cleanup] > Signed-off-by: Thierry Reding The code

[PATCH 06/15] drm/dsi: Implement some standard DCS commands

2014-10-13 Thread Thierry Reding
From: YoungJun Cho Add helpers for the {enter,exit}_sleep_mode, set_display_{on,off} and set_tear_{on,off} DCS commands. Signed-off-by: YoungJun Cho [treding: kerneldoc and other minor cleanup] Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_mipi_dsi.c | 118