Hi Dave,
I managed to loose track of a few patches for HDLCD while focusing on Mali DP and found them again when investigating an issue with the way HDLCD behaves on teardown. They can go into drm-next for one of the v4.19-rcX if you're not going to do another pull request before the merge window.
Many thanks, Liviu
The following changes since commit 3fce4618279373efc59a91adb16c11da46cd69e5:
BackMerge v4.18-rc7 into drm-next (2018-07-30 10:39:22 +1000)
are available in the Git repository at:
git://linux-arm.org/linux-ld.git for-upstream/hdlcd
for you to fetch changes up to d664b851eb2bcdf84a3c063cf59457bb15bc6120:
drm/arm/hdlcd: Reject atomic commits that disable only the plane (2018-07-31 16:31:50 +0100)
---------------------------------------------------------------- Laurent Pinchart (2): drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc() drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removal
Liviu Dudau (1): drm/arm/hdlcd: Reject atomic commits that disable only the plane
Noralf Trønnes (2): drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume() drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()
drivers/gpu/drm/arm/hdlcd_crtc.c | 35 +++++++----------- drivers/gpu/drm/arm/hdlcd_drv.c | 76 ++++++++++------------------------------ drivers/gpu/drm/arm/hdlcd_drv.h | 2 -- 3 files changed, 31 insertions(+), 82 deletions(-)
dri-devel@lists.freedesktop.org