Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753112Ab3DKTRu (ORCPT ); Thu, 11 Apr 2013 15:17:50 -0400 Received: from mga11.intel.com ([192.55.52.93]:33729 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215Ab3DKTRs (ORCPT ); Thu, 11 Apr 2013 15:17:48 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,456,1363158000"; d="scan'208";a="317877676" Date: Thu, 11 Apr 2013 20:17:42 +0100 From: Chris Wilson To: Daniel Vetter Cc: Intel Graphics Development , DRI Development , LKML , Dave Airlie , Tomas Melin , Richard Cochran , stable@vger.kernel.org Subject: Re: [PATCH] drm/i915: don't check inconsistent modeset state when force-restoring Message-ID: <20130411191742.GA8251@cantiga.alporthouse.com> Mail-Followup-To: Chris Wilson , Daniel Vetter , Intel Graphics Development , DRI Development , LKML , Dave Airlie , Tomas Melin , Richard Cochran , stable@vger.kernel.org References: <1365537090-11518-1-git-send-email-daniel.vetter@ffwll.ch> <1365704571-17122-1-git-send-email-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365704571-17122-1-git-send-email-daniel.vetter@ffwll.ch> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1346 Lines: 34 On Thu, Apr 11, 2013 at 08:22:50PM +0200, Daniel Vetter wrote: > It will be only consistent once we've restored all the crtcs. Since a > bunch of other callers also want to just restore a single crtc, add a > boolean to disable checking only where it doesn't make sense. > > Note that intel_modeset_setup_hw_state already has a call to > intel_modeset_check_state at the end, so we don't reduce the amount of > checking. > > v2: Try harder not to create a big patch (Chris). > > v3: Even smaller (still Chris). Also fix a trailing space. > > References: https://lkml.org/lkml/2013/3/16/60 > Cc: Tomas Melin > Cc: Richard Cochran > Cc: Chris Wilson > Cc: stable@vger.kernel.org > Signed-off-by: Daniel Vetter I'm happy that you are not touching any paths other than mentioned in the changelog, and that I think being quiet on the modeset is a good use of the 'force' semantics, so Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Technology Centre -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/