[PATCH 2/2] drm/xe/sriov: Mark BMG as SR-IOV capable
Jakub Kolakowski
jakub1.kolakowski at intel.com
Thu Jul 10 09:26:30 UTC 2025
From: Michal Wajdeczko <michal.wajdeczko at intel.com>
Some BMG platforms will have SR-IOV enabled.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
---
drivers/gpu/drm/xe/xe_pci.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index e9c5d3150efc..0f5147e26ee4 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -331,6 +331,7 @@ static const struct xe_device_desc bmg_desc = {
.has_mbx_power_limits = true,
.has_gsc_nvm = 1,
.has_heci_cscfi = 1,
+ .has_sriov = true,
.max_gt_per_tile = 2,
.needs_scratch = true,
};
--
2.34.1
More information about the Intel-xe
mailing list