Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PF: Expose GT-level SR-IOV details over debugfs
@ 2024-04-18 20:34 Michal Wajdeczko
  2024-04-18 20:34 ` [PATCH 1/3] drm/xe/pf: Expose SR-IOV VFs configuration " Michal Wajdeczko
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Michal Wajdeczko @ 2024-04-18 20:34 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko, Rodrigo Vivi

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1321 bytes --]

   /sys/kernel/debug/dri/0/
   +-- gt0
   ¦   +-- pf
   ¦   ¦   +-- contexts_provisioned
   ¦   ¦   +-- contexts_spare
   ¦   ¦   +-- doorbells_provisioned
   ¦   ¦   +-- doorbells_spare
   ¦   ¦   +-- exec_quantum_ms
   ¦   ¦   +-- ggtt_available
   ¦   ¦   +-- ggtt_provisioned
   ¦   ¦   +-- ggtt_spare
   ¦   ¦   +-- lmem_spare
   ¦   ¦   +-- preempt_timeout_us
   ¦   ¦   +-- reset_engine
   ¦   ¦   +-- sample_period_ms
   ¦   ¦   +-- sched_if_idle
   ¦   +-- vf1
   ¦   ¦   +-- contexts_quota
   ¦   ¦   +-- control
   ¦   ¦   +-- doorbells_quota
   ¦   ¦   +-- exec_quantum_ms
   ¦   ¦   +-- ggtt_quota
   ¦   ¦   +-- lmem_quota
   ¦   ¦   +-- preempt_timeout_us

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>

Michal Wajdeczko (3):
  drm/xe/pf: Expose SR-IOV VFs configuration over debugfs
  drm/xe/pf: Expose SR-IOV VF control commands over debugfs
  drm/xe/pf: Expose SR-IOV policy settings over debugfs

 drivers/gpu/drm/xe/Makefile                 |   1 +
 drivers/gpu/drm/xe/xe_gt_debugfs.c          |   5 +
 drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c | 332 ++++++++++++++++++++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.h |  18 ++
 4 files changed, 356 insertions(+)
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
 create mode 100644 drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.h

-- 
2.43.0


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

end of thread, other threads:[~2024-04-22 20:28 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-18 20:34 [PATCH 0/3] PF: Expose GT-level SR-IOV details over debugfs Michal Wajdeczko
2024-04-18 20:34 ` [PATCH 1/3] drm/xe/pf: Expose SR-IOV VFs configuration " Michal Wajdeczko
2024-04-22 16:43   ` Piotr Piórkowski
2024-04-22 17:12     ` Michal Wajdeczko
2024-04-18 20:34 ` [PATCH 2/3] drm/xe/pf: Expose SR-IOV VF control commands " Michal Wajdeczko
2024-04-22 16:55   ` Piotr Piórkowski
2024-04-18 20:34 ` [PATCH 3/3] drm/xe/pf: Expose SR-IOV policy settings " Michal Wajdeczko
2024-04-22 17:02   ` Piotr Piórkowski
2024-04-22 17:24     ` Michal Wajdeczko
2024-04-22 19:39   ` Rodrigo Vivi
2024-04-22 20:05     ` Michal Wajdeczko
2024-04-22 20:28       ` Rodrigo Vivi
2024-04-18 22:24 ` ✓ CI.Patch_applied: success for series starting with [1/3] drm/xe/pf: Expose SR-IOV VFs configuration " Patchwork
2024-04-18 22:24 ` ✗ CI.checkpatch: warning " Patchwork
2024-04-18 22:27 ` ✓ CI.KUnit: success " Patchwork
2024-04-18 22:39 ` ✓ CI.Build: " Patchwork
2024-04-18 22:43 ` ✓ CI.Hooks: " Patchwork
2024-04-18 22:44 ` ✓ CI.checksparse: " Patchwork
2024-04-18 23:40 ` ✓ CI.BAT: " Patchwork
2024-04-20 16:05 ` ✗ CI.FULL: failure " Patchwork

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