Commit 9485e696 authored by Alexander Shishkin's avatar Alexander Shishkin Committed by Wang, Xiaolong
Browse files

intel_th: pci: Add Granite Rapids support

mainline inclusion
from mainline-v6.10-rc1
commit e44937889bdf4ecd1f0c25762b7226406b9b7a69
category: feature
bugzilla: https://gitee.com/openeuler/intel-kernel/issues/IAMRIA
Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e44937889bdf4ecd1f0c25762b7226406b9b7a69



--------------------------------

Add support for the Trace Hub in Granite Rapids.

Intel-SIG: commit e44937889bdf intel_th: pci: Add Granite Rapids support
Backport Intel Intel Trace Hub support for SPR and GNR.

Signed-off-by: default avatarAlexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: stable@kernel.org
Link: https://lore.kernel.org/r/20240429130119.1518073-11-alexander.shishkin@linux.intel.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
[ Xiaolong Wang: amend commit log ]
Signed-off-by: default avatarXiaolong Wang <xiaolong.wang@intel.com>
parent b17777fc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -299,6 +299,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0xa76f),
		.driver_data = (kernel_ulong_t)&intel_th_2x,
	},
	{
		/* Granite Rapids */
		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0963),
		.driver_data = (kernel_ulong_t)&intel_th_2x,
	},
	{
		/* Alder Lake CPU */
		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f),