diff options
| author | Michal Wajdeczko <michal.wajdeczko@intel.com> | 2025-09-28 16:00:24 +0200 |
|---|---|---|
| committer | Michal Wajdeczko <michal.wajdeczko@intel.com> | 2025-09-29 23:58:43 +0200 |
| commit | 4d4af0d6cbbfaf90ade642b29e50c745906c1187 (patch) | |
| tree | 656caf93884123a660090095d709c0c1e9e730b2 /tools/perf/scripts/python/bin | |
| parent | 1238b84ea305d5bb891761f3bd5f58763e2a6778 (diff) | |
| download | linux-4d4af0d6cbbfaf90ade642b29e50c745906c1187.tar.gz linux-4d4af0d6cbbfaf90ade642b29e50c745906c1187.zip | |
drm/xe/pf: Create separate debugfs tree for SR-IOV files
Currently we expose debugfs files related to SR-IOV functions
together with other native files, but that approach will not
scale well as we plan to add more attributes and also expose
some of them on the per-tile basis.
Start building separate tree for SR-IOV specific debugfs files
where we can replicate similar files per every SR-IOV function:
/sys/kernel/debug/dri/BDF/
├── sriov
│ ├── pf
│ │ ├── tile0
│ │ │ ├── gt0
│ │ │ ├── gt1
│ │ │ :
│ │ ├── tile1
│ │ :
│ ├── vf1
│ │ ├── tile0
│ │ │ ├── gt0
│ │ │ ├── gt1
│ │ │ :
│ │ :
│ ├── vf2
│ ├── ...
We will populate this new tree in upcoming patches.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250928140029.198847-3-michal.wajdeczko@intel.com
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
