Hi Dave,
I have accumulated some cleanup patches for HDLCD, partly triggered by Daniel Vetter's work on non-blocking atomic operations, that I would like to integrate into v4.7. My first patch is important for the newly enabled hibernate option for AArch64 on Juno, the others are fixing behaviour in HDLCD and adding a debugfs entry to help track the underlying framebuffer usage. I'm also taking one of Daniel's patches from his non-blocking series to help with the integration of his patches later.
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)
are available in the git repository at:
git://linux-arm.org/linux-ld.git for-upstream/hdlcd
for you to fetch changes up to c41ef79e281e08c3a4f8242615d55d1226cd9c69:
drm: hdlcd: Add information about the underlying framebuffers in debugfs (2016-06-02 11:09:27 +0100)
---------------------------------------------------------------- Daniel Vetter (1): drm/hdlcd: Fix up crtc_state->event handling
Liviu Dudau (3): drm: hdlcd: Revamp runtime power management drm: hdlcd: Cleanup the atomic plane operations drm: hdlcd: Add information about the underlying framebuffers in debugfs
drivers/gpu/drm/arm/hdlcd_crtc.c | 86 ++++++++++++++++++++++----------------- drivers/gpu/drm/arm/hdlcd_drv.c | 68 +++++++++++++------------------ drivers/gpu/drm/arm/hdlcd_drv.h | 5 +-- drivers/gpu/drm/i2c/tda998x_drv.c | 4 ++ 4 files changed, 82 insertions(+), 81 deletions(-)
Best regards, Liviu