From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH 05/22] drm/i915: enable force wake, disable LLC on VLV Date: Tue, 5 Feb 2013 17:33:01 +0200 Message-ID: <20130205153301.GY9135@intel.com> References: <1359809786-26434-1-git-send-email-jbarnes@virtuousgeek.org> <1359809786-26434-6-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTP id C5362E6548 for ; Tue, 5 Feb 2013 07:33:04 -0800 (PST) Content-Disposition: inline In-Reply-To: <1359809786-26434-6-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 Sat, Feb 02, 2013 at 01:56:09PM +0100, Jesse Barnes wrote: > Signed-off-by: Jesse Barnes > --- > drivers/gpu/drm/i915/i915_drv.c | 4 ++++ > 1 file changed, 4 insertions(+) > = > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_= drv.c > index 13b9b4f..b35b479 100644 > --- a/drivers/gpu/drm/i915/i915_drv.c > +++ b/drivers/gpu/drm/i915/i915_drv.c > @@ -276,6 +276,8 @@ static const struct intel_device_info intel_valleyvie= w_m_info =3D { > .has_bsd_ring =3D 1, > .has_blt_ring =3D 1, > .is_valleyview =3D 1, > + .has_force_wake =3D 1, > + .has_llc =3D 0, > }; > = > static const struct intel_device_info intel_valleyview_d_info =3D { > @@ -285,6 +287,8 @@ static const struct intel_device_info intel_valleyvie= w_d_info =3D { > .has_bsd_ring =3D 1, > .has_blt_ring =3D 1, > .is_valleyview =3D 1, > + .has_force_wake =3D 1, > + .has_llc =3D 0, > }; It looks like we never set these flags to 0 explicitly. It's using named initializers so the rest gets initialized to 0 anyway. > = > static const struct intel_device_info intel_haswell_d_info =3D { > -- = > 1.7.9.5 > = > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- = Ville Syrj=E4l=E4 Intel OTC