From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH 4/6] drm/i915: cleanup redundant checks from intel_enable_asle Date: Mon, 29 Apr 2013 12:30:49 +0100 Message-ID: <20130429113049.GG18003@strange.amr.corp.intel.com> References: <8b84859405730230ba3469a452ebb50517fd7707.1367223972.git.jani.nikula@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id C3F31E5FDC for ; Mon, 29 Apr 2013 04:30:52 -0700 (PDT) Content-Disposition: inline In-Reply-To: <8b84859405730230ba3469a452ebb50517fd7707.1367223972.git.jani.nikula@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Jani Nikula Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Mon, Apr 29, 2013 at 01:02:53PM +0300, Jani Nikula wrote: > Realize that intel_enable_asle() is never called on PCH-split platforms > or on VLV. Rip out the GSE irq enable for PCH-split platforms, which > also happens to be incorrect for IVB+. > > This should not cause any functional changes. > > Signed-off-by: Jani Nikula Reviewed-by: Damien Lespiau -- Damien