Skip to content

Commit 908d9d5

Browse files
mwajdeczLucas De Marchi
authored andcommitted
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: Michal Wajdeczko <michal.wajdeczko@intel.com> Tested-by: Jakub Kolakowski <jakub1.kolakowski@intel.com> Signed-off-by: Jakub Kolakowski <jakub1.kolakowski@intel.com> Reviewed-by: Satyanarayana 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: Lucas De Marchi <lucas.demarchi@intel.com>
1 parent 77fa16c commit 908d9d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/xe/xe_pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ static const struct xe_device_desc bmg_desc = {
327327
.has_mbx_power_limits = true,
328328
.has_gsc_nvm = 1,
329329
.has_heci_cscfi = 1,
330+
.has_sriov = true,
330331
.max_gt_per_tile = 2,
331332
.needs_scratch = true,
332333
};

0 commit comments

Comments
 (0)