]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/pf: Enable SR-IOV PF mode by default
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Tue, 22 Jul 2025 18:26:16 +0000 (20:26 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 23 Jul 2025 18:49:48 +0000 (11:49 -0700)
commita2b461bd6f3b36bded0a74178dec0e58e4714d3d
tree4dc9e0c9f2bc7846d2e3dd25a927b1d2f9dd8580
parent4d3bbe9dd28c0a4ca119e4b8823c5f5e9cb3ff90
drm/xe/pf: Enable SR-IOV PF mode by default

We already claim official support for SR-IOV PF/VF modes on PTL
and BMG platforms, but by default we start the Xe driver on those
platforms in non-virtualized mode (native) since we still have
max_vfs modparam set to disable creation of the VFs.

It's time to let the Xe driver support SR-IOV PF mode by default.
We were already testing this on our CI, which was relying on the
patch that was enabling it for CONFIG_DRM_XE_DEBUG used by our CI.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250722182618.30811-3-michal.wajdeczko@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_module.c