From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King Subject: [GIT PULL] Another Armada DRM fix Date: Mon, 3 Mar 2014 18:05:53 +0000 Message-ID: <20140303180553.GA14232@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 pandora.arm.linux.org.uk (gw-1.arm.linux.org.uk [78.32.30.217]) by gabe.freedesktop.org (Postfix) with ESMTP id CD4E1FB3A8 for ; Mon, 3 Mar 2014 10:05:54 -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 List-Id: dri-devel@lists.freedesktop.org David, Please incorporate the latest Armada DRM fixes, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-cubox.git drm-armada-fixes with SHA1 d13c46c67e546bb1dc1c4dc7c43e388d0119276b. I think the blame for this comes down to me - I complained about the kfifo API, but I didn't expect it to change as quickly as it did. Strangely, this didn't cause any visible problems... the machine has been through many boots without issue. Then I tried playing back video where it immediately exploded. Then it wouldn't boot anymore without oopsing, despite it being the same kernel which booted all the way through to Xorg without issue... fun. This will update the following files: drivers/gpu/drm/armada/armada_drv.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) through these changes: Russell King (1): DRM: armada: fix use of kfifo_put() Thanks.