[PATCH RFC v9.5 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

2015-05-14 Thread Liu Ying
2015-05-12 21:36 GMT+08:00 Thierry Reding : > On Fri, Feb 13, 2015 at 01:25:19PM +0800, Liu Ying wrote: >> Signed-off-by: Liu Ying > > This could use a commit message. Describe for example why this is useful > or when to use it. Ok, I'll add it in the next version. > >> --- >> v9->v9.5: >> *

[PATCH RFC v9.5 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

2015-05-12 Thread Jani Nikula
I guess this fell between the cracks. Reviewed-by: Jani Nikula On Fri, 13 Feb 2015, Liu Ying wrote: > Signed-off-by: Liu Ying > --- > v9->v9.5: > * Add kernel-doc for the new helper function to address Daniel Vetter's >comment. > > v8->v9: > * Rebase onto the imx-drm/next branch of

[PATCH RFC v9.5 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

2015-05-12 Thread Thierry Reding
On Fri, Feb 13, 2015 at 01:25:19PM +0800, Liu Ying wrote: > Signed-off-by: Liu Ying This could use a commit message. Describe for example why this is useful or when to use it. > --- > v9->v9.5: > * Add kernel-doc for the new helper function to address Daniel Vetter's >comment. > > v8->v9:

[PATCH RFC v9.5 09/20] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

2015-02-13 Thread Liu Ying
Signed-off-by: Liu Ying --- v9->v9.5: * Add kernel-doc for the new helper function to address Daniel Vetter's comment. v8->v9: * Rebase onto the imx-drm/next branch of Philipp Zabel's open git repository. v7->v8: * None. v6->v7: * None. v5->v6: * Address the over 80 characters in one