]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Mutual exclusivity between CCS-mode and PF
authorNareshkumar Gollakoti <naresh.kumar.g@intel.com>
Mon, 2 Feb 2026 17:08:13 +0000 (22:38 +0530)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 5 Feb 2026 21:03:59 +0000 (22:03 +0100)
commit9b5e995e61290741b0e2b70fc631cc591e21d499
treefa2646dced4c371c7d35bfa0fe59359b3dfe8a60
parent4e8f602ac3574cf1ebc7acfb6624d06e04b30c91
drm/xe: Mutual exclusivity between CCS-mode and PF

Due to SLA agreement between PF and VFs, currently we block CCS
mode changes if driver is running as PF, even if there are no VFs
enabled yet. Use lockdown mechanism provided by the PF to relax
that limitation and still enforce above VFs related requirements.

Reviewed-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Signed-off-by: Nareshkumar Gollakoti <naresh.kumar.g@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patch.msgid.link/20260202170810.1393147-6-naresh.kumar.g@intel.com
drivers/gpu/drm/xe/xe_gt_ccs_mode.c