All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexander.deucher@amd.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.16
Date: Wed, 17 Nov 2021 23:16:38 -0500	[thread overview]
Message-ID: <20211118041638.20831-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.16.

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.16-2021-11-17

for you to fetch changes up to 27dfaedc0d321b4ea4e10c53e4679d6911ab17aa:

  drm/amd/amdgpu: fix potential memleak (2021-11-17 23:04:57 -0500)

----------------------------------------------------------------
amd-drm-fixes-5.16-2021-11-17:

amdgpu:
- Better debugging info for SMU msgs
- Better error reporting when adding IP blocks
- Fix UVD powergating regression on CZ
- Clock reporting fix for navi1x
- OLED panel backlight fix
- Fix scaling on VGA/DVI for non-DC display code
- Fix GLFCLK handling for RGP on some APUs
- fix potential memory leak

amdkfd:
- GPU reset fix

----------------------------------------------------------------
Bernard Zhao (1):
      drm/amd/amdgpu: fix potential memleak

Evan Quan (1):
      drm/amd/pm: avoid duplicate powergate/ungate setting

Guchun Chen (1):
      drm/amdgpu: add error print when failing to add IP block(v2)

Lijo Lazar (1):
      drm/amd/pm: Remove artificial freq level on Navi1x

Luben Tuikov (1):
      drm/amd/pm: Enhanced reporting also for a stuck command

Perry Yuan (1):
      drm/amd/pm: add GFXCLK/SCLK clocks level print support for APUs

Roman Li (1):
      drm/amd/display: Fix OLED brightness control on eDP

hongao (1):
      drm/amdgpu: fix set scaling mode Full/Full aspect/Center not works on vga and dvi connectors

shaoyunl (1):
      drm/amd/amdkfd: Fix kernel panic when reset failed and been triggered again

 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c     |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  3 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c      | 36 ++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c           |  1 +
 .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c  |  5 +++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  3 +-
 drivers/gpu/drm/amd/include/amd_shared.h           |  3 +-
 drivers/gpu/drm/amd/pm/amdgpu_dpm.c                | 10 ++++++
 drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h            |  8 +++++
 .../drm/amd/pm/swsmu/smu11/cyan_skillfish_ppt.c    | 22 +++++++++++--
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    | 13 +++++---
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   | 26 ++++++++++++++++
 .../gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c   | 27 ++++++++++++++++
 .../gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.h   |  1 +
 drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c             |  8 +++--
 15 files changed, 156 insertions(+), 11 deletions(-)

             reply	other threads:[~2021-11-18  4:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18  4:16 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-01 23:28 [pull] amdgpu, amdkfd drm-fixes-5.16 Alex Deucher
2021-11-24 21:20 Alex Deucher
2021-11-10 22:25 Alex Deucher
2021-11-04  2:44 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=20211118041638.20831-1-alexander.deucher@amd.com \
    --to=alexander.deucher@amd.com \
    --cc=airlied@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.