Skip to content

Commit 928dfee

Browse files
lukaszlagunagregkh
authored andcommitted
drm/xe/vf: Disable CSC support on VF
[ Upstream commit f62408e ] CSC is not accessible by VF drivers, so disable its support flag on VF to prevent further initialization attempts. Fixes: e02cea8 ("drm/xe/gsc: add Battlemage support") Signed-off-by: Lukasz Laguna <[email protected]> Cc: Alexander Usyskin <[email protected]> Cc: Michal Wajdeczko <[email protected]> Reviewed-by: Michal Wajdeczko <[email protected]> Signed-off-by: Michal Wajdeczko <[email protected]> Link: https://lore.kernel.org/r/[email protected] (cherry picked from commit 552dbba) Signed-off-by: Rodrigo Vivi <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 37028a7 commit 928dfee

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
@@ -685,6 +685,7 @@ static void sriov_update_device_info(struct xe_device *xe)
685685
/* disable features that are not available/applicable to VFs */
686686
if (IS_SRIOV_VF(xe)) {
687687
xe->info.probe_display = 0;
688+
xe->info.has_heci_cscfi = 0;
688689
xe->info.has_heci_gscfi = 0;
689690
xe->info.skip_guc_pc = 1;
690691
xe->info.skip_pcode = 1;

0 commit comments

Comments
 (0)