Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] drm/xe:Mutual exclusivity between CCS-mode and PF
@ 2026-02-02 17:08 Nareshkumar Gollakoti
  2026-02-02 17:08 ` [PATCH v3 1/2] drm/xe: Fix Prevent VFs from exposing the CCS mode sysfs file Nareshkumar Gollakoti
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Nareshkumar Gollakoti @ 2026-02-02 17:08 UTC (permalink / raw)
  To: intel-xe; +Cc: naresh.kumar.g, Michal.Wajdeczko

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.Also skipping CCS-mode
sysfs entry in VF Mode.

---
The previous change log can be referenced at the following link,
https://patchwork.freedesktop.org/series/154538/#rev9

v1:(Michal)
- Split into two patches with cover letter and subject of cover letter
  refactored

v2:(Michal)
- Add direct code instead of gt_prepare_ccs_mode_enabling and
  gt_finish_ccs_mode_enabling function's for readability

v3: (Michal)
- Remove Fix up tag in commit message
- Refactored Commit Message

Nareshkumar Gollakoti (2):
  drm/xe: Fix Prevent VFs from exposing the CCS mode sysfs file
  drm/xe: Mutual exclusivity between CCS-mode and PF

 drivers/gpu/drm/xe/xe_gt_ccs_mode.c | 44 +++++++++++++++++++----------
 1 file changed, 29 insertions(+), 15 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-02-05 21:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-02 17:08 [PATCH v3 0/2] drm/xe:Mutual exclusivity between CCS-mode and PF Nareshkumar Gollakoti
2026-02-02 17:08 ` [PATCH v3 1/2] drm/xe: Fix Prevent VFs from exposing the CCS mode sysfs file Nareshkumar Gollakoti
2026-02-02 17:08 ` [PATCH v3 2/2] drm/xe: Mutual exclusivity between CCS-mode and PF Nareshkumar Gollakoti
2026-02-03  3:51 ` ✓ CI.KUnit: success for drm/xe:Mutual exclusivity between CCS-mode and PF (rev3) Patchwork
2026-02-03  4:30 ` ✓ Xe.CI.BAT: " Patchwork
2026-02-03 16:25 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-02-05 21:10 ` [PATCH v3 0/2] drm/xe:Mutual exclusivity between CCS-mode and PF Michal Wajdeczko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox