From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King Subject: [GIT PULL] Armada DRM v3.12 fixes Date: Tue, 10 Dec 2013 21:01:24 +0000 Message-ID: <20131210210123.GA14685@rmk-PC.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from caramon.arm.linux.org.uk (caramon.arm.linux.org.uk [78.32.30.218]) by gabe.freedesktop.org (Postfix) with ESMTP id A65E4FAAE5 for ; Tue, 10 Dec 2013 13:01:43 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: airlied@linux.ie, dri-devel@lists.freedesktop.org Cc: Thierry Reding List-Id: dri-devel@lists.freedesktop.org David, Please incorporate the latest Armada DRM v3.12 fixes for v3.13, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-cubox.git drm-tda998x-3.12-fixes with SHA1 5cd5268806435b6476184430b2806db988c903f0. These four patches fix a few issues discovered since the initial merge, which have been reviewed by Rob Clark and Thierry Reding. This will update the following files: drivers/gpu/drm/armada/armada_drm.h | 1 + drivers/gpu/drm/armada/armada_drv.c | 7 ++++++- drivers/gpu/drm/armada/armada_fbdev.c | 20 +++++++++++++++----- drivers/gpu/drm/armada/armada_gem.c | 7 ++++--- 4 files changed, 26 insertions(+), 9 deletions(-) through these changes: Russell King (4): DRM: Armada: implement lastclose() for fbhelper DRM: Armada: destroy framebuffer after helper DRM: Armada: fix printing of phys_addr_t/dma_addr_t DRM: Armada: prime refcounting bug fix Thanks.