dri-devel.lists.freedesktop.org archive mirror
 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-next-5.15
Date: Wed, 1 Sep 2021 17:40:15 -0400	[thread overview]
Message-ID: <20210901214015.4488-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.15.

The following changes since commit 8f0284f190e6a0aa09015090568c03f18288231a:

  Merge tag 'amd-drm-next-5.15-2021-08-27' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2021-08-30 09:06:03 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-5.15-2021-09-01

for you to fetch changes up to d6043581e1d9d0507a8413a302db0e35c8506e0e:

  drm/amdkfd: drop process ref count when xnack disable (2021-09-01 16:55:09 -0400)

----------------------------------------------------------------
amd-drm-next-5.15-2021-09-01:

amdgpu:
- Misc cleanups, typo fixes
- EEPROM fix
- Add some new PCI IDs
- Scatter/Gather display support for Yellow Carp
- PCIe DPM fix for RKL platforms
- RAS fix

amdkfd:
- SVM fix

----------------------------------------------------------------
Aaron Liu (1):
      drm/amd/display: setup system context for APUs

Alex Deucher (1):
      drm/amdgpu: add some additional RDNA2 PCI IDs

Alex Sierra (1):
      drm/amdkfd: drop process ref count when xnack disable

Angus Wang (1):
      drm/amd/display: cleanup idents after a revert

Anson Jacob (1):
      drm/amd/display: Fix memory leak reported by coverity

Colin Ian King (1):
      drm/amdgpu/swsmu: fix spelling mistake "minimun" -> "minimum"

Evan Quan (1):
      drm/amdgpu: reenable BACO support for 699F:C7 polaris12 SKU

Guchun Chen (1):
      drm/amdgpu: stop scheduler when calling hw_fini (v2)

Jiawei Gu (1):
      drm/amdgpu: enable more pm sysfs under SRIOV 1-VF mode

Jing Yangyang (1):
      drm:dcn31: fix boolreturn.cocci warnings

John Clements (1):
      drm/amdgpu: Clear RAS interrupt status on aldebaran

Kees Cook (1):
      drm/amd/pm: And destination bounds checking to struct copy

Koba Ko (1):
      drm/amdgpu: Disable PCIE_DPM on Intel RKL Platform

Lang Yu (1):
      drm/amdgpu: show both cmd id and name when psp cmd failed

Luben Tuikov (2):
      drm/amdgpu: Fixes to returning VBIOS RAS EEPROM address
      drm/amdgpu: Process any VBIOS RAS EEPROM address

Michael Strauss (1):
      drm/amd/display: Initialize lt_settings on instantiation

Nicholas Kazlauskas (1):
      drm/amdgpu: Enable S/G for Yellow Carp

Philip Yang (1):
      drm/amdgpu: fix fdinfo race with process exit

Yifan Zhang (1):
      drm/amdgpu: correct comments in memory type managers

YuBiao Wang (1):
      drm/amd/amdgpu: Add ready_to_reset resp for vega10

xinhui pan (1):
      drm/amdgpu: Fix a deadlock if previous GEM object allocation fails

 drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c   | 50 ++++++++++++++--------
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c        |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 17 ++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_fdinfo.c         | 11 ++++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c          |  8 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c            | 23 +++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c        |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c            |  8 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c     | 25 +++++------
 drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c       |  6 +--
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c              |  2 +
 drivers/gpu/drm/amd/amdgpu/mxgpu_ai.h              |  1 +
 drivers/gpu/drm/amd/amdgpu/nbio_v7_4.c             | 30 ++++++++++---
 drivers/gpu/drm/amd/amdgpu/vi.c                    |  9 +---
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c               |  3 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  2 +-
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  6 +--
 .../drm/amd/display/dc/dcn303/dcn303_resource.c    |  6 ++-
 .../drm/amd/display/dc/dcn31/dcn31_panel_cntl.c    |  4 +-
 .../display/dc/dml/dcn20/display_mode_vba_20v2.c   |  2 +-
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  8 ++--
 drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h            | 24 +++++++++++
 .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c    | 17 +++++++-
 drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c  |  6 +--
 drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c    |  8 ++--
 drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c   |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c    |  2 +-
 drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c |  5 +--
 .../gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c   |  2 +-
 29 files changed, 198 insertions(+), 94 deletions(-)

             reply	other threads:[~2021-09-01 21:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 21:40 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-27 19:23 [pull] amdgpu, amdkfd drm-next-5.15 Alex Deucher
2021-08-13 16:51 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=20210901214015.4488-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).