Skip to content

Commit 0606c5c

Browse files
jwrdegoederafaeljw
authored andcommitted
ACPI: mipi-disco-img: Switch to new Intel CPU model defines
Switch over to using the new Intel CPU model defines, as the old ones are going away. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent c7be643 commit 0606c5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/acpi/mipi-disco-img.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -731,13 +731,13 @@ void acpi_mipi_crs_csi2_cleanup(void)
731731

732732
/* CPU matches for Dell generations with broken ACPI MIPI DISCO info */
733733
static const struct x86_cpu_id dell_broken_mipi_disco_cpu_gens[] = {
734-
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE, NULL),
735-
X86_MATCH_INTEL_FAM6_MODEL(TIGERLAKE_L, NULL),
736-
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE, NULL),
737-
X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L, NULL),
738-
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE, NULL),
739-
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P, NULL),
740-
X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S, NULL),
734+
X86_MATCH_VFM(INTEL_TIGERLAKE, NULL),
735+
X86_MATCH_VFM(INTEL_TIGERLAKE_L, NULL),
736+
X86_MATCH_VFM(INTEL_ALDERLAKE, NULL),
737+
X86_MATCH_VFM(INTEL_ALDERLAKE_L, NULL),
738+
X86_MATCH_VFM(INTEL_RAPTORLAKE, NULL),
739+
X86_MATCH_VFM(INTEL_RAPTORLAKE_P, NULL),
740+
X86_MATCH_VFM(INTEL_RAPTORLAKE_S, NULL),
741741
{}
742742
};
743743

0 commit comments

Comments
 (0)