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=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 31EF7C433E1 for ; Thu, 13 Aug 2020 16:56:28 +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 F32442078D for ; Thu, 13 Aug 2020 16:56:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F32442078D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 313A16EA4B; Thu, 13 Aug 2020 16:56:27 +0000 (UTC) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by gabe.freedesktop.org (Postfix) with ESMTPS id 397786EA4B for ; Thu, 13 Aug 2020 16:56:25 +0000 (UTC) IronPort-SDR: Je55xH3SzXz9t39yjk4uN2ACoC0G3eRvEhkWvR6v8GklfH/q3UeWVJPeHuqBaXcO2z8eva7wTl j8YtVRKKqHLQ== X-IronPort-AV: E=McAfee;i="6000,8403,9712"; a="133797233" X-IronPort-AV: E=Sophos;i="5.76,309,1592895600"; d="scan'208";a="133797233" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Aug 2020 09:56:24 -0700 IronPort-SDR: Uc80LtS6i3tPbPmBcmTkgi9VIQab3bteaqILMZme+KBX0oDIgCn9Td7b7NzxLFjaDyxgIzZ7i4 RZfJz81L7Gzw== X-IronPort-AV: E=Sophos;i="5.76,309,1592895600"; d="scan'208";a="470286607" Received: from mdroper-desk1.fm.intel.com (HELO mdroper-desk1.amr.corp.intel.com) ([10.1.27.168]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Aug 2020 09:56:23 -0700 Date: Thu, 13 Aug 2020 09:56:22 -0700 From: Matt Roper To: ssermsix Subject: Re: [PATCH libdrm] INTEL: Add PCI ID support to RKL platform Message-ID: <20200813165622.GH2909565@mdroper-desk1.amr.corp.intel.com> References: <20200813053338.7166-1-sunilx.kumar.dora.sermsity@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200813053338.7166-1-sunilx.kumar.dora.sermsity@intel.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pankaj.Laxminarayan.Bharadiya@intel.com, Naveen1.Kumar@intel.com, hariom.pandey@intel.com, Srinivasa.RaoX.Tottadi@intel.com, dri-devel@lists.freedesktop.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Reviewed-by: Matt Roper On Thu, Aug 13, 2020 at 11:03:38AM +0530, ssermsix wrote: > --- > intel/intel_chipset.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/intel/intel_chipset.c b/intel/intel_chipset.c > index f6e37ee7..c3ce8f51 100644 > --- a/intel/intel_chipset.c > +++ b/intel/intel_chipset.c > @@ -35,6 +35,7 @@ static const struct pci_device { > uint16_t gen; > } pciids[] = { > /* Keep ids sorted by gen; latest gen first */ > + INTEL_RKL_IDS(12), > INTEL_TGL_12_IDS(12), > INTEL_EHL_IDS(11), > INTEL_ICL_11_IDS(11), > -- > 2.25.1 > -- Matt Roper Graphics Software Engineer VTT-OSGC Platform Enablement Intel Corporation (916) 356-2795 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel