mbox

[GIT,PULL] arm/mali-dp fixes for v4.13

Message ID 20170619150054.GT1322@e110455-lin.cambridge.arm.com
State New
Headers show

Pull-request

git://linux-arm.org/linux-ld.git for-upstream/mali-dp

Message

Liviu Dudau June 19, 2017, 3 p.m. UTC
Hi Dave,

Here are the Mali DP driver changes. They include the mali-dp specific
changes from Jose Abreu on crtc->mode_valid() as well as a couple of
patches for fixing the sharing of IRQ lines and use of DRM CMA helper
for framebuffer physical address calculation. Please pull!

Best regards,
Liviu

The following changes since commit 925344ccc91d7a7fd84cab2dece1c34bbd86fd8c:

  BackMerge tag 'v4.12-rc5' into drm-next (2017-06-16 13:58:27 +1000)

are available in the git repository at:

  git://linux-arm.org/linux-ld.git for-upstream/mali-dp

for you to fetch changes up to e40eda3dda1ef36ddef7e02c1b280a9ae91a561b:

  drm/arm: mali-dp: Use CMA helper for plane buffer address calculation (2017-06-16 11:56:46 +0100)

----------------------------------------------------------------
Jose Abreu (1):
      drm/arm: malidp: Use crtc->mode_valid() callback

Liviu Dudau (2):
      drm/mali-dp: Check PM status when sharing interrupt lines
      drm/arm: mali-dp: Use CMA helper for plane buffer address calculation

 drivers/gpu/drm/arm/malidp_crtc.c   | 11 +++++------
 drivers/gpu/drm/arm/malidp_hw.c     | 19 ++++++++++++++++---
 drivers/gpu/drm/arm/malidp_planes.c | 12 +++++-------
 3 files changed, 26 insertions(+), 16 deletions(-)