[GIT PULL] Armada DRM development updates development updates
Russell King
rmk at armlinux.org.uk
Tue Nov 22 10:37:35 UTC 2016
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.
More information about the dri-devel
mailing list