From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755113Ab2LCPYf (ORCPT ); Mon, 3 Dec 2012 10:24:35 -0500 Received: from mail-vc0-f174.google.com ([209.85.220.174]:41911 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753215Ab2LCPYe (ORCPT ); Mon, 3 Dec 2012 10:24:34 -0500 MIME-Version: 1.0 In-Reply-To: <20121203143156.904709715@decadent.org.uk> References: <20121203143146.549859007@decadent.org.uk> <20121203143156.904709715@decadent.org.uk> Date: Mon, 3 Dec 2012 10:24:33 -0500 Message-ID: Subject: Re: [ 67/89] drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop() From: Josh Boyer To: Ben Hutchings , Greg KH Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Alex Deucher Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 3, 2012 at 9:32 AM, Ben Hutchings wrote: > 3.2-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Alex Deucher > > commit 804cc4a0ad3a896ca295f771a28c6eb36ced7903 upstream. > > The save struct is not initialized previously so explicitly > mark the crtcs as not used when they are not in use. > > Signed-off-by: Alex Deucher > Signed-off-by: Ben Hutchings Hm. If this is needed in 3.2, presumably it's needed in 3.6 as well. I don't see it queued for 3.6.9, and the Cc: tag is there. Greg, Alex, was this just something that was missed, or am I wrong about it needing to go into 3.6? josh