linux/drivers/gpu/drm/radeon
Linus Torvalds 27beb3ca34 pci-v6.7-changes
-----BEGIN PGP SIGNATURE-----
 
 iQJIBAABCgAyFiEEgMe7l+5h9hnxdsnuWYigwDrT+vwFAmVBaU8UHGJoZWxnYWFz
 QGdvb2dsZS5jb20ACgkQWYigwDrT+vwEdxAAo++s98+ZaaTdUuoV0Zpft1fuY6Yr
 mR80jUDxjHDbcI1G4iNVUSWG6pGIdlURnrBp5kU74FV9R2Ps3Fl49XQUHowE0HfH
 D/qmihiJQdnMsQKwzw3XGoTSINrDcF6nLafl9brBItVkgjNxfxSEbnweJMBf+Boc
 rpRXHzxbVHVjwwhBLODF2Wt/8sQ24w9c+wcQkpo7im8ZZReoigNMKgEa4J7tLlqA
 vTyPR/K6QeU8IBUk2ObCY3GeYrVuqi82eRK3Uwzu7IkQwA9orE416Okvq3Z026/h
 TUAivtrcygHaFRdGNvzspYLbc2hd2sEXF+KKKb6GNAjxuDWUhVQW4ObY4FgFkZ65
 Gqz/05D6c1dqTS3vTxp3nZYpvPEbNnO1RaGRL4h0/mbU+QSPSlHXWd9Lfg6noVVd
 3O+CcstQK8RzMiiWLeyctRPV5XIf7nGVQTJW5aCLajlHeJWcvygNpNG4N57j/hXQ
 gyEHrz3idXXHXkBKmyWZfre6YpLkxZtKyONZDHWI/AVhU0TgRdJWmqpRfC1kVVUe
 IUWBRcPUF4/r3jEu6t10N/aDWQN1uQzIsJNnCrKzAddPDTTYQJk8VVzKPo8SVxPD
 X+OjEMgBB/fXUfkJ7IMwgYnWaFJhxthrs6/3j1UqRvGYRoulE4NdWwJDky9UYIHd
 qV3dzuAxC/cpv08=
 =G//C
 -----END PGP SIGNATURE-----

Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci

Pull pci updates from Bjorn Helgaas:
 "Enumeration:

   - Use acpi_evaluate_dsm_typed() instead of open-coding _DSM
     evaluation to learn device characteristics (Andy Shevchenko)

   - Tidy multi-function header checks using new PCI_HEADER_TYPE_MASK
     definition (Ilpo Järvinen)

   - Simplify config access error checking in various drivers (Ilpo
     Järvinen)

   - Use pcie_capability_clear_word() (not
     pcie_capability_clear_and_set_word()) when only clearing (Ilpo
     Järvinen)

   - Add pci_get_base_class() to simplify finding devices using base
     class only (ignoring subclass and programming interface) (Sui
     Jingfeng)

   - Add pci_is_vga(), which includes ancient PCI_CLASS_NOT_DEFINED_VGA
     devices from before the Class Code was added to PCI (Sui Jingfeng)

   - Use pci_is_vga() for vgaarb, sysfs "boot_vga", virtio, qxl to
     include ancient VGA devices (Sui Jingfeng)

  Resource management:

   - Make pci_assign_unassigned_resources() non-init because sparc uses
     it after init (Randy Dunlap)

  Driver binding:

   - Retain .remove() and .probe() callbacks (previously __init) because
     sysfs may cause them to be called later (Uwe Kleine-König)

   - Prevent xHCI driver from claiming AMD VanGogh USB3 DRD device, so
     it can be claimed by dwc3 instead (Vicki Pfau)

  PCI device hotplug:

   - Add Ampere Altra Attention Indicator extension driver for acpiphp
     (D Scott Phillips)

  Power management:

   - Quirk VideoPropulsion Torrent QN16e with longer delay after reset
     (Lukas Wunner)

   - Prevent users from overriding drivers that say we shouldn't use
     D3cold (Lukas Wunner)

   - Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4
     because wakeup interrupts from those states don't work if amd-pmc
     has put the platform in a hardware sleep state (Mario Limonciello)

  IOMMU:

   - Disable ATS for Intel IPU E2000 devices with invalidation message
     endianness erratum (Bartosz Pawlowski)

  Error handling:

   - Factor out interrupt enable/disable into helpers (Kai-Heng Feng)

  Peer-to-peer DMA:

   - Fix flexible-array usage in struct pci_p2pdma_pagemap in case we
     ever use pagemaps with multiple entries (Gustavo A. R. Silva)

  ASPM:

   - Revert a change that broke when drivers disabled L1 and users later
     enabled an L1.x substate via sysfs, and fix a similar issue when
     users disabled L1 via sysfs (Heiner Kallweit)

  Endpoint framework:

   - Fix double free in __pci_epc_create() (Dan Carpenter)

   - Use IS_ERR_OR_NULL() to simplify endpoint core (Ruan Jinjie)

  Cadence PCIe controller driver:

   - Drop unused "is_rc" member (Li Chen)

  Freescale Layerscape PCIe controller driver:

   - Enable 64-bit addressing in endpoint mode (Guanhua Gao)

  Intel VMD host bridge driver:

   - Fix multi-function header check (Ilpo Järvinen)

  Microsoft Hyper-V host bridge driver:

   - Annotate struct hv_dr_state with __counted_by (Kees Cook)

  NVIDIA Tegra194 PCIe controller driver:

   - Drop setting of LNKCAP_MLW (max link width) since dw_pcie_setup()
     already does this via dw_pcie_link_set_max_link_width() (Yoshihiro
     Shimoda)

  Qualcomm PCIe controller driver:

   - Use PCIE_SPEED2MBS_ENC() to simplify encoding of link speed
     (Manivannan Sadhasivam)

   - Add a .write_dbi2() callback so DBI2 register writes, e.g., for
     setting the BAR size, work correctly (Manivannan Sadhasivam)

   - Enable ASPM for platforms that use 1.9.0 ops, because the PCI core
     doesn't enable ASPM states that haven't been enabled by the
     firmware (Manivannan Sadhasivam)

  Renesas R-Car Gen4 PCIe controller driver:

   - Add DesignWare core support (set max link width, EDMA_UNROLL flag,
     .pre_init(), .deinit(), etc) for use by R-Car Gen4 driver
     (Yoshihiro Shimoda)

   - Add driver and DT schema for DesignWare-based Renesas R-Car Gen4
     controller in both host and endpoint mode (Yoshihiro Shimoda)

  Xilinx NWL PCIe controller driver:

   - Update ECAM size to support 256 buses (Thippeswamy Havalige)

   - Stop setting bridge primary/secondary/subordinate bus numbers,
     since PCI core does this (Thippeswamy Havalige)

  Xilinx XDMA controller driver:

   - Add driver and DT schema for Zynq UltraScale+ MPSoCs devices with
     Xilinx XDMA Soft IP (Thippeswamy Havalige)

  Miscellaneous:

   - Use FIELD_GET()/FIELD_PREP() to simplify and reduce use of _SHIFT
     macros (Ilpo Järvinen, Bjorn Helgaas)

   - Remove logic_outb(), _outw(), outl() duplicate declarations (John
     Sanpe)

   - Replace unnecessary UTF-8 in Kconfig help text because menuconfig
     doesn't render it correctly (Liu Song)"

* tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci: (102 commits)
  PCI: qcom-ep: Add dedicated callback for writing to DBI2 registers
  PCI: Simplify pcie_capability_clear_and_set_word() to ..._clear_word()
  PCI: endpoint: Fix double free in __pci_epc_create()
  PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver
  dt-bindings: PCI: xilinx-xdma: Add schemas for Xilinx XDMA PCIe Root Port Bridge
  PCI: xilinx-cpm: Move IRQ definitions to a common header
  PCI: xilinx-nwl: Modify ECAM size to enable support for 256 buses
  PCI: xilinx-nwl: Rename the NWL_ECAM_VALUE_DEFAULT macro
  dt-bindings: PCI: xilinx-nwl: Modify ECAM size in the DT example
  PCI: xilinx-nwl: Remove redundant code that sets Type 1 header fields
  PCI: hotplug: Add Ampere Altra Attention Indicator extension driver
  PCI/AER: Factor out interrupt toggling into helpers
  PCI: acpiphp: Allow built-in drivers for Attention Indicators
  PCI/portdrv: Use FIELD_GET()
  PCI/VC: Use FIELD_GET()
  PCI/PTM: Use FIELD_GET()
  PCI/PME: Use FIELD_GET()
  PCI/ATS: Use FIELD_GET()
  PCI/ATS: Show PASID Capability register width in bitmasks
  PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()
  ...
2023-11-02 14:05:18 -10:00
..
reg_srcs
.gitignore drm/radeon: fix incorrrect SPDX-License-Identifiers 2022-06-21 17:54:53 -04:00
atom-bits.h
atom-names.h
atom-types.h
atom.c drm/radeon: Fix multiple line dereference in 'atom_iio_execute' 2023-08-15 17:43:48 -04:00
atom.h
atombios.h drm/radeon: Replace 1-element arrays with flexible-array members 2022-12-15 12:18:19 -05:00
atombios_crtc.c drm/radeon: Remove unnecessary include statements for drm_crtc_helper.h 2023-01-18 09:25:31 +01:00
atombios_dp.c drm: Rename dp/ to display/ 2022-04-25 11:17:45 +02:00
atombios_encoders.c drm/radeon: Fix eDP for single-display iMac11,2 2023-03-01 22:37:25 -05:00
atombios_i2c.c
avivod.h
btc_dpm.c
btc_dpm.h
btcd.h
cayman_blit_shaders.h drm/radeon: change cayman_default_state table from global to static 2022-04-11 13:50:35 -04:00
ci_dpm.c radeon: avoid double free in ci_dpm_init() 2023-04-18 16:28:54 -04:00
ci_dpm.h
ci_smc.c
cik.c pci-v6.6-changes 2023-08-30 20:23:07 -07:00
cik.h
cik_blit_shaders.h drm/radeon: change cik_default_state table from global to static 2022-04-26 11:43:51 -04:00
cik_reg.h
cik_sdma.c
cikd.h
clearstate_cayman.h
clearstate_ci.h
clearstate_defs.h
clearstate_evergreen.h
clearstate_si.h drm/radeon: that open brace { should be on the previous line 2023-07-27 14:47:29 -04:00
cypress_dpm.c drm/radeon: fix possible division-by-zero errors 2023-06-09 10:44:47 -04:00
cypress_dpm.h
dce3_1_afmt.c
dce6_afmt.c
dce6_afmt.h
evergreen.c drm/radeon: possible buffer overflow 2023-08-30 15:00:04 -04:00
evergreen.h
evergreen_blit_shaders.h drm/radeon/kms: change evergreen_default_state table from global to static 2022-04-19 13:58:32 -04:00
evergreen_cs.c
evergreen_dma.c
evergreen_hdmi.c
evergreen_hdmi.h
evergreen_reg.h
evergreen_smc.h
evergreend.h
Kconfig fbdev: Use _IOMEM_ infix for I/O-memory helpers 2023-07-31 20:06:52 +02:00
kv_dpm.c
kv_dpm.h
kv_smc.c
Makefile drm/radeon: Only build fbdev if DRM_FBDEV_EMULATION is set 2023-03-31 11:18:42 -04:00
mkregtable.c
ni.c
ni.h
ni_dma.c
ni_dpm.c drm/radeon: fix possible division-by-zero errors 2023-06-09 10:44:47 -04:00
ni_dpm.h
ni_reg.h
nid.h
nislands_smc.h
ObjectID.h
ppsmc.h
pptable.h drm/radeon: Fix UBSAN array-index-out-of-bounds for Radeon HD 5430 2023-10-09 16:47:08 -04:00
r100.c drm/radeon: Remove unnecessary (void*) conversions 2023-06-09 10:40:55 -04:00
r100_track.h
r100d.h
r200.c
r300.c drm/radeon: Fix format error 2023-07-27 14:59:29 -04:00
r300_reg.h gpu/drm/radeon: Fix typo in comments 2022-06-23 17:21:49 -04:00
r300d.h
r420.c drm/radeon: Remove unnecessary (void*) conversions 2023-06-09 10:40:55 -04:00
r420d.h
r500_reg.h
r520.c
r520d.h
r600.c drm: Spelling s/sempahore/semaphore/ 2023-07-29 21:05:10 +02:00
r600.h
r600_cs.c drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() declaration 2022-09-13 14:52:14 -04:00
r600_dma.c
r600_dpm.c
r600_dpm.h
r600_hdmi.c
r600_reg.h
r600d.h
radeon.h drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls 2023-08-30 15:51:13 -04:00
radeon_acpi.c drm/radeon: Use pci_dev_id() to simplify the code 2023-08-15 18:08:29 -04:00
radeon_acpi.h drm/radeon: Fix missing prototypes in radeon_atpx_handler.c 2023-06-15 11:06:58 -04:00
radeon_agp.c drm/radeon: Remove unnecessary NULL values 2023-08-15 18:08:27 -04:00
radeon_asic.c drm/radeon: Remove unnecessary include statements for drm_crtc_helper.h 2023-01-18 09:25:31 +01:00
radeon_asic.h
radeon_atombios.c drm/radeon: Prefer strscpy over strlcpy calls in radeon_atombios.c 2023-07-27 15:05:32 -04:00
radeon_atombios.h
radeon_atpx_handler.c Revert "drm/radeon: Prefer dev_* variant over printk" 2023-08-07 17:12:49 -04:00
radeon_audio.c drm/radeon: Add HD-audio component notifier support (v6) 2022-11-10 15:29:00 -05:00
radeon_audio.h
radeon_benchmark.c
radeon_bios.c drm/radeon: Use pci_get_base_class() to reduce duplicated code 2023-09-28 16:54:54 -05:00
radeon_clocks.c
radeon_combios.c drm/radeon: Remove unnecessary NULL values 2023-08-15 18:08:27 -04:00
radeon_connectors.c drm/radeon: fix a possible null pointer dereference 2023-10-13 11:33:15 -04:00
radeon_cs.c drm/radeon: Fix integer overflow in radeon_cs_parser_init 2023-04-21 08:50:21 -04:00
radeon_cursor.c
radeon_device.c Merge tag 'amd-drm-next-6.3-2023-01-13' of https://gitlab.freedesktop.org/agd5f/linux into drm-next 2023-01-16 15:04:13 +10:00
radeon_device.h
radeon_display.c drm/radeon: Implement client-based fbdev emulation 2023-03-31 11:18:42 -04:00
radeon_dp_auxch.c drm/radeon: Do not use deprecated drm log API 2023-01-18 10:00:03 +01:00
radeon_drv.c drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls 2023-08-30 15:51:13 -04:00
radeon_drv.h drm/radeon: Avoid externs & do not initialize globals to 0 in radeon_drv.c 2023-07-25 13:36:47 -04:00
radeon_encoders.c drm/radeon: Fix style issues in radeon _encoders.c & _gart.c 2023-07-25 13:37:05 -04:00
radeon_family.h
radeon_fbdev.c fbdev: Use _IOMEM_ infix for I/O-memory helpers 2023-07-31 20:06:52 +02:00
radeon_fence.c drm/radeon: Cleanup radeon/radeon_fence.c 2023-08-30 14:58:13 -04:00
radeon_gart.c drm/radeon: Fix style issues in radeon _encoders.c & _gart.c 2023-07-25 13:37:05 -04:00
radeon_gem.c drm/radeon: Remove the references of radeon_gem_ pread & pwrite ioctls 2023-08-30 15:51:13 -04:00
radeon_i2c.c
radeon_ib.c drm/radeon: Remove unnecessary (void*) conversions 2023-06-09 10:40:55 -04:00
radeon_irq_kms.c drm/radeon: reintroduce radeon_dp_work_func content 2023-06-09 10:42:07 -04:00
radeon_kms.c drm/radeon: ERROR: "(foo*)" should be "(foo *)" 2023-07-12 11:12:09 -04:00
radeon_kms.h
radeon_legacy_crtc.c drm/radeon: Remove unnecessary include statements for drm_crtc_helper.h 2023-01-18 09:25:31 +01:00
radeon_legacy_encoders.c drm/radeon: Remove unnecessary NULL values 2023-08-15 18:08:27 -04:00
radeon_legacy_encoders.h
radeon_legacy_tv.c drm/radeon: Move assignment outside if condition 2023-07-27 14:47:34 -04:00
radeon_mn.c dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3 2022-04-07 12:53:54 +02:00
radeon_mode.h drm/radeon: Only build fbdev if DRM_FBDEV_EMULATION is set 2023-03-31 11:18:42 -04:00
radeon_object.c drm/ttm: rework on ttm_resource to use size_t type 2022-10-27 11:42:58 +02:00
radeon_object.h drm/radeon: Use the drm suballocation manager implementation. 2023-03-01 17:18:19 +01:00
radeon_pm.c drm/radeon: Remove unnecessary (void*) conversions 2023-06-09 10:40:55 -04:00
radeon_pm.h
radeon_prime.c drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2 2022-12-06 12:54:14 +01:00
radeon_prime.h
radeon_reg.h
radeon_ring.c drm/radeon: Remove unnecessary (void*) conversions 2023-06-09 10:40:55 -04:00
radeon_sa.c drm/radeon: make fence wait in suballocator uninterrruptable 2023-09-07 17:45:34 +02:00
radeon_semaphore.c drm/radeon: Use the drm suballocation manager implementation. 2023-03-01 17:18:19 +01:00
radeon_sync.c Linux 5.18-rc5 2022-05-03 16:08:48 +10:00
radeon_test.c drm/radeon: ERROR: "(foo*)" should be "(foo *)" 2023-07-12 11:12:09 -04:00
radeon_trace.h drm/ttm: rework on ttm_resource to use size_t type 2022-10-27 11:42:58 +02:00
radeon_trace_points.c
radeon_ttm.c drm/radeon/radeon_ttm: Remove unused variable 'rbo' from radeon_bo_move() 2023-08-30 15:26:54 -04:00
radeon_ttm.h
radeon_ucode.c
radeon_ucode.h
radeon_uvd.c drm/radeon: use DMA_RESV_USAGE_KERNEL 2022-04-07 12:53:54 +02:00
radeon_vce.c drm/radeon: add missing spaces before ';' 2023-07-25 13:47:27 -04:00
radeon_vm.c dma-buf/drivers: make reserving a shared slot mandatory v4 2022-04-06 17:38:25 +02:00
rs100d.h
rs400.c drm/radeon: Remove unnecessary (void*) conversions 2023-06-09 10:40:55 -04:00
rs400d.h
rs600.c drm: Drop drm_framebuffer.h from drm_crtc.h 2022-06-20 23:53:55 +03:00
rs600d.h
rs690.c
rs690d.h
rs780_dpm.c
rs780_dpm.h
rs780d.h
rv6xx_dpm.c
rv6xx_dpm.h
rv6xxd.h
rv200d.h
rv250d.h
rv350d.h
rv515.c drm/radeon: Remove unnecessary (void*) conversions 2023-06-09 10:40:55 -04:00
rv515d.h
rv730_dpm.c
rv730d.h
rv740_dpm.c drm/radeon: fix possible division-by-zero errors 2023-06-09 10:44:47 -04:00
rv740d.h
rv770.c drm/radeon: ERROR: that open brace { should be on the previous line 2023-07-12 11:12:09 -04:00
rv770.h
rv770_dma.c
rv770_dpm.c
rv770_dpm.h
rv770_smc.c drm/radeon: that open brace { should be on the previous line 2023-07-27 14:47:31 -04:00
rv770_smc.h
rv770d.h
si.c drm/radeon: Use RMW accessors for changing LNKCTL 2023-08-21 14:11:46 -05:00
si.h
si_blit_shaders.h drm/radeon: change si_default_state table from global to static 2022-04-06 10:20:25 -04:00
si_dma.c
si_dpm.c drm/radeon: change cac_weights_* to static 2022-04-26 11:43:57 -04:00
si_dpm.h
si_reg.h
si_smc.c
sid.h
sislands_smc.h drm/radeon/si_dpm: open brace '{' following struct go on the same line 2023-07-25 13:47:27 -04:00
smu7.h
smu7_discrete.h
smu7_fusion.h
sumo_dpm.c
sumo_dpm.h
sumo_smc.c
sumod.h
trinity_dpm.c
trinity_dpm.h
trinity_smc.c
trinityd.h
uvd_v1_0.c
uvd_v2_2.c
uvd_v3_1.c
uvd_v4_2.c
vce.h
vce_v1_0.c
vce_v2_0.c