commit | eecad4371d986f38b66202817e2b461ac3c64139 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 04 11:27:49 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 02 10:57:25 2017 +0300 |
tree | fc0b74c3f8f416db3c53f1bc8bf8e19a04dc6c88 | |
parent | 3e1d65cdf84f88affa718396a392f9f9a0d8a5f6 [diff] |
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>