Hi, This series fixes DMFC allocation for small displays and pageflip events during device close, clarifies the RGB memory formats, adds support for the RGB565 format and KMS planes, and enables DRM PRIME using the CMA helpers. In the next step, I would like to move the code from drivers/staging/imx-drm/ipu-v3 to drivers/gpu/ipu-v3 (right next to host1x), as these parts provide an internal API for the IPU modules to be used by both DRM and V4L2 drivers. regards Philipp --- drivers/staging/imx-drm/Makefile | 2 +- drivers/staging/imx-drm/TODO | 1 - drivers/staging/imx-drm/imx-drm-core.c | 29 ++- drivers/staging/imx-drm/imx-drm.h | 2 + drivers/staging/imx-drm/ipu-v3/imx-ipu-v3.h | 4 +- drivers/staging/imx-drm/ipu-v3/ipu-common.c | 169 ++++++++++--- drivers/staging/imx-drm/ipu-v3/ipu-dc.c | 9 + drivers/staging/imx-drm/ipu-v3/ipu-dmfc.c | 8 +- drivers/staging/imx-drm/ipuv3-crtc.c | 209 ++++------------ drivers/staging/imx-drm/ipuv3-plane.c | 375 ++++++++++++++++++++++++++++ drivers/staging/imx-drm/ipuv3-plane.h | 55 ++++ 11 files changed, 655 insertions(+), 208 deletions(-) _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel