[PATCH v4 02/22] drm: omapdrm: fb: Use format information provided by the DRM core

2016-12-14 Thread Tomi Valkeinen
On 14/12/16 02:27, Laurent Pinchart wrote: > The driver stores in a custom structure named format several pieces of > information about the format that are available in the DRM core. Remove > them and get the information from the DRM core instead. > > Signed-off-by: Laurent Pinchart > --- > Chang

[PATCH v4 02/22] drm: omapdrm: fb: Use format information provided by the DRM core

2016-12-14 Thread Laurent Pinchart
The driver stores in a custom structure named format several pieces of information about the format that are available in the DRM core. Remove them and get the information from the DRM core instead. Signed-off-by: Laurent Pinchart --- Changes since v3: - Fix subsampling computation by checking t