[PATCH 0/7] Armada DRM updates for 4.10
Russell King - ARM Linux
linux at armlinux.org.uk
Thu Nov 17 00:08:46 UTC 2016
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.
More information about the dri-devel
mailing list