Hi Dave Here are some little fixes for rockchip drm, looks good for me, and seems there is no doubt on them, So I'd like you can land them. The following changes since commit b89359bdf0f1e95a4c5f92300594ba9dde323fc4: Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm-next (2016-04-29 14:57:51 +1000) are available in the git repository at: https://github.com/markyzq/kernel-drm-rockchip.git drm-rockchip-next-fixes-05-03 for you to fetch changes up to 2db00cf5a07b7c543392ff88163428509cda38ae: drm/rockchip: vop: Initialize vskiplines to zero (2016-05-03 14:11:23 +0800) ---------------------------------------------------------------- Dan Carpenter (1): drm/rockchip: inno_hdmi: fix an error code John Keeping (2): drm/rockchip: remove redundant statement drm/rockchip: don't leak iommu mapping Mark Yao (4): drm/rockchip: get rid of rockchip_drm_crtc_mode_config drm/rockchip: support non-iommu buffer path drm/rockchip: vop: fix iommu crash with async atomic drm/rockchip: vop: Initialize vskiplines to zero drivers/gpu/drm/rockchip/analogix_dp-rockchip.c | 48 +++++++++++++++++++++++++++--------------------- drivers/gpu/drm/rockchip/dw-mipi-dsi.c | 38 ++++++++++++++++++++++++-------------- drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 17 ++++++++++++++--- drivers/gpu/drm/rockchip/inno_hdmi.c | 20 ++++++++++++++++---- drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 66 +++++++++++++++++++++++++++++++++++++++++++++++------------------- drivers/gpu/drm/rockchip/rockchip_drm_drv.h | 10 ++++++++-- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------- 7 files changed, 196 insertions(+), 98 deletions(-) -- ?ark Yao