From mboxrd@z Thu Jan 1 00:00:00 1970 From: Imre Deak Subject: Re: [PATCH 21/40] drm/i915: Add chv port B and C TX wells Date: Fri, 25 Jul 2014 16:25:12 +0300 Message-ID: <1406294712.23035.8.camel@intelbox> References: <1403910271-24984-1-git-send-email-ville.syrjala@linux.intel.com> <1403910271-24984-22-git-send-email-ville.syrjala@linux.intel.com> Reply-To: imre.deak@intel.com Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0525593412==" Return-path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by gabe.freedesktop.org (Postfix) with ESMTP id CFCFA8967B for ; Fri, 25 Jul 2014 06:25:46 -0700 (PDT) In-Reply-To: <1403910271-24984-22-git-send-email-ville.syrjala@linux.intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: ville.syrjala@linux.intel.com Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org --===============0525593412== Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-SnbjvtYkSlOjT+Zezuk3" --=-SnbjvtYkSlOjT+Zezuk3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, 2014-06-28 at 02:04 +0300, ville.syrjala@linux.intel.com wrote: > From: Ville Syrj=C3=A4l=C3=A4 >=20 > Add the TX wells for ports B and C just like on VLV. >=20 > Again Punit doesn't seem ready (or the wells don't even exist anymore) > so leave it iffed out. >=20 > Signed-off-by: Ville Syrj=C3=A4l=C3=A4 Reviewed-by: Imre Deak > --- > drivers/gpu/drm/i915/intel_pm.c | 30 ++++++++++++++++++++++++++++++ > 1 file changed, 30 insertions(+) >=20 > diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel= _pm.c > index de5416b..cae936c 100644 > --- a/drivers/gpu/drm/i915/intel_pm.c > +++ b/drivers/gpu/drm/i915/intel_pm.c > @@ -6728,6 +6728,36 @@ static struct i915_power_well chv_power_wells[] = =3D { > .data =3D PUNIT_POWER_WELL_DPIO_CMN_D, > .ops =3D &chv_dpio_cmn_power_well_ops, > }, > +#if 0 > + { > + .name =3D "dpio-tx-b-01", > + .domains =3D VLV_DPIO_TX_B_LANES_01_POWER_DOMAINS | > + VLV_DPIO_TX_B_LANES_23_POWER_DOMAINS, > + .ops =3D &vlv_dpio_power_well_ops, > + .data =3D PUNIT_POWER_WELL_DPIO_TX_B_LANES_01, > + }, > + { > + .name =3D "dpio-tx-b-23", > + .domains =3D VLV_DPIO_TX_B_LANES_01_POWER_DOMAINS | > + VLV_DPIO_TX_B_LANES_23_POWER_DOMAINS, > + .ops =3D &vlv_dpio_power_well_ops, > + .data =3D PUNIT_POWER_WELL_DPIO_TX_B_LANES_23, > + }, > + { > + .name =3D "dpio-tx-c-01", > + .domains =3D VLV_DPIO_TX_C_LANES_01_POWER_DOMAINS | > + VLV_DPIO_TX_C_LANES_23_POWER_DOMAINS, > + .ops =3D &vlv_dpio_power_well_ops, > + .data =3D PUNIT_POWER_WELL_DPIO_TX_C_LANES_01, > + }, > + { > + .name =3D "dpio-tx-c-23", > + .domains =3D VLV_DPIO_TX_C_LANES_01_POWER_DOMAINS | > + VLV_DPIO_TX_C_LANES_23_POWER_DOMAINS, > + .ops =3D &vlv_dpio_power_well_ops, > + .data =3D PUNIT_POWER_WELL_DPIO_TX_C_LANES_23, > + }, > +#endif > }; > =20 > static struct i915_power_well *lookup_power_well(struct drm_i915_private= *dev_priv, --=-SnbjvtYkSlOjT+Zezuk3 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.14 (GNU/Linux) iQEcBAABAgAGBQJT0lq4AAoJEORIIAnNuWDFs5oIAL0fvXNNQuqzBYKYnT0cEONQ FKyta7yiwCOhF4DizZho4Hpo+DFE8KzGooh61oSF80Hq1qJSOHpHY+y5NSvc6g78 Tbuu0Q0QIW6H32XYXmnQS9gpc92N6U5ujXjJObIYBuSSAa4vwtFZE52SsytPlvT6 4hKdN5dqjzBYUieRoR+F5BZiL5w6Cq/aWdKGJh2aQEgCC8/Q1i/OlAPmfQt8e1kG L36sBoi+cmUsE7tVvCHkywtXcs5NJvAZeqT9aXiufL99B3dWAgQ7Ng7hgm/+cedC iNdMRMhL7q6MywiM3++lkA4lMd4EJ+0/X5E7gX/5yL0+ppVamc7ionQsUbDrrrw= =jBWi -----END PGP SIGNATURE----- --=-SnbjvtYkSlOjT+Zezuk3-- --===============0525593412== 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 --===============0525593412==--