Re: [git pull] drm fixes for 6.6-rc2

2023-09-15 Thread pr-tracker-bot
The pull request you sent on Fri, 15 Sep 2023 12:57:50 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-09-15

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9608c7b729e29c177525006711966ae0fd399b11

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html


[git pull] drm fixes for 6.6-rc2

2023-09-14 Thread Dave Airlie
Hey Linus,

Regular rc2 fixes pull, mostly made up of amdgpu stuff, one i915, and
a bunch of others, one vkms locking violation is reverted.

Thanks,
Dave.

drm-fixes-2023-09-15:
drm fixes for 6.6-rc2

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()
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-09-15

for you to fetch changes up to c3c9acb8b2466ddf7f00fc11e2efb736b5252172:

  Merge tag 'drm-misc-fixes-2023-09-14' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2023-09-15
12:13:01 +1000)


drm fixes for 6.6-rc2

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()


Alex Deucher (3):
  drm/radeon: make fence wait in suballocator uninterrruptable
  drm/amdgpu/soc21: don't remap HDP registers for SR-IOV
  drm/amdgpu/nbio4.3: set proper rmmio_remap.reg_offset for SR-IOV

Bhawanpreet Lakha (1):
  drm/amd/display: Add dirty rect support for Replay

Dan Carpenter (1):
  drm/amdgpu: fix retry loop test

Daniel Vetter (2):
  Merge tag 'drm-misc-next-fixes-2023-09-11' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
  Merge tag 'drm-misc-fixes-2023-09-07' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Dave Airlie (3):
  Merge tag 'amd-drm-fixes-6.6-2023-09-13' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
  Merge tag 'drm-intel-fixes-2023-09-14' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
  Merge tag 'drm-misc-fixes-2023-09-14' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

David Francis (2):
  drm/amdkfd: Checkpoint and restore queues on GFX11
  drm/amdgpu: Handle null atom context in VBIOS info ioctl

Hamza Mahfooz (1):
  Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"

Harish Kasiviswanathan (1):
  drm/amdkfd: Insert missing TLB flush on GFX10 and later

Hawking Zhang (1):
  drm/amdgpu: fallback to old RAS error message for aqua_vanjaram

Jinjie Ruan (1):
  drm: gm12u320: Fix the timeout usage for usb_bulk_msg()

Lee Jones (1):
  drm/drm_connector: Provide short description of param
'supported_colorspaces'

Maíra Canal (1):
  Revert "drm/vkms: Fix race-condition between the hrtimer and the
atomic commit"

Mukul Joshi (5):
  drm/amdkfd: Fix reg offset for setting CWSR grace period
  drm/amdkfd: Fix unaligned 64-bit doorbell warning
  drm/amdgpu: Store CU info from all XCCs for GFX v9.4.3
  drm/amdkfd: Update cache info reporting for GFX v9.4.3
  drm/amdkfd: Update CU masking for GFX 9.4.3

Mustapha Ghaddar (2):
  drm/amd/display: Add DPIA Link Encoder Assignment Fix
  drm/amd/display: Fix 2nd DPIA encoder Assignment

Randy Dunlap (1):
  drm/amd/display: fix replay_mode kernel-doc warning

Simon Pilkington (1):
  drm/amd: Make fence wait in suballocator uninterruptible

Sudip Mukherjee (1):
  fbdev/g364fb: fix build failure with mips

Swapnil Patel (1):
  drm/amd/display: Don't check registers, if using AUX BL control

Thomas Hellström (2):
  drm/drm_exec: Work around a WW mutex lockdep oddity
  drm/tests: helpers: Avoid a driver uaf

Thomas Zimmermann (1):
  Merge drm/drm-fixes into drm-misc-fixes

Ville Syrjälä (1):
  drm/i915: Only check eDP HPD when AUX CH is shared

Wayne Lin (1):
  drm/amd/display: Adjust the MST resume flow

Yifan Zhang (1):
  drm/amd/display: fix the white