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, 1 May 2024 09:50:53 -0400	[thread overview]
Message-ID: <20240501135054.1919108-1-alexander.deucher@amd.com> (raw)

Hi Dave, Sima,

Fixes for 6.9.

The following changes since commit e67572cd2204894179d89bd7b984072f19313b03:

  Linux 6.9-rc6 (2024-04-28 13:47:24 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ab72d5945d8190f3b9ae16dafcf67655b458bf0e:

  drm/amd/display: Disable panel replay by default for now (2024-05-01 09:41:17 -0400)

----------------------------------------------------------------
amd-drm-fixes-6.9-2024-05-01:

amdgpu:
- Fix VRAM memory accounting
- DCN 3.1 fixes
- DCN 2.0 fix
- DCN 3.1.5 fix
- DCN 3.5 fix
- DCN 3.2.1 fix
- DP fixes
- Seamless boot fix
- Fix call order in amdgpu_ttm_move()
- Fix doorbell regression
- Disable panel replay temporarily

amdkfd:
- Flush wq before creating kfd process

----------------------------------------------------------------
Christian König (1):
      drm/amdgpu: once more fix the call oder in amdgpu_ttm_move() v2

Gabe Teeger (1):
      drm/amd/display: Atom Integrated System Info v2_2 for DCN35

George Shen (1):
      drm/amd/display: Handle Y carry-over in VCP X.Y calculation

Hersen Wu (1):
      drm/amd/display: Fix incorrect DSC instance for MST

Lancelot SIX (1):
      drm/amdkfd: Flush the process wq before creating a kfd_process

Leo Ma (1):
      drm/amd/display: Fix DC mode screen flickering on DCN321

Mario Limonciello (1):
      drm/amd/display: Disable panel replay by default for now

Meenakshikumar Somasundaram (1):
      drm/amd/display: Allocate zero bw after bw alloc enable

Mukul Joshi (1):
      drm/amdgpu: Fix VRAM memory accounting

Rodrigo Siqueira (2):
      drm/amd/display: Ensure that dmcub support flag is set for DCN20
      drm/amd/display: Add VCO speed parameter for DCN31 FPU

Shashank Sharma (1):
      drm/amdgpu: fix doorbell regression

Sung Joon Kim (1):
      drm/amd/display: Disable seamless boot on 128b/132b encoding

Swapnil Patel (1):
      drm/amd/display: Add dtbclk access to dcn315

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c   |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         | 14 +++---
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h         |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c            | 50 ++++++++++++----------
 drivers/gpu/drm/amd/amdkfd/kfd_process.c           |  8 ++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  | 21 +++++----
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  | 48 +++++++++++++++------
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |  1 +
 .../amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c |  8 ++++
 .../amd/display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c   | 15 +++++--
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  3 ++
 .../display/dc/dcn31/dcn31_hpo_dp_link_encoder.c   |  6 +++
 .../gpu/drm/amd/display/dc/dml/dcn31/dcn31_fpu.c   |  2 +
 .../display/dc/link/protocols/link_dp_dpia_bw.c    | 10 ++++-
 .../amd/display/dc/resource/dcn20/dcn20_resource.c |  1 +
 15 files changed, 138 insertions(+), 55 deletions(-)

             reply	other threads:[~2024-05-01 13:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01 13:50 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-04-24 20:24 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=20240501135054.1919108-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.