mbox series

[pull] amdgpu drm-fixes-6.4

Message ID 20230504034018.7950-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu drm-fixes-6.4 | expand

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.4-2023-05-03

Message

Alex Deucher May 4, 2023, 3:40 a.m. UTC
Hi Dave, Daniel,

Fixes for 6.4.

The following changes since commit d893f39320e1248d1c97fde0d6e51e5ea008a76b:

  drm/amd/display: Lowering min Z8 residency time (2023-04-26 22:53:58 -0400)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.4-2023-05-03

for you to fetch changes up to 1253685f0d3eb3eab0bfc4bf15ab341a5f3da0c8:

  drm/amdgpu: drop redundant sched job cleanup when cs is aborted (2023-05-03 23:10:02 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.4-2023-05-03:

amdgpu:
- GPU reset fixes
- Doorbell fix when resizing BARs
- Fix spurious warnings in gmc
- Locking fix for AMDGPU_SCHED IOCTL
- SR-IOV fix
- DCN 3.1.4 fix
- DCN 3.2 fix
- Fix job cleanup when CS is aborted

----------------------------------------------------------------
Chia-I Wu (1):
      drm/amdgpu: add a missing lock for AMDGPU_SCHED

Guchun Chen (1):
      drm/amdgpu: drop redundant sched job cleanup when cs is aborted

Hamza Mahfooz (1):
      drm/amdgpu: fix an amdgpu_irq_put() issue in gmc_v9_0_hw_fini()

Horace Chen (1):
      drm/amdgpu: disable SDMA WPTR_POLL_ENABLE for SR-IOV

Horatio Zhang (2):
      drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v11_0_hw_fini
      drm/amdgpu: fix amdgpu_irq_put call trace in gmc_v10_0_hw_fini

Leo Chen (1):
      drm/amd/display: Change default Z8 watermark values

Samson Tam (1):
      drm/amd/display: filter out invalid bits in pipe_fuses

Shane Xiao (1):
      drm/amdgpu: Enable doorbell selfring after resize FB BAR

lyndonli (2):
      drm/amdgpu: Fix mode2 reset for sienna cichlid
      drm/amdgpu: Use the default reset when loading or reloading the driver

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             | 13 +++--------
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  7 ++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_sched.c          |  6 +++++-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  1 -
 drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c             |  1 -
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  1 -
 drivers/gpu/drm/amd/amdgpu/nv.c                    | 23 +++++++++++---------
 drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c             |  5 +----
 drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c        |  2 +-
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 25 +++++++++++++---------
 drivers/gpu/drm/amd/amdgpu/soc21.c                 | 23 +++++++++++---------
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  | 10 ++++++++-
 .../drm/amd/display/dc/dcn321/dcn321_resource.c    | 10 ++++++++-
 .../gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c |  4 ++--
 14 files changed, 78 insertions(+), 53 deletions(-)