]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb1c304e776480fff9cfe039441bff993681825d2
tree4700e8ccdffa0dce7b9c67559e0e8f13c3e35a3b
parentc7873a43dbcb10662e967b1454f0d4c64c8c2eff
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