drm/omap: remove omap_framebuffer_get_formats()
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 May 2017 08:27:49 +0000 (11:27 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Jun 2017 07:57:25 +0000 (10:57 +0300)
commiteecad4371d986f38b66202817e2b461ac3c64139
treefc0b74c3f8f416db3c53f1bc8bf8e19a04dc6c88
parent3e1d65cdf84f88affa718396a392f9f9a0d8a5f6
drm/omap: remove omap_framebuffer_get_formats()

We now get a fourcc array from dispc when asking for a plane's supported
pixel formats, so we can drop omap_framebuffer_get_formats() which was
used to convert between DSS and DRM pixel formats.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/omapdrm/omap_drv.h
drivers/gpu/drm/omapdrm/omap_fb.c
drivers/gpu/drm/omapdrm/omap_plane.c