From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imre Deak Subject: Re: [PATCH 8/8] drm/i915: Enable FBC for all mobile gen2 and gen3 platforms Date: Thu, 12 Dec 2013 16:19:34 +0200 Message-ID: <1386857974.6866.10.camel@intelbox> References: <1385652602-8528-1-git-send-email-ville.syrjala@linux.intel.com> <1385652602-8528-9-git-send-email-ville.syrjala@linux.intel.com> Reply-To: imre.deak@intel.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1018706777==" Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E583FB388 for ; Thu, 12 Dec 2013 06:19:37 -0800 (PST) In-Reply-To: <1385652602-8528-9-git-send-email-ville.syrjala@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: ville.syrjala@linux.intel.com Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org --===============1018706777== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-8bJVhcvi0P/ZiJ1WfEcm" --=-8bJVhcvi0P/ZiJ1WfEcm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2013-11-28 at 17:30 +0200, ville.syrjala@linux.intel.com wrote: > From: Ville Syrj=C3=A4l=C3=A4 >=20 > All mobile gen2 and gen3 chipsets should have FBC1, and the code > should now handle them all. So just set has_fbc=3Dtrue for all such > chipsets. >=20 > Signed-off-by: Ville Syrj=C3=A4l=C3=A4 Based on the above we could also enable fbc for i830. In any case: Reviewed-by: Imre Deak > --- > drivers/gpu/drm/i915/i915_drv.c | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_= drv.c > index 0ec0fb3..923c8b6 100644 > --- a/drivers/gpu/drm/i915/i915_drv.c > +++ b/drivers/gpu/drm/i915/i915_drv.c > @@ -172,6 +172,7 @@ static const struct intel_device_info intel_i85x_info= =3D { > .gen =3D 2, .is_i85x =3D 1, .is_mobile =3D 1, .num_pipes =3D 2, > .cursor_needs_physical =3D 1, > .has_overlay =3D 1, .overlay_needs_physical =3D 1, > + .has_fbc =3D 1, > .ring_mask =3D RENDER_RING, > }; > =20 > @@ -191,6 +192,7 @@ static const struct intel_device_info intel_i915gm_in= fo =3D { > .cursor_needs_physical =3D 1, > .has_overlay =3D 1, .overlay_needs_physical =3D 1, > .supports_tv =3D 1, > + .has_fbc =3D 1, > .ring_mask =3D RENDER_RING, > }; > static const struct intel_device_info intel_i945g_info =3D { > @@ -203,6 +205,7 @@ static const struct intel_device_info intel_i945gm_in= fo =3D { > .has_hotplug =3D 1, .cursor_needs_physical =3D 1, > .has_overlay =3D 1, .overlay_needs_physical =3D 1, > .supports_tv =3D 1, > + .has_fbc =3D 1, > .ring_mask =3D RENDER_RING, > }; > =20 --=-8bJVhcvi0P/ZiJ1WfEcm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAABAgAGBQJSqcX2AAoJEORIIAnNuWDFICIH/1uuI/QK9DALDPAf9ADe3OoB BCjrWcwRK3hA2k0wT6HdiSkFgFEqeWbtLJQGVHJWLEMgtaL3JwonHEfghjF59omj 1nyFfYikNMWUdloF7lJlfpRh9Ps8BxtUwpws3cu2JhWjwgFflF7z97Q+rQdVtuK3 ZFzg5BGRt3eBKMpFL50xtvw7ACfTqy9XPSgjLcb5Nhc11osQoe0fwuVJaBZVr6Tx QRizpV/US1OpHqAOI9AgDpBnbdYiHBQ/tmKwEs//JYpviJ0GiPvGfGUGhXr2LmkB 0Ws7JzYSHeCcZShQ1u01S1iIOauGVQOVDgsBc9XTBMCjbrMjCpw7fEgLUNx3GX0= =YU0n -----END PGP SIGNATURE----- --=-8bJVhcvi0P/ZiJ1WfEcm-- --===============1018706777== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx --===============1018706777==--