commit | c2e52e32049c0e94aa35a0635a2b150478ef3b2a | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 04 11:29:58 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 02 10:57:25 2017 +0300 |
tree | 4700e8ccdffa0dce7b9c67559e0e8f13c3e35a3b | |
parent | eecad4371d986f38b66202817e2b461ac3c64139 [diff] |
drm/omap: cleanup formats array omap_fb.c has a table with DSS and DRM formats, used to convert between them. This is no longer needed, so we can change the array to a plain array of DRM_FORMAT_* values which contain all possible pixel formats supported by any DSS IP version. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>