mbox series

[PULL] drm-fixes

Message ID YzdrcM2YAK4qyePP@phenom.ffwll.local (mailing list archive)
State New, archived
Headers show
Series [PULL] drm-fixes | expand

Pull-request

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-01

Message

Daniel Vetter Sept. 30, 2022, 10:19 p.m. UTC
Hi Linus,

As Alex mentioned already, here's some last minute amd fixes that would be
nice to also include in the final release.

drm-fixes-2022-10-01:
amdgpu:

- VCN 4.x and GC 11.x fixes, mostly around fw

Cheers, Daniel

The following changes since commit 6643b3836f3908c4f77883b2fae72451e85cf3ca:

  Merge tag 'drm-intel-fixes-2022-09-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-09-30 09:28:58 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-01

for you to fetch changes up to 414208e48963fdb136240d7f59c15e627832d288:

  Merge tag 'amd-drm-fixes-6.0-2022-09-30-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-09-30 23:10:55 +0200)

----------------------------------------------------------------
amdgpu:

- VCN 4.x and GC 11.x fixes, mostly around fw

----------------------------------------------------------------
Daniel Vetter (1):
      Merge tag 'amd-drm-fixes-6.0-2022-09-30-1' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Hawking Zhang (8):
      drm/amdgpu: save rlcv/rlcp ucode version in amdgpu_gfx
      drm/amdgpu: add helper to init rlc fw in header v2_0
      drm/amdgpu: add helper to init rlc fw in header v2_1
      drm/amdgpu: add helper to init rlc fw in header v2_2
      drm/amdgpu: add helper to init rlc fw in header v2_3
      drm/amdgpu: add helper to init rlc fw in header v2_4
      drm/amdgpu: add helper to init rlc firmware
      drm/amdgpu/gfx11: switch to amdgpu_gfx_rlc_init_microcode

Sonny Jiang (2):
      drm/amdgpu: Enable VCN DPG for GC11_0_1
      drm/amdgpu: Enable sram on vcn_4_0_2

 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h   |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.c   | 264 ++++++++++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h   |   4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h |   4 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c   |   2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c    | 151 +----------------
 drivers/gpu/drm/amd/amdgpu/soc21.c        |   1 +
 7 files changed, 281 insertions(+), 149 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 30, 2022, 11:29 p.m. UTC | #1
The pull request you sent on Sat, 1 Oct 2022 00:19:28 +0200:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-10-01

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

Thank you!