Skip to content

Commit 3734c81

Browse files
mwajdeczlucasdemarchi
authored andcommitted
drm/xe/vf: Don't claim support for firmware late-bind if VF
In general, the VFs can't load firmwares so attempt to initialize the firmware late-bind component leads to errors like: [] xe 0000:03:00.1: [drm] *ERROR* Late bind component not bound Fixes: 918bd78 ("drm/xe/xe_late_bind_fw: Introduce xe_late_bind_fw") Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/6190 Signed-off-by: Michal Wajdeczko <[email protected]> Cc: Badal Nilawar <[email protected]> Reviewed-by: Piotr Piórkowski <[email protected]> Reviewed-by: Badal Nilawar <[email protected]> Link: https://lore.kernel.org/r/[email protected] (cherry picked from commit e35e288090f362be88d77b60d9846cea15df173e) Signed-off-by: Lucas De Marchi <[email protected]>
1 parent de61d59 commit 3734c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/xe/xe_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -692,6 +692,7 @@ static void vf_update_device_info(struct xe_device *xe)
692692
xe->info.probe_display = 0;
693693
xe->info.has_heci_cscfi = 0;
694694
xe->info.has_heci_gscfi = 0;
695+
xe->info.has_late_bind = 0;
695696
xe->info.skip_guc_pc = 1;
696697
xe->info.skip_pcode = 1;
697698
}

0 commit comments

Comments
 (0)