AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher@gmail.com>
To: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
	airlied@gmail.com, daniel.vetter@ffwll.ch
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [pull] amdgpu, amdkfd drm-fixes-5.11
Date: Wed, 23 Dec 2020 15:47:52 -0500	[thread overview]
Message-ID: <20201223204752.4019-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.11.

The following changes since commit 6ae09fa49147e557eb6aebbb5b2059b63706d454:

  drm/amdgpu/disply: fix documentation warnings in display manager (2020-12-16 13:27:17 -0500)

are available in the Git repository at:

  git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.11-2020-12-23

for you to fetch changes up to a135a1b4c4db1f3b8cbed9676a40ede39feb3362:

  drm/amd/display: Fix memory leaks in S3 resume (2020-12-23 15:03:15 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.11-2020-12-23:

amdgpu:
- Vangogh SMU fixes
- Arcturus gfx9 fixes
- Misc display fixes
- Sienna Cichlid SMU update
- Fix S3 display memory leak
- Fix regression caused by DP sub-connector support

amdkfd:
- Properly require pcie atomics for gfx10

----------------------------------------------------------------
Alex Deucher (3):
      drm/amdgpu: fix vbios reservation handling on SR-IOV
      drm/amdgpu: only set DP subconnector type on DP and eDP connectors
      drm/amdgpu: Fix a copy-pasta comment

Aric Cyr (1):
      drm/amd/display: Multi-display underflow observed

Eryk Brol (1):
      drm/amd/display: Remove unnecessary NULL check

Evan Quan (1):
      drm/amd/pm: bump Sienna Cichlid smu_driver_if version to match latest pmfw

Harish Kasiviswanathan (1):
      drm/amdkfd: PCIe atomics required for gfx10

Hawking Zhang (3):
      drm/amdgpu: check number of gfx ring before init cp gfx
      drm/amdgpu: remove unnecessary asic type check
      drm/amdgpu: check gfx pipe availability before toggling its interrupts

Jake Wang (2):
      drm/amd/display: updated wm table for Renoir
      drm/amd/display: always program DPPDTO unless not safe to lower

Josip Pavic (1):
      drm/amd/display: add getter routine to retrieve mpcc mux

Martin Tsai (2):
      drm/amd/display: Modify the hdcp device count check condition
      drm/amd/display: To modify the condition in indicating branch device

Michael Strauss (1):
      drm/amd/display: Update RN/VGH active display count workaround

Qingqing Zhuo (1):
      drm/amd/display: handler not correctly checked at remove_irq_handler

Rizvi (1):
      drm/amd/display: gradually ramp ABM intensity

Stylon Wang (1):
      drm/amd/display: Fix memory leaks in S3 resume

Sung Lee (1):
      drm/amd/display: Acquire DSC during split stream for ODM only if top_pipe

Wesley Chalmers (1):
      drm/amd/display: Interfaces for hubp blank and soft reset

Xiaomeng Hou (1):
      drm/amd/pm: check pmfw version before issuing RlcPowerNotify message

Yongqiang Sun (2):
      drm/amd/display: change SMU repsonse timeout to 2s.
      drm/amd/display: [FW Promotion] Release 0.0.47

 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c     | 10 +++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              | 21 ++++++++-----
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              | 11 +++----
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            | 12 ++++----
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  5 +--
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c  |  5 ++-
 .../drm/amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c  | 36 +++++++++-------------
 .../dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.c        |  2 +-
 .../drm/amd/display/dc/clk_mgr/dcn301/vg_clk_mgr.c |  9 +-----
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 20 ------------
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  8 +----
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c  | 18 +++++++++++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h  |  4 +++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.c   | 12 ++++++++
 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_mpc.h   |  1 +
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c  |  2 ++
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 12 ++++++--
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_mpc.c   |  1 +
 .../gpu/drm/amd/display/dc/dcn20/dcn20_resource.c  |  2 +-
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hubp.c  |  2 ++
 drivers/gpu/drm/amd/display/dc/dcn30/dcn30_mpc.c   |  1 +
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h       |  2 ++
 drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h        |  4 +++
 drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h    |  4 +--
 .../drm/amd/display/modules/hdcp/hdcp1_execution.c |  8 +++--
 .../drm/amd/display/modules/hdcp/hdcp2_execution.c |  7 +++--
 .../drm/amd/display/modules/power/power_helpers.c  | 35 +++++++++++++++------
 .../drm/amd/display/modules/power/power_helpers.h  |  1 +
 drivers/gpu/drm/amd/pm/inc/smu_v11_0.h             |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  9 ++++--
 32 files changed, 161 insertions(+), 111 deletions(-)
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

             reply	other threads:[~2020-12-23 20:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-23 20:47 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-01-14 20:13 [pull] amdgpu, amdkfd drm-fixes-5.11 Alex Deucher
2021-02-04  4:13 Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201223204752.4019-1-alexander.deucher@amd.com \
    --to=alexdeucher@gmail.com \
    --cc=airlied@gmail.com \
    --cc=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox