Re: [git pull] drm fixes for 6.7-rc4

2023-12-01 Thread pr-tracker-bot
The pull request you sent on Fri, 1 Dec 2023 16:41:39 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-12-01

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

Thank you!

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


[git pull] drm fixes for 6.7-rc4

2023-11-30 Thread Dave Airlie
Hi Linus,

Weekly fixes, mostly amdgpu fixes with a scattering of nouveau, i915,
and a couple of reverts. Hopefully it will quieten down in coming
weeks.

Regards,
Dave.

drm-fixes-2023-12-01:
drm fixes for 6.7-rc4

drm:
- Revert unexport of prime helpers for fd/handle conversion

dma_resv:
- Do not double add fences in dma_resv_add_fence.

gpuvm:
- Fix GPUVM license identifier.

i915:
- Mark internal GSC engine with reserved uabi class
- Take VGA converters into account in eDP probe
- Fix intel_pre_plane_updates() call to ensure workarounds get applied

panel:
- Revert panel fixes as they require exporting device_is_dependent.

nouveau:
- fix oversized allocations in new vm path
- fix zero-length array
- remove a stray lock

nt36523:
- Fix error check for nt36523.

amdgpu:
- DMUB fix
- DCN 3.5 fixes
- XGMI fix
- DCN 3.2 fixes
- Vangogh suspend fix
- NBIO 7.9 fix
- GFX11 golden register fix
- Backlight fix
- NBIO 7.11 fix
- IB test overflow fix
- DCN 3.1.4 fixes
- fix a runtime pm ref count
- Retimer fix
- ABM fix
- DCN 3.1.5 fix
- Fix AGP addressing
- Fix possible memory leak in SMU error path
- Make sure PME is enabled in D3
- Fix possible NULL pointer dereference in debugfs
- EEPROM fix
- GC 9.4.3 fix

amdkfd:
- IP version check fix
- Fix memory leak in pqm_uninit()
The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:

  Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-12-01

for you to fetch changes up to 908f60642441cb4f9f0e1eb576e63b0011d318b9:

  Merge tag 'amd-drm-fixes-6.7-2023-11-30' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2023-12-01
13:57:11 +1000)


drm fixes for 6.7-rc4

drm:
- Revert unexport of prime helpers for fd/handle conversion

dma_resv:
- Do not double add fences in dma_resv_add_fence.

gpuvm:
- Fix GPUVM license identifier.

i915:
- Mark internal GSC engine with reserved uabi class
- Take VGA converters into account in eDP probe
- Fix intel_pre_plane_updates() call to ensure workarounds get applied

panel:
- Revert panel fixes as they require exporting device_is_dependent.

nouveau:
- fix oversized allocations in new vm path
- fix zero-length array
- remove a stray lock

nt36523:
- Fix error check for nt36523.

amdgpu:
- DMUB fix
- DCN 3.5 fixes
- XGMI fix
- DCN 3.2 fixes
- Vangogh suspend fix
- NBIO 7.9 fix
- GFX11 golden register fix
- Backlight fix
- NBIO 7.11 fix
- IB test overflow fix
- DCN 3.1.4 fixes
- fix a runtime pm ref count
- Retimer fix
- ABM fix
- DCN 3.1.5 fix
- Fix AGP addressing
- Fix possible memory leak in SMU error path
- Make sure PME is enabled in D3
- Fix possible NULL pointer dereference in debugfs
- EEPROM fix
- GC 9.4.3 fix

amdkfd:
- IP version check fix
- Fix memory leak in pqm_uninit()


Alex Deucher (1):
  drm/amdgpu: fix AGP addressing when GART is not at 0

Alex Sierra (1):
  drm/amdgpu: Force order between a read and write to the same address

Alvin Lee (3):
  drm/amd/display: Include udelay when waiting for INBOX0 ACK
  drm/amd/display: Use DRAM speed from validation for dummy p-state
  drm/amd/display: Increase num voltage states to 40

Camille Cho (1):
  drm/amd/display: Simplify brightness initialization

Candice Li (1):
  drm/amdgpu: Update EEPROM I2C address for smu v13_0_0

Christian König (1):
  dma-buf: fix check in dma_resv_add_fence

Dan Carpenter (1):
  nouveau/gsp/r535: remove a stray unlock in r535_gsp_rpc_send()

Dave Airlie (4):
  nouveau: find the smallest page allocation to cover a buffer alloc.
  Merge tag 'drm-intel-fixes-2023-11-30' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
  Merge tag 'drm-misc-fixes-2023-11-29' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
  Merge tag 'amd-drm-fixes-6.7-2023-11-30' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Dinghao Liu (1):
  drm/amd/pm: fix a memleak in aldebaran_tables_init

Dmytro Laktyushkin (1):
  drm/amd/display: update dcn315 lpddr pstate latency

Felix Kuehling (1):
  Revert "drm/prime: Unexport helpers for fd/handle conversion"

Gustavo A. R. Silva (1):
  nouveau/gsp: replace zero-length array with flex-array member
and use __counted_by

Hamza Mahfooz (1):
  drm/amd/display: fix ABM disablement

Hawking Zhang (1):
  drm/amdgpu: Do not issue gpu reset from nbio v7_9 bif interrupt

Ilya Bakoulin (1):
  drm/amd/display: Fix MPCC 1DLUT programming

Jonathan Kim (1):
  drm/amdgpu: update xgmi num links info post gc9.4.2

Li Ma (1):
  drm/amdgpu: add init_registers for nbio v7.11

Lijo Lazar (1):
  drm/amdgpu: Use another offset for GC 9.4.3 remap

Linus Walleij (3):
  Revert "drm/bridge: panel: Check device dependency before
managing device link"
  Revert "driver core: Export