From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH 10/28] drm/i915: VLV has force wake Date: Wed, 6 Mar 2013 19:53:01 +0100 Message-ID: <20130306185301.GQ9021@phenom.ffwll.local> References: <1362172471-7643-1-git-send-email-jbarnes@virtuousgeek.org> <1362172471-7643-11-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by gabe.freedesktop.org (Postfix) with ESMTP id 2FF5EE5C77 for ; Wed, 6 Mar 2013 10:50:29 -0800 (PST) Received: by mail-wg0-f41.google.com with SMTP id ds1so5335298wgb.2 for ; Wed, 06 Mar 2013 10:50:28 -0800 (PST) Content-Disposition: inline In-Reply-To: <1362172471-7643-11-git-send-email-jbarnes@virtuousgeek.org> 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: Jesse Barnes Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Fri, Mar 01, 2013 at 01:14:13PM -0800, Jesse Barnes wrote: > Signed-off-by: Jesse Barnes Commit message is a bit sparse given that the only thing this does is enable the forcewake duct-tape for more coherent seqno waiting. I've pimped the commit message a bit. Applied, thanks. -Daniel > --- > drivers/gpu/drm/i915/i915_drv.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c > index dba68c3..af19dca 100644 > --- a/drivers/gpu/drm/i915/i915_drv.c > +++ b/drivers/gpu/drm/i915/i915_drv.c > @@ -275,6 +275,7 @@ static const struct intel_device_info intel_valleyview_m_info = { > .has_blt_ring = 1, > .is_valleyview = 1, > .display_mmio_offset = VLV_DISPLAY_BASE, > + .has_force_wake = 1, > }; > > static const struct intel_device_info intel_valleyview_d_info = { > @@ -285,6 +286,7 @@ static const struct intel_device_info intel_valleyview_d_info = { > .has_blt_ring = 1, > .is_valleyview = 1, > .display_mmio_offset = VLV_DISPLAY_BASE, > + .has_force_wake = 1, > }; > > static const struct intel_device_info intel_haswell_d_info = { > -- > 1.7.9.5 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch