OpenCloudOS-Kernel/drivers/gpu/drm/mxsfb
Daniel Abrecht 55c8bcaecc drm: mxsfb: Implement .format_mod_supported
This will make sure applications which use the IN_FORMATS blob
to figure out which modifiers they can use will pick up the
linear modifier which is needed by mxsfb. Such applications
will not work otherwise if an incompatible implicit modifier
ends up being selected.

Before commit ae1ed00932 ("drm: mxsfb: Stop using DRM simple
display pipeline helper"), the DRM simple display pipeline
helper took care of this.

Signed-off-by: Daniel Abrecht <public@danielabrecht.ch>
Fixes: ae1ed00932 ("drm: mxsfb: Stop using DRM simple display pipeline helper")
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/2a99ffffc2378209307e0992a6e97e70@nodmarc.danielabrecht.ch
2020-11-10 15:22:28 +01:00
..
Kconfig drm: mxsfb: Add i.MX7 and i.MX8M to the list of supported SoCs in Kconfig 2020-07-28 17:21:33 +02:00
Makefile drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.c 2020-07-28 17:21:01 +02:00
mxsfb_drv.c drm/<drivers>: Constify struct drm_driver 2020-11-06 10:31:26 +01:00
mxsfb_drv.h drm: mxsfb: Support the alpha plane 2020-07-28 17:21:58 +02:00
mxsfb_kms.c drm: mxsfb: Implement .format_mod_supported 2020-11-10 15:22:28 +01:00
mxsfb_regs.h drm: mxsfb: Support the alpha plane 2020-07-28 17:21:58 +02:00