From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imre Deak Subject: Re: [PATCH] drm/i915/bdw: Use timeout mode for RC6 on bdw Date: Thu, 01 May 2014 00:03:15 +0300 Message-ID: <1398891795.8121.6.camel@ideak-mobl> References: <1397069046-50906-1-git-send-email-Tom.O'Rourke@intel.com> <20140430053148.GB1560@bwidawsk.net> <20140430133436.53429816@kcaccard-desk.amr.corp.intel.com> <20140430204158.GA27267@bwidawsk.net> Reply-To: imre.deak@intel.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id B35286E20D for ; Wed, 30 Apr 2014 14:05:40 -0700 (PDT) In-Reply-To: <20140430204158.GA27267@bwidawsk.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Ben Widawsky Cc: intel-gfx@lists.freedesktop.org, Kristen Carlson Accardi List-Id: intel-gfx@lists.freedesktop.org On Wed, 2014-04-30 at 13:41 -0700, Ben Widawsky wrote: > On Wed, Apr 30, 2014 at 01:34:36PM -0700, Kristen Carlson Accardi wrote: > > On Tue, 29 Apr 2014 22:31:49 -0700 > > Ben Widawsky wrote: > > > > > On Wed, Apr 09, 2014 at 11:44:06AM -0700, Tom O'Rourke wrote: > > > > Higher RC6 residency is observed using timeout mode > > > > instead of EI mode. This applies to Broadwell only. > > > > The difference is particularly noticeable with video > > > > playback. > > > > > > > > Issue: VIZ-3778 > > > > Change-Id: I62bb12e21caf19651034826b45cde7f73a80938d > > > > Signed-off-by: Tom O'Rourke > > > > > > I've merged this one to my bdw-rc6 branch, and therefore my broadwell > > > branch. Hopefully Kristen will see some improvement. > > > > Unfortunately, I built your bdw-rc6 branch along with the revert > > I need to get my panel to work, and I get zero rc6 residency. Do I > > have to explicitly enable it? > > I'm not actually sure. You can try it and let me know. I haven't had any > time to verify the rebase. We can check my hack. Note that in -nightly you also have to update sanitize_rc6_option() along with intel_enable_gt_powersave() and intel_disable_gt_powersave() since atm these keep RC6 disabled on BDW. --Imre