public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [RFC 0/1] Do not create drm device for PF only admin mode
@ 2026-01-20 11:20 Satyanarayana K V P
  2026-01-20 11:20 ` [RFC 1/1] drm/xe/vf: Skip creating DRM device entries in PF admin‑only mode Satyanarayana K V P
  0 siblings, 1 reply; 3+ messages in thread
From: Satyanarayana K V P @ 2026-01-20 11:20 UTC (permalink / raw)
  To: intel-xe; +Cc: Satyanarayana K V P

When the PF is configured for admin‑only mode, it is restricted to
management functions and should not expose a device node that would allow
users to run workloads.

In this mode, no DRM device entry is created; however, sysfs and debugfs
interfaces for the PF remain available at:

sysfs: /sys/devices/pci0000:00/<B:D:F>
debugfs: /sys/kernel/debug/dri/<B:D:F>


Satyanarayana K V P (1):
  drm/xe/vf: Skip creating DRM device entries in PF admin‑only mode

 drivers/gpu/drm/xe/xe_debugfs.c          | 16 ++++++++++++++++
 drivers/gpu/drm/xe/xe_device.c           | 11 +++++++----
 drivers/gpu/drm/xe/xe_device.h           |  6 ++++++
 drivers/gpu/drm/xe/xe_oa.c               |  2 +-
 drivers/gpu/drm/xe/xe_sriov_pf_helpers.h |  2 +-
 5 files changed, 31 insertions(+), 6 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-01-20 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-20 11:20 [RFC 0/1] Do not create drm device for PF only admin mode Satyanarayana K V P
2026-01-20 11:20 ` [RFC 1/1] drm/xe/vf: Skip creating DRM device entries in PF admin‑only mode Satyanarayana K V P
2026-01-20 20:29   ` Rodrigo Vivi

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