dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Armada DRM updates for 4.10
@ 2016-11-17  0:08 Russell King - ARM Linux
  2016-11-17  0:09 ` [PATCH RFC 1/7] drm/armada: add tracing support Russell King
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Russell King - ARM Linux @ 2016-11-17  0:08 UTC (permalink / raw)
  To: dri-devel

This series is for review only - I'll be submitting a pull request to
David in due course.

These patches are based on the TDA998x MALI patch, removing the
drm_connector_register() call, and:

* Add tracing support for overlay usage, so it's possible to use tracing
  to monitor how well we hit the frame display times.
* plane support updates which came about due to my initial investigations
  into converting Armada to atomic mode set.  These are mostly just
  mechanical changes rather than anything in-depth.
* de-midlayering Armada, now that TDA998x allows for this.

 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_drm.h     |   1 +
 drivers/gpu/drm/armada/armada_drv.c     | 236 +++++++++++++++++---------------
 drivers/gpu/drm/armada/armada_overlay.c |  65 +++++----
 drivers/gpu/drm/armada/armada_trace.c   |   4 +
 drivers/gpu/drm/armada/armada_trace.h   |  66 +++++++++
 8 files changed, 321 insertions(+), 184 deletions(-)
 create mode 100644 drivers/gpu/drm/armada/armada_trace.c
 create mode 100644 drivers/gpu/drm/armada/armada_trace.h

-- 
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-12-06 12:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-17  0:08 [PATCH 0/7] Armada DRM updates for 4.10 Russell King - ARM Linux
2016-11-17  0:09 ` [PATCH RFC 1/7] drm/armada: add tracing support Russell King
2016-12-06 12:22   ` Daniel Vetter
2016-11-17  0:09 ` [PATCH RFC 2/7] drm/armada: clean up armada_drm_plane_work_run() Russell King
2016-11-17  0:09 ` [PATCH RFC 3/7] drm/armada: move plane state to struct armada_plane Russell King
2016-11-17  0:09 ` [PATCH RFC 4/7] drm/armada: split out primary plane update Russell King
2016-11-17  0:10 ` [PATCH RFC 5/7] drm/armada: move setting primary plane position to armada_drm_primary_set() Russell King
2016-11-17  0:10 ` [PATCH RFC 6/7] drm/armada: use common helper for plane base address Russell King
2016-11-17  0:10 ` [PATCH RFC 7/7] drm/armada: de-midlayer armada Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).