mbox

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

Message ID 20170126154958.GB3140@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 Jan. 26, 2017, 3:49 p.m. UTC
Hi Dave,

Hope I'm not too late before the cutoff for the v4.11 with these patches.
Mostly an asorted set of fixes that we have discovered while playing with
the code and preparing for the next set of features.

Best regards,
Liviu

The following changes since commit f0493e653f9679114d1dfd54ab88b54ce95576e1:

  drm/mgag200: Added support for the new device G200eH3 (2017-01-23 11:57:08 +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 83d642ee6dbec57ef1639a3de1e383fbfc5c44ec:

  drm: mali-dp: fix stride setting for multi-plane formats (2017-01-26 15:46:19 +0000)

----------------------------------------------------------------
Brian Starkey (4):
      drm: mali-dp: Don't force source size == crtc size
      drm: mali-dp: Fix destination size handling when rotating
      drm: mali-dp: Fix transposed horizontal/vertical flip
      drm: mali-dp: Rename malidp_input_format to malidp_pixel_format

Liviu Dudau (3):
      drm: malidp: Remove event_list member from struct malidp_drm
      drm: mali-dp: Check more use cases in the plane's ->atomic_check()
      drm: mali-dp: Add plane offset to the plane's physical start address register

Mihail Atanassov (4):
      drm: mali-dp: fix Lx_CONTROL register fields clobber
      drm: mali-dp: Check hw version matches device-tree
      drm: mali-dp: Check for sufficient address space
      drm: mali-dp: fix stride setting for multi-plane formats

Shailendra Verma (1):
      drm/arm/malidp: Fix possible dereference of NULL

 drivers/gpu/drm/arm/malidp_drv.c    | 74 ++++++++++++++++++++++++++++-
 drivers/gpu/drm/arm/malidp_drv.h    |  2 +-
 drivers/gpu/drm/arm/malidp_hw.c     | 41 +++++++++--------
 drivers/gpu/drm/arm/malidp_hw.h     | 13 ++++--
 drivers/gpu/drm/arm/malidp_planes.c | 92 ++++++++++++++++++++++++++-----------
 drivers/gpu/drm/arm/malidp_regs.h   |  8 ++++
 6 files changed, 177 insertions(+), 53 deletions(-)