Hi Tomi,
Thank you for the patch.
Reviewed-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
On Thursday 04 May 2017 13:23:31 Tomi Valkeinen wrote:
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
drivers/gpu/drm/omapdrm/omap_fb.c | 49 ++++++++++++++--------------------- 1 file changed, 20 insertions(+), 29 deletions(-)