Commit 908d9d56 authored by Michal Wajdeczko's avatar Michal Wajdeczko Committed by Lucas De Marchi
Browse files

drm/xe/sriov: Mark BMG as SR-IOV capable



Enable SR-IOV support for BMG platforms. Note that as other flags from
the platform descriptor, it only means it may have that capability: it
still depends on runtime checks for the proper support in HW and
firmware.

Signed-off-by: default avatarMichal Wajdeczko <michal.wajdeczko@intel.com>
Tested-by: default avatarJakub Kolakowski <jakub1.kolakowski@intel.com>
Signed-off-by: default avatarJakub Kolakowski <jakub1.kolakowski@intel.com>
Reviewed-by: default avatarSatyanarayana K V P <satyanarayana.k.v.p@intel.com>
Link: https://lore.kernel.org/r/20250710103040.375610-3-jakub1.kolakowski@intel.com


Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent 77fa16c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -327,6 +327,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,
};