Page MenuHomeFreeBSD

linuxkpi: Add x86 CPU ID matching functions and macros
Needs ReviewPublic

Authored by dumbbell on Jun 20 2026, 12:02 PM.
Referenced Files
F168453045: D57700.diff
Fri, Aug 28, 11:22 AM
Unknown Object (File)
Thu, Aug 27, 12:39 PM
Unknown Object (File)
Mon, Aug 24, 9:34 PM
Unknown Object (File)
Fri, Aug 21, 4:35 AM
Unknown Object (File)
Sat, Aug 15, 4:44 AM
Unknown Object (File)
Thu, Aug 13, 2:33 AM
Unknown Object (File)
Thu, Aug 13, 12:25 AM
Unknown Object (File)
Tue, Aug 11, 11:36 PM
Subscribers

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

There are two parts that go together:

  • X86_MATCH_VFM() to declare a matching pattern
  • x86_match_cpu() to check if the current CPU matches one of the patterns in an array.

The i915 DRM driver started to use this in Linux 6.14.

This is part of the update of DRM drivers to Linux 6.14.

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped