dri-devel Archive on 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.1
Date: Wed, 9 Nov 2022 18:45:54 -0500	[thread overview]
Message-ID: <20221109234554.6028-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 6.1.

The following changes since commit 6295f1d8b4503ad8a18519b781dd2d1fe5e88c52:

  Merge tag 'drm-intel-fixes-2022-11-03' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-11-04 09:30:18 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.1-2022-11-09

for you to fetch changes up to 675d84621a24490e1de3d59a4992a17fa9ff92b5:

  drm/amd/display: only fill dirty rectangles when PSR is enabled (2022-11-09 18:07:59 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.1-2022-11-09:

amdgpu:
- SMU 13.0.4 update
- GPUVM TLB race fix
- DCN 3.1.4 fixes
- DCN 3.2.x fixes
- Vega10 fan fix
- BACO fix for Beige Goby board
- PSR fix
- GPU VM PT locking fixes

amdkfd:
- CRIU fixes

----------------------------------------------------------------
Asher Song (1):
      Revert "drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly""

Aurabindo Pillai (1):
      drm/amd/display: Zeromem mypipe heap struct before using it

Chaitanya Dhere (1):
      drm/amd/display: Fix FCLK deviation and tool compile issues

Christian König (1):
      drm/amdgpu: workaround for TLB seq race

Dillon Varone (1):
      drm/amd/display: Enforce minimum prefetch time for low memclk on DCN32

Felix Kuehling (2):
      drm/amdkfd: Fix error handling in kfd_criu_restore_events
      drm/amdkfd: Fix error handling in criu_checkpoint

Guchun Chen (1):
      drm/amdgpu: disable BACO on special BEIGE_GOBY card

Hamza Mahfooz (1):
      drm/amd/display: only fill dirty rectangles when PSR is enabled

Nicholas Kazlauskas (2):
      drm/amd/display: Update SR watermarks for DCN314
      drm/amd/display: Fix reg timeout in enc314_enable_fifo

Philip Yang (2):
      drm/amdgpu: Unlock bo_list_mutex after error handling
      drm/amdgpu: Drop eviction lock when allocating PT BO

Steve Su (1):
      drm/amd/display: Fix gpio port mapping issue

Tim Huang (1):
      drm/amd/pm: update SMU IP v13.0.4 msg interface header

 drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c             |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c             | 26 --------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h             | 41 ++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c          |  2 ++
 drivers/gpu/drm/amd/amdkfd/kfd_chardev.c           | 34 ++++++++----------
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            |  3 +-
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  7 ++--
 .../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 32 ++++++++---------
 drivers/gpu/drm/amd/display/dc/dc.h                |  1 +
 .../display/dc/dcn314/dcn314_dio_stream_encoder.c  | 24 +++++++++----
 .../gpu/drm/amd/display/dc/dcn32/dcn32_resource.c  |  1 +
 .../drm/amd/display/dc/dcn321/dcn321_resource.c    |  1 +
 .../gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c |  4 +--
 .../gpu/drm/amd/display/dc/dml/dcn32/dcn32_fpu.c   |  2 ++
 .../amd/display/dc/dml/dcn32/display_mode_vba_32.c |  5 +++
 .../amd/display/dc/dml/dcn32/display_mode_vba_32.h |  3 ++
 .../dc/dml/dcn32/display_mode_vba_util_32.c        | 14 ++++++--
 .../dc/dml/dcn32/display_mode_vba_util_32.h        |  3 +-
 .../gpu/drm/amd/display/dc/dml/dcn321/dcn321_fpu.c |  2 ++
 .../drm/amd/display/dc/dml/display_mode_structs.h  |  1 +
 .../amd/display/dc/gpio/dcn32/hw_factory_dcn32.c   | 14 ++++++++
 drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c       |  9 +++--
 .../drm/amd/pm/powerplay/hwmgr/vega10_thermal.c    | 25 +++++++------
 .../amd/pm/swsmu/inc/pmfw_if/smu_v13_0_4_ppsmc.h   | 15 ++++----
 .../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c    |  4 ++-
 25 files changed, 171 insertions(+), 103 deletions(-)

             reply	other threads:[~2022-11-09 23:46 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09 23:45 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-17  4:04 [pull] amdgpu, amdkfd drm-fixes-6.1 Alex Deucher
2022-11-03  2:32 Alex Deucher
2022-10-27  2:41 Alex Deucher
2022-10-27  5:42 ` Chen, Guchun
2022-10-27 12:29   ` 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=20221109234554.6028-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