mbox

[PULL] mali-dp fixes for v4.11-rc3

Message ID 20170310145018.GI6268@e110455-lin.cambridge.arm.com
State New
Headers show

Pull-request

git://linux-arm.org/linux-ld.git for-upstream/malidp-fixes

Message

Liviu Dudau March 10, 2017, 2:50 p.m. UTC
Hi Dave,

I have obviously missed the boat on -rc2, so I'm sending this
in hope to get them into -rc3. A couple of patches, one to remove
the use of the mclk clock that dictates the amount of scaling that
you can do with Mali DP hardware and one to make the smart layer
usable as a DRM plane (smart layer has some weird restrictions).

Many thanks,
Liviu

The following changes since commit 3f81e1340706e9a7f854808e2f580c3106805d0c:

  drm: mxsfb: Implement drm_panel handling (2017-03-10 11:11:14 +1000)

are available in the git repository at:

  git://linux-arm.org/linux-ld.git for-upstream/malidp-fixes

for you to fetch changes up to d1479f6108006555fe33d7cfe8db4f95ad614b9a:

  drm: mali-dp: Fix smart layer not going to composition (2017-03-10 14:31:16 +0000)

----------------------------------------------------------------
Mihail Atanassov (2):
      drm: mali-dp: Remove mclk rate management
      drm: mali-dp: Fix smart layer not going to composition

 drivers/gpu/drm/arm/malidp_crtc.c   |  3 +--
 drivers/gpu/drm/arm/malidp_hw.c     |  2 +-
 drivers/gpu/drm/arm/malidp_planes.c | 18 ++++++++++++++++--
 drivers/gpu/drm/arm/malidp_regs.h   |  1 +
 4 files changed, 19 insertions(+), 5 deletions(-)