All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] HDLCD cleanups for v4.7
@ 2016-06-01 14:48 Liviu Dudau
  2016-06-01 14:48 ` [PATCH v2 1/5] drm: hdlcd: Revamp runtime power management Liviu Dudau
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Liviu Dudau @ 2016-06-01 14:48 UTC (permalink / raw)
  To: Daniel Vetter, David Airlie; +Cc: DRI Development

Hello,

Here are a series of patches that I would like to add to v4.7. It fixes issues
with suspend/resume on Juno (support for which has been added in v4.7-rc1).
When doing the work I've noticed some breakage on the vsync behaviour so I've
fixed that as well. In order to ease the introduction of Daniel Vetter's series
that adds support for non-blocking atomic operations I also picked up his patch
that cleans up the crtc->state->event handling.

The final patch adds support for dumping information from the CMA allocator on
the underlying framebuffers that I found useful while debugging the non-blocking
atomic operations.

A copy of the series has been pushed to git://linux-arm.org/linux-ld for-upstream/hdlcd

Best regards,
Liviu

Daniel Vetter (1):
  drm/hdlcd: Fix up crtc_state->event handling

Liviu Dudau (4):
  drm: hdlcd: Revamp runtime power management
  drm: hdlcd: Cleanup the atomic plane operations
  drm: hdlcd: Don't touch vsync interrupts during vblank enable/disable.
  drm: hdlcd: Add information about the underlying framebuffers in debugfs

 drivers/gpu/drm/arm/hdlcd_crtc.c | 85 +++++++++++++++++++++++-----------------
 drivers/gpu/drm/arm/hdlcd_drv.c  | 83 ++++++++++++++++-----------------------
 drivers/gpu/drm/arm/hdlcd_drv.h  |  5 +--
 3 files changed, 83 insertions(+), 90 deletions(-)

-- 
2.8.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-01 14:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-01 14:48 [PATCH v2 0/5] HDLCD cleanups for v4.7 Liviu Dudau
2016-06-01 14:48 ` [PATCH v2 1/5] drm: hdlcd: Revamp runtime power management Liviu Dudau
2016-06-01 14:48 ` [PATCH v2 2/5] drm/hdlcd: Fix up crtc_state->event handling Liviu Dudau
2016-06-01 14:48 ` [PATCH v2 3/5] drm: hdlcd: Cleanup the atomic plane operations Liviu Dudau
2016-06-01 14:48 ` [PATCH v2 4/5] drm: hdlcd: Don't touch vsync interrupts during vblank enable/disable Liviu Dudau
2016-06-01 14:51   ` Daniel Vetter
2016-06-01 14:48 ` [PATCH v2 5/5] drm: hdlcd: Add information about the underlying framebuffers in debugfs Liviu Dudau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.