mbox series

[pull] amdgpu drm-fixes-5.15

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.15-2021-10-21

Message

Alex Deucher Oct. 21, 2021, 8:34 p.m. UTC
Hi Dave, Daniel,

Fixes for 5.15.

The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

  Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.15-2021-10-21

for you to fetch changes up to 53c2ff8bcb06acd07e24a62e7f5a0247bd7c6f67:

  drm/amdgpu: support B0&B1 external revision id for yellow carp (2021-10-20 15:27:31 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.15-2021-10-21:

amdgpu:
- Fix a potential out of bounds write in debugfs
- Fix revision handling for Yellow Carp
- Display fixes for Yellow Carp

----------------------------------------------------------------
Aaron Liu (1):
      drm/amdgpu: support B0&B1 external revision id for yellow carp

Eric Yang (1):
      drm/amd/display: increase Z9 latency to workaround underflow in Z9

Jake Wang (1):
      drm/amd/display: Moved dccg init to after bios golden init

Nicholas Kazlauskas (2):
      drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1
      drm/amd/display: Require immediate flip support for DCN3.1 planes

Nikola Cornij (2):
      drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1
      drm/amd/display: Increase watermark latencies for DCN3.1

Thelford Williams (1):
      drm/amdgpu: fix out of bounds write

 drivers/gpu/drm/amd/amdgpu/nv.c                          |  2 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c    |  2 +-
 .../gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 16 ++++++++--------
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c       |  7 +++----
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c    | 13 ++++++++++---
 .../drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c   |  6 +++---
 drivers/gpu/drm/amd/display/include/dal_asic_id.h        |  2 +-
 7 files changed, 27 insertions(+), 21 deletions(-)