From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 634A7C43603 for ; Thu, 12 Dec 2019 20:29:59 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3491520637 for ; Thu, 12 Dec 2019 20:29:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3491520637 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5DBBD8825E; Thu, 12 Dec 2019 20:29:57 +0000 (UTC) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4BC9C6E1C4 for ; Thu, 12 Dec 2019 20:29:55 +0000 (UTC) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2019 12:29:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,307,1571727600"; d="scan'208";a="208222191" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by orsmga008.jf.intel.com with SMTP; 12 Dec 2019 12:29:47 -0800 Received: by stinkbox (sSMTP sendmail emulation); Thu, 12 Dec 2019 22:29:46 +0200 Date: Thu, 12 Dec 2019 22:29:46 +0200 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Lee Shawn C Message-ID: <20191212202946.GS1208@intel.com> References: <20191210150415.10705-1-shawn.c.lee@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191210150415.10705-1-shawn.c.lee@intel.com> User-Agent: Mutt/1.10.1 (2018-07-13) Subject: Re: [Intel-gfx] [PATCH] drm/i915/cml: Remove unsupport PCI ID X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jani Nikula , Cooper Chiou , intel-gfx@lists.freedesktop.org Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, Dec 10, 2019 at 11:04:14PM +0800, Lee Shawn C wrote: > commit 'a7b4deeb02b9 ("drm/i915/cml: Add CML PCI IDS)' > introduced new PCI ID that CML support. But some PCI > IDs were removed in BSpec for CML. This patch is used > to eliminate the unsed ID. > = > Cc: Rodrigo Vivi > Cc: Jani Nikula > Cc: Anusha Srivatsa > Cc: Cooper Chiou > Signed-off-by: Lee Shawn C Series pushed to dinq. Thanks. > --- > include/drm/i915_pciids.h | 4 ---- > 1 file changed, 4 deletions(-) > = > diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h > index 3e26a9178aaf..92873c3957c8 100644 > --- a/include/drm/i915_pciids.h > +++ b/include/drm/i915_pciids.h > @@ -448,9 +448,7 @@ > #define INTEL_CML_GT1_IDS(info) \ > INTEL_VGA_DEVICE(0x9B21, info), \ > INTEL_VGA_DEVICE(0x9BAA, info), \ > - INTEL_VGA_DEVICE(0x9BAB, info), \ > INTEL_VGA_DEVICE(0x9BAC, info), \ > - INTEL_VGA_DEVICE(0x9BA0, info), \ > INTEL_VGA_DEVICE(0x9BA5, info), \ > INTEL_VGA_DEVICE(0x9BA8, info), \ > INTEL_VGA_DEVICE(0x9BA4, info), \ > @@ -460,9 +458,7 @@ > #define INTEL_CML_GT2_IDS(info) \ > INTEL_VGA_DEVICE(0x9B41, info), \ > INTEL_VGA_DEVICE(0x9BCA, info), \ > - INTEL_VGA_DEVICE(0x9BCB, info), \ > INTEL_VGA_DEVICE(0x9BCC, info), \ > - INTEL_VGA_DEVICE(0x9BC0, info), \ > INTEL_VGA_DEVICE(0x9BC5, info), \ > INTEL_VGA_DEVICE(0x9BC8, info), \ > INTEL_VGA_DEVICE(0x9BC4, info), \ > -- = > 2.17.1 > = > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- = Ville Syrj=E4l=E4 Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx