drm: omapdrm: fb: Use format information provided by the DRM core
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 6 Jun 2016 21:45:35 +0000 (00:45 +0300)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 19 Dec 2016 09:24:53 +0000 (11:24 +0200)
commitc9028b39597fbdcdac96641e12cc656a27c137c1
treeb6473aaa5f0eafc49e2b4840f32bd02d6859a95e
parent4d20dfc053c7e0b2d155cbc6cb0817717753e2b5
drm: omapdrm: fb: Use format information provided by the DRM core

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 <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/omap_fb.c