drm/mxsfb: Make supported modifiers explicit
authorGuido Günther <agx@sigxcpu.org>
Mon, 23 Mar 2020 14:52:46 +0000 (15:52 +0100)
committerStefan Agner <stefan@agner.ch>
Mon, 20 Jul 2020 08:47:37 +0000 (10:47 +0200)
commitf4b29bf77319df18348b56e9fd87bc7d4266220e
tree2006ab272c4286ec35e6bfb7b93361b8eed93a22
parent6d45fff5ba2ddb5d177115ecd9f6b4d0c9d3c79c
drm/mxsfb: Make supported modifiers explicit

In contrast to other display controllers on imx like DCSS and ipuv3
lcdif/mxsfb does not support detiling e.g. vivante tiled layouts.
Since mesa might assume otherwise make it explicit that only
DRM_FORMAT_MOD_LINEAR is supported.

Signed-off-by: Guido Günther <agx@sigxcpu.org>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Stefan Agner <stefan@agner.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/26877532e272c12a74c33188e2a72abafc9a2e1c.1584973664.git.agx@sigxcpu.org
drivers/gpu/drm/mxsfb/mxsfb_drv.c