Revision 9608c7b729e29c177525006711966ae0fd399b11 authored by Linus Torvalds on 15 September 2023, 20:25:52 UTC, committed by Linus Torvalds on 15 September 2023, 20:25:52 UTC
Pull drm fixes from Dave Airlie:
 "Regular rc2 fixes pull, mostly made up of amdgpu stuff, one i915, and
  a bunch of others, one vkms locking violation is reverted.

  connector:
   - doc fix

  exec:
   - workaround lockdep issue

  tests:
   - fix a UAF

  vkms:
   - revert hrtimer fix

  fbdev:
   - g364fb: fix build failure with mips

  i915:
   - Only check eDP HPD when AUX CH is shared.

  amdgpu:
   - GC 9.4.3 fixes
   - Fix white screen issues with S/G display on system with >= 64G of ram
   - Replay fixes
   - SMU 13.0.6 fixes
   - AUX backlight fix
   - NBIO 4.3 SR-IOV fixes for HDP
   - RAS fixes
   - DP MST resume fix
   - Fix segfault on systems with no vbios
   - DPIA fixes

  amdkfd:
   - CWSR grace period fix
   - Unaligned doorbell fix
   - CRIU fix for GFX11
   - Add missing TLB flush on gfx10 and newer

  radeon:
   - make fence wait in suballocator uninterrruptable

  gm12u320:
   - Fix the timeout usage for usb_bulk_msg()"

* tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drm: (29 commits)
  drm/tests: helpers: Avoid a driver uaf
  Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"
  drm/amdkfd: Insert missing TLB flush on GFX10 and later
  drm/i915: Only check eDP HPD when AUX CH is shared
  drm/amd/display: Fix 2nd DPIA encoder Assignment
  drm/amd/display: Add DPIA Link Encoder Assignment Fix
  drm/amd/display: fix replay_mode kernel-doc warning
  drm/amdgpu: Handle null atom context in VBIOS info ioctl
  drm/amdkfd: Checkpoint and restore queues on GFX11
  drm/amd/display: Adjust the MST resume flow
  drm/amdgpu: fallback to old RAS error message for aqua_vanjaram
  drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV
  drm/amdgpu/soc21: don't remap HDP registers for SR-IOV
  drm/amd/display: Don't check registers, if using AUX BL control
  drm/amdgpu: fix retry loop test
  drm/amd/display: Add dirty rect support for Replay
  Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"
  drm/amd/display: fix the white screen issue when >= 64GB DRAM
  drm/amdkfd: Update CU masking for GFX 9.4.3
  drm/amdkfd: Update cache info reporting for GFX v9.4.3
  ...
2 parent s e42bebf + c3c9acb
History
File Mode Size
Kconfig -rw-r--r-- 1.6 KB
Makefile -rw-r--r-- 946 bytes
amd_manager.c -rw-r--r-- 37.5 KB
amd_manager.h -rw-r--r-- 10.7 KB
bus.c -rw-r--r-- 49.0 KB
bus.h -rw-r--r-- 6.2 KB
bus_type.c -rw-r--r-- 5.9 KB
cadence_master.c -rw-r--r-- 49.4 KB
cadence_master.h -rw-r--r-- 5.3 KB
debugfs.c -rw-r--r-- 4.4 KB
dmi-quirks.c -rw-r--r-- 3.5 KB
generic_bandwidth_allocation.c -rw-r--r-- 9.4 KB
intel.c -rw-r--r-- 27.0 KB
intel.h -rw-r--r-- 6.2 KB
intel_ace2x.c -rw-r--r-- 16.6 KB
intel_ace2x_debugfs.c -rw-r--r-- 3.7 KB
intel_auxdevice.c -rw-r--r-- 20.2 KB
intel_auxdevice.h -rw-r--r-- 564 bytes
intel_bus_common.c -rw-r--r-- 6.1 KB
intel_init.c -rw-r--r-- 9.4 KB
master.c -rw-r--r-- 4.8 KB
mipi_disco.c -rw-r--r-- 10.7 KB
qcom.c -rw-r--r-- 49.9 KB
slave.c -rw-r--r-- 6.2 KB
stream.c -rw-r--r-- 49.6 KB
sysfs_local.h -rw-r--r-- 530 bytes
sysfs_slave.c -rw-r--r-- 6.7 KB
sysfs_slave_dpn.c -rw-r--r-- 7.2 KB

back to top