diff --git a/include/pci_ids/iris_pci_ids.h b/include/pci_ids/iris_pci_ids.h index d69fcb9c8d4..8a2827b0c35 100644 --- a/include/pci_ids/iris_pci_ids.h +++ b/include/pci_ids/iris_pci_ids.h @@ -16,4 +16,5 @@ CHIPSET(0x9AC9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AD9, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") CHIPSET(0x9AF8, tgl_gt2, "TGL GT2", "Intel(R) UHD Graphics") -CHIPSET(0x4905, dg1, "DG1 GT2", "Intel(R) Graphics") +/* Disabled for now until kernel support is ready */ +/* CHIPSET(0x4905, dg1, "DG1 GT2", "Intel(R) Graphics") */ diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c index 7630bb03b10..e7c7395cefd 100644 --- a/src/intel/dev/gen_device_info.c +++ b/src/intel/dev/gen_device_info.c @@ -1058,7 +1058,7 @@ static const struct gen_device_info gen_device_info_rkl_gt1 = { .urb.size = 768, \ .simulator_id = 30 -static const struct gen_device_info gen_device_info_dg1 = { +UNUSED static const struct gen_device_info gen_device_info_dg1 = { GEN12_DG1_FEATURES, };