From patchwork Wed Aug 24 13:39:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Souza, Jose" X-Patchwork-Id: 12953585 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 32672C00140 for ; Wed, 24 Aug 2022 13:40:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AD4EC14AC69; Wed, 24 Aug 2022 13:39:57 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id C68ECB5973 for ; Wed, 24 Aug 2022 13:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1661348385; x=1692884385; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=r/1ajQtvzMwejumda/nGic7PwSZZVDDeTnyRava4dxU=; b=Z2DwWhc1+E41tm974sSENn+emgSCUk0GC1+KBEXbeHxQ+AWGlS1YOIb0 8gFRGlSd68edkbrUvQwIAMhFQuS+5imvXJrWWZYHvaF7fPvgHYqw5TApr QPnq0CdvBOkaScJFbQ3eudYfzswQBhXud4BI8S47lncX5uAkjEpvazoPm CV8KgKlOlE0Ctkys/UOuYN+Ebr1Qi0k9Zid83un1maDduF3nQgscnmMUV DIjRPBgaWoXYU/3xOCofIUFa3hg82luArvXNSkSwmtaXmtukKbIwnN7+C fobiDFmG9S7TM3amLb8Qlhfl2lcdTpjQqtROjSNrSSz87BDZ7RnEPtlNl g==; X-IronPort-AV: E=McAfee;i="6500,9779,10449"; a="380261322" X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="380261322" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 06:39:45 -0700 X-IronPort-AV: E=Sophos;i="5.93,260,1654585200"; d="scan'208";a="639122473" Received: from josouza-mobl2.fso.intel.com ([10.230.19.140]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Aug 2022 06:39:43 -0700 From: =?utf-8?q?Jos=C3=A9_Roberto_de_Souza?= To: intel-gfx@lists.freedesktop.org Date: Wed, 24 Aug 2022 06:39:35 -0700 Message-Id: <20220824133935.51560-1-jose.souza@intel.com> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH] drm/i915: Add new ADL-S 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: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" New PCI id recently added. BSpec: 53655 Signed-off-by: José Roberto de Souza --- include/drm/i915_pciids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm/i915_pciids.h b/include/drm/i915_pciids.h index 278031aa2e848..4a4c190f76984 100644 --- a/include/drm/i915_pciids.h +++ b/include/drm/i915_pciids.h @@ -641,6 +641,7 @@ INTEL_VGA_DEVICE(0x4682, info), \ INTEL_VGA_DEVICE(0x4688, info), \ INTEL_VGA_DEVICE(0x468A, info), \ + INTEL_VGA_DEVICE(0x468B, info), \ INTEL_VGA_DEVICE(0x4690, info), \ INTEL_VGA_DEVICE(0x4692, info), \ INTEL_VGA_DEVICE(0x4693, info)