From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH 1/4] drm/i915: Disable primary plane trickle feed for g4x Date: Wed, 17 Apr 2013 20:46:48 +0300 Message-ID: <20130417174647.GP4469@intel.com> References: <1366218721-17777-1-git-send-email-ville.syrjala@linux.intel.com> <20130417172529.GE24068@cantiga.alporthouse.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id 8A080E6096 for ; Wed, 17 Apr 2013 10:46:51 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20130417172529.GE24068@cantiga.alporthouse.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: Chris Wilson , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Wed, Apr 17, 2013 at 06:25:29PM +0100, Chris Wilson wrote: > On Wed, Apr 17, 2013 at 08:11:58PM +0300, ville.syrjala@linux.intel.com w= rote: > > From: Ville Syrj=E4l=E4 > > = > > The docs say that the trickle feed disable bit is present (for primary > > planes only, not video sprites) on BLC and CTG, and that it must be set > > for ELK. Just set it for all g4x chipset. > > = > > Signed-off-by: Ville Syrj=E4l=E4 > = > I'm stunned that we did all the post-pch chipsets but missed g4x. > Perhaps we should also do it during init_clock_gating() as we do for > other generations? Actually we do it in both ironlake_update_plane() and init_clock_gating() for gen5+. I guess someone wanted to make sure the bit sticks ;) I'm thinking I'd rather kill the init_clock_gating() parts since that would keep the whole plane setup in one place. -- = Ville Syrj=E4l=E4 Intel OTC