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-6.9
Date: Wed, 24 Apr 2024 16:24:08 -0400	[thread overview]
Message-ID: <20240424202408.1973661-1-alexander.deucher@amd.com> (raw)

Hi Dave, Sima,

Fixes for 6.9.

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

  Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.9-2024-04-24

for you to fetch changes up to 948255282074d9367e01908b3f5dcf8c10fc9c3d:

  drm/amdgpu/mes: fix use-after-free issue (2024-04-23 23:23:46 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.9-2024-04-24:

amdgpu:
- Suspend/resume fix
- Don't expose gpu_od directory if it's empty
- SDMA 4.4.2 fix
- VPE fix
- BO eviction fix
- UMSCH fix
- SMU 13.0.6 reset fixes
- GPUVM flush accounting fix
- SDMA 5.2 fix
- Fix possible UAF in mes code

amdkfd:
- Eviction fence handling fix
- Fix memory leak when GPU memory allocation fails
- Fix dma-buf validation
- Fix rescheduling of restore worker
- SVM fix

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu/sdma5.2: use legacy HDP flush for SDMA2/3

Felix Kuehling (3):
      drm/amdkfd: Fix eviction fence handling
      drm/amdgpu: Update BO eviction priorities
      drm/amdkfd: Fix rescheduling of restore worker

Jack Xiao (1):
      drm/amdgpu/mes: fix use-after-free issue

Joshua Ashton (1):
      drm/amd/display: Set color_mgmt_changed to true on unsuspend

Lang Yu (2):
      drm/amdkfd: make sure VM is ready for updating operations
      drm/amdgpu/umsch: don't execute umsch test when GPU is in reset/suspend

Lijo Lazar (2):
      drm/amdgpu: Assign correct bits for SDMA HDP flush
      drm/amd/pm: Restore config space after reset

Ma Jun (1):
      drm/amdgpu/pm: Remove gpu_od if it's an empty directory

Mukul Joshi (2):
      drm/amdgpu: Fix leak when GPU memory allocation fails
      drm/amdkfd: Add VRAM accounting for SVM migration

Peyton Lee (1):
      drm/amdgpu/vpe: fix vpe dpm setup failed

Prike Liang (1):
      drm/amdgpu: Fix the ring buffer size for queue VM flush

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   | 35 +++++++++++++---------
 drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c            |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |  2 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_umsch_mm.c       |  3 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vpe.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c             |  3 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c              |  2 --
 drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c           |  3 +-
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c             | 26 +++++++++-------
 drivers/gpu/drm/amd/amdgpu/vpe_v6_1.c              | 14 ++++-----
 drivers/gpu/drm/amd/amdkfd/kfd_migrate.c           | 16 +++++++++-
 drivers/gpu/drm/amd/amdkfd/kfd_process.c           | 15 +++++-----
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c               |  2 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  1 +
 drivers/gpu/drm/amd/pm/amdgpu_pm.c                 |  7 +++++
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   | 25 ++++++++++++++++
 17 files changed, 111 insertions(+), 49 deletions(-)

             reply	other threads:[~2024-04-24 20:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-24 20:24 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-10 17:11 [pull] amdgpu, amdkfd drm-fixes-6.9 Alex Deucher
2024-05-08 23:00 Alex Deucher
2024-05-10  3:12 ` Dave Airlie
2024-05-10 14:01   ` Alex Deucher
2024-05-10 17:05     ` Alex Deucher
2024-05-01 13:50 Alex Deucher
2024-04-11  1:34 Alex Deucher
2024-03-28  2:53 Alex Deucher
2024-03-21 22:05 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=20240424202408.1973661-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.