On Fri, Jun 4, 2021 at 10:54 AM Mario Limonciello <mario.limonciello@xxxxxxx> wrote: > + > +#ifdef CONFIG_X86 > +static const struct x86_cpu_id storage_d3_cpu_ids[] = { > + X86_MATCH_VENDOR_FAM_MODEL(AMD, 23, 96, NULL), /* Renoir */ > + X86_MATCH_VENDOR_FAM_MODEL(AMD, 23, 104, NULL), /* Lucienne */ > + {} > +}; > +#endif > + Is this the same matching logic that Windows is using?