OpenCloudOS-Kernel/drivers/gpu/drm/mxsfb
Laurent Pinchart d9ef0d3150 drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void function
The mxsfb_set_pixel_fmt() function returns an error when the selected
pixel format is unsupported. This can never happen, as such errors are
caught by the DRM core. Remove the error check.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Stefan Agner <stefan@agner.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200727020654.8231-20-laurent.pinchart@ideasonboard.com
2020-07-28 17:21:45 +02: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: mxsfb: Drop non-OF support 2020-07-28 17:21:41 +02:00
mxsfb_drv.h drm: mxsfb: Remove mxsfb_devdata unused fields 2020-07-28 17:21:29 +02:00
mxsfb_kms.c drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void function 2020-07-28 17:21:45 +02:00
mxsfb_regs.h drm: mxsfb: Clarify format and bus width configuration 2020-07-28 17:20:31 +02:00