linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/1] Move `boot_display` from PCI to DRM
@ 2025-07-21 18:57 Mario Limonciello
  2025-07-21 18:57 ` [PATCH v4 1/1] PCI: Move boot display attribute " Mario Limonciello
  0 siblings, 1 reply; 3+ messages in thread
From: Mario Limonciello @ 2025-07-21 18:57 UTC (permalink / raw)
  To: David Airlie, Bjorn Helgaas
  Cc: Alex Deucher, Christian König, Simona Vetter,
	Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
	open list:DRM DRIVERS, open list, open list:PCI SUBSYSTEM,
	Daniel Dadap, Mario Limonciello

From: Mario Limonciello <mario.limonciello@amd.com>

Shortly after the series for introducing boot_display was merged
Manivannan Sadhasivam suggested that it's better not to introduce
new top level PCI attributes where possible.

He proposed that the boot_display attribute should be provided by DRM
instead and that userspace should look for that.

Change the owner of `boot_display` from the PCI device to the DRM card.
This should also have the side effect that non-PCI DRM drivers can
add support more easily.

NOTE: If acceptable this should be merged through the PCI tree as it
depends upon changes and symbols from the boot_display series.

Mario Limonciello (1):
  PCI: Move boot display attribute to drm

 Documentation/ABI/testing/sysfs-bus-pci |  9 -----
 drivers/gpu/drm/drm_sysfs.c             | 41 ++++++++++++++++++++++
 drivers/pci/pci-sysfs.c                 | 45 -------------------------
 3 files changed, 41 insertions(+), 54 deletions(-)


base-commit: c4f2dc1e5293c4383844d8161d9922adda534e7c
-- 
2.43.0


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

end of thread, other threads:[~2025-07-22 16:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 18:57 [PATCH v4 0/1] Move `boot_display` from PCI to DRM Mario Limonciello
2025-07-21 18:57 ` [PATCH v4 1/1] PCI: Move boot display attribute " Mario Limonciello
2025-07-22 16:00   ` Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).