commit | 18c0d6217a4898b9cae1b999e0dd37f8239ba0ae | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 04 10:27:53 2017 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Fri Jun 02 10:57:23 2017 +0300 |
tree | 4570f702f9937ad113d06d3e8684e78c2e3c3018 | |
parent | 22245f531a769164402f4e63f1f1e18de981aff3 [diff] |
drm/omap: change supported_modes to an array enum omap_color_mode is a bitmask, so at the moment we present the supported color modes as mask. To be able to move to fourccs, we need to use an array to present the supported color modes. As a first step towards fourccs, this patch changes the code to use an array to store the enums. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>