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 drm-fixes-6.7
Date: Wed, 6 Dec 2023 17:11:02 -0500	[thread overview]
Message-ID: <20231206221102.4995-1-alexander.deucher@amd.com> (raw)

Hi Dave, Sima,

Fixes for 6.7.

The following changes since commit 33924328498e903bea74727353e5012d29653aff:

  Merge tag 'drm-intel-fixes-2023-12-01-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-12-05 12:19:22 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.7-2023-12-06

for you to fetch changes up to dab96d8b61aab1a4f99d0b86964a6c40e7bb1756:

  drm/amdgpu: fix buffer funcs setting order on suspend (2023-12-06 16:05:32 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.7-2023-12-06:

amdgpu:
- Disable MCBP on gfx9
- DC vbios fix
- eDP fix
- dml2 UBSAN fix
- SMU 14 fix
- RAS fixes
- dml KASAN/KCSAN fix
- PSP 13 fix
- Clockgating fixes
- Suspend fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amd/display: Increase frame warning limit with KASAN or KCSAN in dml
      drm/amdgpu: fix buffer funcs setting order on suspend

Alvin Lee (1):
      drm/amd/display: Use channel_width = 2 for vram table 3.0

Hawking Zhang (1):
      drm/amdgpu: Update fw version for boot time error query

Ivan Lipski (1):
      drm/amd/display: Add monitor patch for specific eDP

Jiadong Zhu (1):
      drm/amdgpu: disable MCBP by default

Li Ma (1):
      drm/amd/swsmu: update smu v14_0_0 driver if version and metrics table

Lijo Lazar (4):
      drm/amdgpu: Restrict extended wait to PSP v13.0.6
      drm/amdgpu: Add NULL checks for function pointers
      drm/amdgpu: Update HDP 4.4.2 clock gating flags
      drm/amdgpu: Avoid querying DRM MGCG status

Roman Li (1):
      drm/amd/display: Fix array-index-out-of-bounds in dml2

Yang Wang (2):
      drm/amd/pm: support new mca smu error code decoding
      drm/amdgpu: optimize the printing order of error data

 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  6 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_mca.h            |  2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c            | 17 +++++
 drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c              |  5 ++
 drivers/gpu/drm/amd/amdgpu/psp_v13_0.c             | 12 ++--
 drivers/gpu/drm/amd/amdgpu/soc15.c                 | 15 +++--
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  6 ++
 drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c |  8 ++-
 drivers/gpu/drm/amd/display/dc/dml/Makefile        |  4 ++
 .../drm/amd/display/dc/dml2/display_mode_core.c    |  6 +-
 drivers/gpu/drm/amd/include/kgd_pp_interface.h     | 17 +++++
 drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h      | 10 +++
 .../pm/swsmu/inc/pmfw_if/smu14_driver_if_v14_0_0.h | 77 +++++++++++++---------
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c   |  9 ++-
 .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c   | 46 ++++++++++++-
 15 files changed, 187 insertions(+), 53 deletions(-)

             reply	other threads:[~2023-12-06 22:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 22:11 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-04 15:21 [pull] amdgpu drm-fixes-6.7 Alex Deucher
2023-12-13 22:11 Alex Deucher
2023-11-17  6:34 Alex Deucher
2023-11-17 11:09 ` Daniel Vetter
2023-11-17 11:09   ` Daniel Vetter

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=20231206221102.4995-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.