linux/drivers/pci
Thomas Zimmermann a41e0ab394 sysfb: Replace screen_info with sysfb_primary_display
Replace the global screen_info with sysfb_primary_display of type
struct sysfb_display_info. Adapt all users of screen_info.

Instances of screen_info are defined for x86, loongarch and EFI,
with only one instance compiled into a specific build. Replace all
of them with sysfb_primary_display.

All existing users of screen_info are updated by pointing them to
sysfb_primary_display.screen instead. This introduces some churn to
the code, but has no impact on functionality.

Boot parameters and EFI config tables are unchanged. They transfer
screen_info as before. The logic in EFI's alloc_screen_info() changes
slightly, as it now returns the screen field of sysfb_primary_display.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Bjorn Helgaas <bhelgaas@google.com> # drivers/pci/
Reviewed-by: Richard Lyu <richard.lyu@suse.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
2025-12-16 14:12:44 +01:00
..
controller PCI: rzg3s-host: Initialize MSI status bitmap before use 2025-12-09 12:42:48 -06:00
endpoint pci-v6.19-changes 2025-12-04 17:29:41 -08:00
hotplug s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
msi PCI/MSI: Delete pci_msi_create_irq_domain() 2025-10-16 21:09:52 +02:00
pcie Significant patch series in this pull request: 2025-12-06 14:01:20 -08:00
pwrctrl PCI: pwrctrl: Add power control driver for TC9563 2025-11-24 15:30:52 -06:00
switch PCI: switchtec: Replace manual locks with guard 2025-08-28 10:39:54 -05:00
Kconfig PCI/TSM: Establish Secure Sessions and Link Encryption 2025-11-03 19:27:41 -08:00
Makefile tsm for 6.19 2025-12-06 10:15:41 -08:00
access.c
ats.c iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability 2025-03-28 10:07:23 -03:00
bus.c tsm for 6.19 2025-12-06 10:15:41 -08:00
devres.c PCI: Remove redundant set of request functions 2025-05-20 07:39:15 +00:00
doe.c PCI/TSM: Establish Secure Sessions and Link Encryption 2025-11-03 19:27:41 -08:00
ecam.c Revert "PCI: ecam: Allow cfg->priv to be pre-populated from the root port device" 2025-06-30 12:30:03 -05:00
host-bridge.c PCI: Export pci_get_host_bridge_device() for use by pci-keystone 2025-11-13 12:20:46 -06:00
ide.c PCI/IDE: Initialize an ID for all IDE streams 2025-11-14 15:06:57 -08:00
iomap.c PCI: Remove hybrid-devres usage warnings from kernel-doc 2025-05-20 07:39:16 +00:00
iov.c PCI: Convert BAR sizes bitmasks to u64 2025-11-14 12:34:22 -06:00
irq.c
mmap.c
npem.c PCI/NPEM: Add _DSM PCIe SSD status LED management 2024-09-06 11:37:24 -05:00
of.c PCI: of: Add of_pci_get_equalization_presets() API 2025-04-19 19:42:33 +05:30
of_property.c PCI: of: Update parent unit address generation in of_pci_prop_intr_map() 2025-09-12 14:17:57 -05:00
p2pdma.c Significant patch series in this merge are as follows: 2025-12-05 13:52:43 -08:00
pci-acpi.c PCI/ACPI: Fix pci_acpi_preserve_config() memory leak 2025-08-27 17:28:07 -05:00
pci-bridge-emul.c PCI: Rename CRS Completion Status to RRS 2024-09-10 19:52:30 -05:00
pci-bridge-emul.h
pci-driver.c PCI/PM: Stop needlessly clearing state_saved on enumeration and thaw 2025-11-24 16:58:20 -06:00
pci-label.c
pci-mid.c
pci-pf-stub.c
pci-stub.c
pci-sysfs.c tsm for 6.19 2025-12-06 10:15:41 -08:00
pci.c Merge branch 'pci/resource' 2025-12-03 14:18:32 -06:00
pci.h tsm for 6.19 2025-12-06 10:15:41 -08:00
probe.c tsm for 6.19 2025-12-06 10:15:41 -08:00
proc.c s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAP 2025-03-21 14:54:16 -05:00
quirks.c PCI/ASPM: Avoid L0s and L1 on Hi1105 [19e5:1105] Wi-Fi 2025-11-13 06:17:23 -06:00
rebar.c PCI: Validate pci_rebar_size_supported() input 2025-11-24 17:23:58 -06:00
remove.c PCI/IDE: Initialize an ID for all IDE streams 2025-11-14 15:06:57 -08:00
rom.c
search.c PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse() 2025-11-03 19:27:40 -08:00
setup-bus.c pci-v6.19-changes 2025-12-04 17:29:41 -08:00
setup-res.c PCI: Move Resizable BAR code to rebar.c 2025-11-14 12:34:21 -06:00
slot.c PCI: hotplug: Inline pci_hp_{create,remove}_module_link() 2025-03-04 17:00:12 -06:00
syscall.c
tph.c PCI/TPH: Expose pcie_tph_get_st_table_loc() 2025-11-09 05:13:02 -05:00
tsm.c PCI/TSM: Add 'dsm' and 'bound' attributes for dependent functions 2025-11-14 15:06:57 -08:00
vc.c
vgaarb.c sysfb: Replace screen_info with sysfb_primary_display 2025-12-16 14:12:44 +01:00
vpd.c sysfs: treewide: switch back to attribute_group::bin_attrs 2025-06-17 10:44:15 +02:00
xen-pcifront.c