We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e449378 commit 854afe4Copy full SHA for 854afe4
drivers/hwtracing/intel_th/pci.c
@@ -304,6 +304,11 @@ static const struct pci_device_id intel_th_pci_id_table[] = {
304
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x0963),
305
.driver_data = (kernel_ulong_t)&intel_th_2x,
306
},
307
+ {
308
+ /* Granite Rapids SOC */
309
+ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x3256),
310
+ .driver_data = (kernel_ulong_t)&intel_th_2x,
311
+ },
312
{
313
/* Alder Lake CPU */
314
PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x466f),
0 commit comments