Hi David,
This series fixes some issues in the Armada DRM driver: - A memory leak while cleaning up in the CRTC initialisation path - Avoid powering down YUV FIFOs when disabling the graphics plane - Several fixes for the overlay plane positioning
Minor updates for the comments from Sean Paul, and applies cleanly to your drm-fixes branch, but otherwise the same.
Thanks.
drivers/gpu/drm/armada/armada_crtc.c | 47 +++++++++++++++++++-------------- drivers/gpu/drm/armada/armada_crtc.h | 2 ++ drivers/gpu/drm/armada/armada_overlay.c | 38 +++++++++++++------------- 3 files changed, 48 insertions(+), 39 deletions(-)