]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc7873a43dbcb10662e967b1454f0d4c64c8c2eff
treefc0b74c3f8f416db3c53f1bc8bf8e19a04dc6c88
parent803b5d2d0ae51aa65b516f2acf52c2543cab4fb5
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