From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Souza, Jose" Subject: Re: [PATCH] drm/i915/cfl: Adding another PCI Device ID. Date: Fri, 1 Feb 2019 18:01:09 +0000 Message-ID: References: <20190201053844.12914-1-rodrigo.vivi@intel.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1339914031==" Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 31B756EEE7 for ; Fri, 1 Feb 2019 18:01:12 +0000 (UTC) In-Reply-To: <20190201053844.12914-1-rodrigo.vivi@intel.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: "intel-gfx@lists.freedesktop.org" , "Vivi, Rodrigo" List-Id: intel-gfx@lists.freedesktop.org --===============1339914031== Content-Language: en-US Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="=-+FXO7ahrVn6MHrpHuP1F" --=-+FXO7ahrVn6MHrpHuP1F Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2019-01-31 at 21:38 -0800, Rodrigo Vivi wrote: > While cross checking PCI IDs from Intel Media SDK > and kernel Dmitry noticed this gap. So we checked the > spec and this new ID had been recently added. >=20 > Reported-by: Dmitry Rogozhkin > Cc: Dmitry Rogozhkin > Cc: Jos=C3=A9 Roberto de Souza > Signed-off-by: Rodrigo Vivi > --- > include/drm/i915_pciids.h | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h > index df72be7e8b88..d2fad7b0fcf6 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -394,6 +394,9 @@ > INTEL_VGA_DEVICE(0x3E9A, info) /* SRV GT2 */ > =20 > /* CFL H */ > +#define INTEL_CFL_H_GT1_IDS(info) \ > + INTEL_VGA_DEVICE(0x3E9C, info) > + > #define INTEL_CFL_H_GT2_IDS(info) \ > INTEL_VGA_DEVICE(0x3E9B, info), /* Halo GT2 */ \ > INTEL_VGA_DEVICE(0x3E94, info) /* Halo GT2 */ > @@ -426,6 +429,7 @@ > #define INTEL_CFL_IDS(info) \ > INTEL_CFL_S_GT1_IDS(info), \ > INTEL_CFL_S_GT2_IDS(info), \ > + INTEL_CFL_H_GT1_IDS(info), \ > INTEL_CFL_H_GT2_IDS(info), \ > INTEL_CFL_U_GT2_IDS(info), \ > INTEL_CFL_U_GT3_IDS(info), \ Missing add INTEL_CFL_H_GT1_IDS to pciidlist in i915_pci.c --=-+FXO7ahrVn6MHrpHuP1F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEVNG051EijGa0MiaQVenbO/mOWkkFAlxUiWMACgkQVenbO/mO WkkYRggAqRFC2r8bOlkFMr+W6PuqxNeMQ3Go2kJ03wr54TzKkVhNsuOE5jtN7k4S z6+8LxgfAWs3tWa9Did1+XQp4mUPopuo4BDiwLs6va4iF1kAFMRyAv7zgPYbMZaJ m7cAzewlHfLCCWHNHq7Y5QL5IxZbtvS79aae8xdNdltrqU/Q4OAcHMLV117EFVKm Hc1wxy5sBbR3kcJm+a9BXq68Edvuoc7tCDD0/pzpFR2tpS200LcDmDS0Ej6PJm5F doCORLWOL7wQqk4i+Tkc5ZbvopGexJokJU8FBEWPLsHAuQZBCmKGllMZjvF1wofp fRxJDZAtyV3QyRqQweK5ina7tFAKlQ== =JH8K -----END PGP SIGNATURE----- --=-+FXO7ahrVn6MHrpHuP1F-- --===============1339914031== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KSW50ZWwtZ2Z4 IG1haWxpbmcgbGlzdApJbnRlbC1nZnhAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vaW50ZWwtZ2Z4Cg== --===============1339914031==--