[PATCH 10/15] drm/dsi: Implement DCS get_power_mode command

2014-10-21 Thread Andrzej Hajda
On 10/13/2014 12:16 PM, Thierry Reding wrote: > From: Thierry Reding > > Provide a small convenience wrapper that transmits a DCS get_power_mode > command. A set of bitmasks for the mode bits is also provided. > > Signed-off-by: Thierry Reding Besides one nitpick below. Acked-by: Andrzej Hajda

[PATCH 10/15] drm/dsi: Implement DCS get_power_mode command

2014-10-13 Thread Thierry Reding
From: Thierry Reding Provide a small convenience wrapper that transmits a DCS get_power_mode command. A set of bitmasks for the mode bits is also provided. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_mipi_dsi.c | 21 + include/drm/drm_mipi_dsi.h | 7 +++