drm/omap: cleanup formats array
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 4 May 2017 08:29:58 +0000 (11:29 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 2 Jun 2017 07:57:25 +0000 (10:57 +0300)
commitc2e52e32049c0e94aa35a0635a2b150478ef3b2a
tree4700e8ccdffa0dce7b9c67559e0e8f13c3e35a3b
parenteecad4371d986f38b66202817e2b461ac3c64139
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>
drivers/gpu/drm/omapdrm/omap_fb.c