All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@armlinux.org.uk>
To: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org
Subject: [GIT PULL] Armada DRM development updates development updates
Date: Tue, 22 Nov 2016 10:37:35 +0000	[thread overview]
Message-ID: <20161122103735.GA19294@rmk-PC.arm.linux.org.uk> (raw)

David,

Please incorporate the latest Armada DRM development updates development
updates, which can be found at:

  git://git.armlinux.org.uk/~rmk/linux-arm.git drm-armada-devel

with SHA1 e8e11817e2ff18f35de932cdd2738cad5567cb7c.

Building on top of the MALI change previously merged, these changes:
* add tracing support for overlay updates
* refactor some of the plane support code
* de-midlayer the driver
* cleanups from other folk reviewing the code

This will update the following files:

 drivers/gpu/drm/armada/Makefile         |   2 +-
 drivers/gpu/drm/armada/armada_crtc.c    | 121 ++++++++++------
 drivers/gpu/drm/armada/armada_crtc.h    |  10 ++
 drivers/gpu/drm/armada/armada_debugfs.c |   2 +-
 drivers/gpu/drm/armada/armada_drm.h     |   1 +
 drivers/gpu/drm/armada/armada_drv.c     | 236 +++++++++++++++++---------------
 drivers/gpu/drm/armada/armada_fbdev.c   |   8 +-
 drivers/gpu/drm/armada/armada_gem.c     |  10 +-
 drivers/gpu/drm/armada/armada_overlay.c |  65 +++++----
 drivers/gpu/drm/armada/armada_trace.c   |   4 +
 drivers/gpu/drm/armada/armada_trace.h   |  66 +++++++++
 11 files changed, 326 insertions(+), 199 deletions(-)
 create mode 100644 drivers/gpu/drm/armada/armada_trace.c
 create mode 100644 drivers/gpu/drm/armada/armada_trace.h

through these changes:

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

Christophe JAILLET (1):
      drm/armada: remove some dead code

Ravikant B Sharma (1):
      drm/armada: fix NULL pointer comparison warning

Russell King (7):
      drm/armada: add tracing support
      drm/armada: clean up armada_drm_plane_work_run()
      drm/armada: move plane state to struct armada_plane
      drm/armada: split out primary plane update
      drm/armada: move setting primary plane position to armada_drm_primary_set()
      drm/armada: use common helper for plane base address
      drm/armada: de-midlayer armada

Stefan Christ (1):
      drm/armada: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops

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

             reply	other threads:[~2016-11-22 10:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-22 10:37 Russell King [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-12-22 16:37 [GIT PULL] Armada DRM development updates development updates Russell King
2015-10-14 16:32 Russell King
2015-05-28  9:35 Russell King
2015-05-09 13:31 Russell King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161122103735.GA19294@rmk-PC.arm.linux.org.uk \
    --to=rmk@armlinux.org.uk \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.