Hi, Dave: This include new color format support and some fixups. Please kindly let me know if there is any problem. Regards, CK The following changes since commit 6d61e70ccc21606ffb8a0a03bd3aba24f659502b: Backmerge tag 'v4.12-rc7' into drm-next (2017-06-27 08:28:30 +1000) are available in the git repository at: https://github.com/ckhu-mediatek/linux.git-tags.git mediatek-drm-next-4.13 for you to fetch changes up to 5ac5895a84d92bd2b3db490f8ee242ccb4d77e96: drm/mediatek: separate color module to fixup error memory reallocation (2017-06-27 17:34:53 +0800) ---------------------------------------------------------------- Bibby Hsieh (1): drm/mediatek: Support UYVY and YUYV format for overlay Christophe Jaillet (1): drm/mediatek: check for memory allocation failure Colin Ian King (1): drm/mediatek: re-phrase DRM_INFO error message Philipp Zabel (1): drm/mediatek: use platform_register_drivers yt.shen@xxxxxxxxxxxx (1): drm/mediatek: separate color module to fixup error memory reallocation drivers/gpu/drm/mediatek/Makefile | 3 +- drivers/gpu/drm/mediatek/mtk_disp_color.c | 176 ++++++++++++++++++++++++++++ drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 7 ++ drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 2 + drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 80 +------------ drivers/gpu/drm/mediatek/mtk_drm_drv.c | 33 ++---- drivers/gpu/drm/mediatek/mtk_drm_drv.h | 1 + drivers/gpu/drm/mediatek/mtk_drm_plane.c | 2 + drivers/gpu/drm/mediatek/mtk_dsi.c | 2 +- drivers/gpu/drm/mediatek/mtk_hdmi.c | 27 +---- 10 files changed, 205 insertions(+), 128 deletions(-) create mode 100644 drivers/gpu/drm/mediatek/mtk_disp_color.c _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel