[PATCH v4 13/16] drm/dsi: Implement DCS {get,set}_pixel_format commands

2014-11-04 Thread Thierry Reding
On Mon, Nov 03, 2014 at 12:10:29PM -0500, Sean Paul wrote: > On Mon, Nov 3, 2014 at 4:13 AM, Thierry Reding > wrote: > > From: Thierry Reding > > > > Provide small convenience wrappers to query or set the pixel format used > > by the interface. > > > > Signed-off-by: Thierry Reding > > --- > >

[PATCH v4 13/16] drm/dsi: Implement DCS {get, set}_pixel_format commands

2014-11-03 Thread Sean Paul
On Mon, Nov 3, 2014 at 4:13 AM, Thierry Reding wrote: > From: Thierry Reding > > Provide small convenience wrappers to query or set the pixel format used > by the interface. > > Signed-off-by: Thierry Reding > --- > drivers/gpu/drm/drm_mipi_dsi.c | 42 > +++

[PATCH v4 13/16] drm/dsi: Implement DCS {get, set}_pixel_format commands

2014-11-03 Thread Thierry Reding
From: Thierry Reding Provide small convenience wrappers to query or set the pixel format used by the interface. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_mipi_dsi.c | 42 ++ include/drm/drm_mipi_dsi.h | 2 ++ 2 files changed, 44 insertio