mbox series

[pull] amdgpu drm-fixes-5.17

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

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.17-2022-02-02

Message

Alex Deucher Feb. 3, 2022, 3:52 a.m. UTC
Hi Dave, Daniel,

Fixes for 5.17.

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.17-2022-02-02

for you to fetch changes up to e8ae38720e1a685fd98cfa5ae118c9d07b45ca79:

  drm/amdgpu: fix logic inversion in check (2022-02-02 18:35:00 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.17-2022-02-02:

amdgpu:
- mGPU fan boost fix for beige goby
- S0ix fixes
- Cyan skillfish hang fix
- DCN fixes for DCN 3.1
- DCN fixes for DCN 3.01
- Apple retina panel fix
- ttm logic inversion fix

----------------------------------------------------------------
Agustin Gutierrez (1):
      drm/amd/display: Update watermark values for DCN301

Aun-Ali Zaidi (1):
      drm/amd/display: Force link_rate as LINK_RATE_RBR2 for 2018 15" Apple Retina panels

Christian König (1):
      drm/amdgpu: fix logic inversion in check

Evan Quan (1):
      drm/amd/pm: correct the MGpuFanBoost support for Beige Goby

Lang Yu (1):
      drm/amdgpu: fix a potential GPU hang on cyan skillfish

Mario Limonciello (4):
      drm/amd: Warn users about potential s0ix problems
      drm/amd: add support to check whether the system is set to s3
      drm/amd: Only run s3 or s0ix if system is configured properly
      drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled

Paul Hsieh (1):
      drm/amd/display: watermark latencies is not enough on DCN31

Zhan Liu (1):
      drm/amd/display: revert "Reset fifo after enable otg"

 drivers/gpu/drm/amd/amdgpu/amdgpu.h                | 10 ++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c           | 37 +++++++++++++++++++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 11 +++++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  3 ++
 .../drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c | 16 +++++-----
 .../amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c   | 20 ++++++------
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   | 20 ++++++++++++
 .../amd/display/dc/dce110/dce110_hw_sequencer.c    |  5 ---
 .../amd/display/dc/dcn10/dcn10_stream_encoder.c    | 15 ---------
 .../amd/display/dc/dcn10/dcn10_stream_encoder.h    |  3 --
 .../amd/display/dc/dcn20/dcn20_stream_encoder.c    |  2 --
 .../display/dc/dcn30/dcn30_dio_stream_encoder.c    |  2 --
 .../gpu/drm/amd/display/dc/inc/hw/stream_encoder.h |  4 ---
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  6 ++--
 15 files changed, 94 insertions(+), 62 deletions(-)