Skip to content

Commit f62408e

Browse files
lukaszlagunarodrigovivi
authored andcommitted
drm/xe/vf: Disable CSC support on VF
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 <lukasz.laguna@intel.com> Cc: Alexander Usyskin <alexander.usyskin@intel.com> Cc: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Link: https://lore.kernel.org/r/20250729123437.5933-1-lukasz.laguna@intel.com (cherry picked from commit 552dbba) Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent 942ac8d commit f62408e

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
@@ -681,6 +681,7 @@ static void sriov_update_device_info(struct xe_device *xe)
681681
/* disable features that are not available/applicable to VFs */
682682
if (IS_SRIOV_VF(xe)) {
683683
xe->info.probe_display = 0;
684+
xe->info.has_heci_cscfi = 0;
684685
xe->info.has_heci_gscfi = 0;
685686
xe->info.skip_guc_pc = 1;
686687
xe->info.skip_pcode = 1;

0 commit comments

Comments
 (0)