Hi Dave,

Here is the list of fixes that I have for drm/mali-dp. They've been on the 
mailing
lists for a while and merged into linux-next for a few weeks, but due to 
holiday and
travel to Linux Plumbers I did not send the pull request earlier. I don't know 
if
these patches can be pulled into v4.9 still (they will conflict with Ville 
Syrjälä's
cleanup of DRM_ROTATE series that is already in drm-next), but if you do that 
would
be great.
The following changes since commit fb422950c6cd726fd36eb72a7cf84583440a18a2:

  Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-next 
(2016-10-28 14:24:56 +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 e64053f05eb924db45f90a1556a200d1acb4b01e:

  drm: mali-dp: Clear CVAL when leaving config mode (2016-11-08 11:40:02 +0000)

----------------------------------------------------------------
Baoyou Xie (1):
      drm/arm: mark symbols static where possible

Brian Starkey (8):
      drm: mali-dp: Add pitch alignment check function
      drm: mali-dp: Add pitch alignment check for planes
      arm: mali-dp: Extract mode_config cleanup into malidp_fini
      drm: mali-dp: Refactor plane initialisation
      drm: mali-dp: Enable alpha blending
      drm: mali-dp: Store internal format and n_planes in plane state
      drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLY
      drm: mali-dp: Clear CVAL when leaving config mode

Liviu Dudau (3):
      drm: mali-dp: Clear the config_valid flag before using it in wait_event.
      drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.
      drm: mali-dp: Add support for setting plane's rotation property from 
userspace.

 drivers/gpu/drm/arm/malidp_drv.c    | 19 +++++---
 drivers/gpu/drm/arm/malidp_drv.h    |  3 ++
 drivers/gpu/drm/arm/malidp_hw.c     |  5 ++
 drivers/gpu/drm/arm/malidp_hw.h     |  9 ++++
 drivers/gpu/drm/arm/malidp_planes.c | 96 ++++++++++++++++++++++++-------------
 5 files changed, 92 insertions(+), 40 deletions(-)


Many thanks,
Liviu

-- 
====================
| I would like to |
| fix the world,  |
| but they're not |
| giving me the   |
 \ source code!  /
  ---------------
    ¯\_(ツ)_/¯

Reply via email to