We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942ac8d commit f62408eCopy full SHA for f62408e
drivers/gpu/drm/xe/xe_device.c
@@ -681,6 +681,7 @@ static void sriov_update_device_info(struct xe_device *xe)
681
/* disable features that are not available/applicable to VFs */
682
if (IS_SRIOV_VF(xe)) {
683
xe->info.probe_display = 0;
684
+ xe->info.has_heci_cscfi = 0;
685
xe->info.has_heci_gscfi = 0;
686
xe->info.skip_guc_pc = 1;
687
xe->info.skip_pcode = 1;
0 commit comments