mbox series

[0/2] drm: mxsfb: Primary plane format fix and enhancement

Message ID 20201012232840.15680-1-laurent.pinchart@ideasonboard.com (mailing list archive)
Headers show
Series drm: mxsfb: Primary plane format fix and enhancement | expand

Message

Laurent Pinchart Oct. 12, 2020, 11:28 p.m. UTC
Hello,

This small patch series fixes format switching for the primary plane,
and adds support for the RGB888 format. There's not much else to tell,
please see individual patches for details.

Laurent Pinchart (2):
  drm: mxsfb: Fix format changes for primary plane
  drm: mxsfb: Add RGB888 support on the primary plane

 drivers/gpu/drm/mxsfb/mxsfb_drv.c |  5 +++++
 drivers/gpu/drm/mxsfb/mxsfb_kms.c | 29 +++++++++++++++++++++++++----
 2 files changed, 30 insertions(+), 4 deletions(-)