Skip to content

Commit 908d9d5

Browse files
mwajdeczlucasdemarchi
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 <[email protected]> Tested-by: Jakub Kolakowski <[email protected]> Signed-off-by: Jakub Kolakowski <[email protected]> Reviewed-by: Satyanarayana K V P <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lucas De Marchi <[email protected]>
1 parent 77fa16c commit 908d9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)