From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 20341257420; Thu, 17 Apr 2025 18:00:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744912858; cv=none; b=HqHzDH9WvrBf/r9yJXDHt22d2SG4yGOkuKD9ImYmh8AsvCL1lp/4bOwJ6OPznqhi1TCCydMCWjRQB0PcFZuTPyEyd0szsh15jCnszDAxVOmhTrOEVcG5DvxzsU+IWIoT/DVcsBWKb9rJKDAAWc5kbslclp5uyxauE9Y7n3OQnX0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744912858; c=relaxed/simple; bh=Hs/+fIO2DUjCtVpGb10kA1LzX8eNSvBIEHmCPfsIy+Y=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=uKQblcG+w3rvQLqBJ1VEX/+QYbJF1zXiIE05sgnnoV9Q/SEjIMdh2fZLJpa1a3HZsNeQBXvk50nngSH8Q/QxguS1VLYEm6c6TCQc3wA3xsJ8CdEJpTlvaUIYjYdT1IEPuPLqY9HGYUZ6Ngj5T2C///TrCVEtYELuIKQ6kSow4T0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=JRlKBxCN; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="JRlKBxCN" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 975C5C4CEE4; Thu, 17 Apr 2025 18:00:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1744912858; bh=Hs/+fIO2DUjCtVpGb10kA1LzX8eNSvBIEHmCPfsIy+Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JRlKBxCNrWznDRSPPOvxVd8uOgildPmI+40TgGSb9Z/+CcL+8R9IUodisVkLzd0vc 5XaDA6wxSF015GcR+XigTic/xIRRFnXgIn8e1fhRmTGfzLFnfnWmdV8LkzyHNbzq8s nTD55X4Sa07ZrsQglVv5O1csHwHylVZTlWZU7lbE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Matt Atwood , Clint Taylor , Rodrigo Vivi , Sasha Levin Subject: [PATCH 6.14 148/449] drm/xe/ptl: Update the PTL pci id table Date: Thu, 17 Apr 2025 19:47:16 +0200 Message-ID: <20250417175123.932726517@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250417175117.964400335@linuxfoundation.org> References: <20250417175117.964400335@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: Matt Atwood [ Upstream commit 16016ade13f691da315fac7b23ebf1ab7b28b7ab ] Update to current bspec table. Bspec: 72574 Signed-off-by: Matt Atwood Reviewed-by: Clint Taylor Link: https://patchwork.freedesktop.org/patch/msgid/20250128175102.45797-1-matthew.s.atwood@intel.com Signed-off-by: Rodrigo Vivi Signed-off-by: Sasha Levin --- include/drm/intel/pciids.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h index 4035e215c962a..f9d3e85142ea8 100644 --- a/include/drm/intel/pciids.h +++ b/include/drm/intel/pciids.h @@ -856,12 +856,10 @@ MACRO__(0xB080, ## __VA_ARGS__), \ MACRO__(0xB081, ## __VA_ARGS__), \ MACRO__(0xB082, ## __VA_ARGS__), \ + MACRO__(0xB083, ## __VA_ARGS__), \ + MACRO__(0xB08F, ## __VA_ARGS__), \ MACRO__(0xB090, ## __VA_ARGS__), \ - MACRO__(0xB091, ## __VA_ARGS__), \ - MACRO__(0xB092, ## __VA_ARGS__), \ MACRO__(0xB0A0, ## __VA_ARGS__), \ - MACRO__(0xB0A1, ## __VA_ARGS__), \ - MACRO__(0xB0A2, ## __VA_ARGS__), \ MACRO__(0xB0B0, ## __VA_ARGS__) #endif /* __PCIIDS_H__ */ -- 2.39.5