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.8
Date: Thu, 18 Jan 2024 17:31:27 -0500	[thread overview]
Message-ID: <20240118223127.4904-1-alexander.deucher@amd.com> (raw)

Hi Dave, Sima,

New fixes for 6.8, on top of the fixes I sent last week and fixed up on Monday.

The following changes since commit d7643fe6fb76edb1f2f1497bf5e8b8f4774b5129:

  drm/amd/display: Avoid enum conversion warning (2024-01-15 18:35:07 -0500)

are available in the Git repository at:

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

for you to fetch changes up to aa0901a9008eeb2710292aff94e615adf7884d5f:

  drm/amdgpu: Enable GFXOFF for Compute on GFX11 (2024-01-18 16:45:19 -0500)

----------------------------------------------------------------
amd-drm-fixes-6.8-2024-01-18:

amdgpu:
- DSC fixes
- DC resource pool fixes
- OTG fix
- DML2 fixes
- Aux fix
- GFX10 RLC firmware handling fix
- Revert a broken workaround for SMU 13.0.2
- DC writeback fix
- Enable gfxoff when ROCm apps are active on gfx11 with the proper FW version

amdkfd:
- Fix dma-buf exports using GEM handles

----------------------------------------------------------------
Charlene Liu (1):
      drm/amd/display: Add logging resource checks

Christian König (1):
      drm/amdgpu: revert "Adjust removal control flow for smu v13_0_2"

Christophe JAILLET (1):
      drm/amd/display: Fix a switch statement in populate_dml_output_cfg_from_stream_state()

Dillon Varone (1):
      drm/amd/display: Init link enc resources in dc_state only if res_pool presents

Flora Cui (1):
      drm/amdkfd: init drm_client with funcs hook

Ilya Bakoulin (1):
      drm/amd/display: Clear OPTC mem select on disable

Ma Jun (1):
      drm/amdgpu: Fix the null pointer when load rlc firmware

Nicholas Kazlauskas (1):
      drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A

Ori Messinger (1):
      drm/amdgpu: Enable GFXOFF for Compute on GFX11

Ovidiu Bunea (1):
      drm/amd/display: Fix DML2 watermark calculation

Srinivasan Shanmugam (2):
      drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'
      drm/amd/display: Drop 'acrtc' and add 'new_crtc_state' NULL check for writeback requests.

Wayne Lin (1):
      drm/amd/display: Align the returned error code with legacy DP

 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c         | 11 ++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         | 32 +---------------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            | 32 ----------------------
 drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h          |  1 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.h           |  1 -
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             | 15 ++++------
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c  |  6 ++--
 .../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c  |  5 ++++
 .../amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 21 ++++++--------
 drivers/gpu/drm/amd/display/dc/core/dc.c           |  4 ++-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  4 +++
 drivers/gpu/drm/amd/display/dc/core/dc_state.c     |  8 ++++--
 .../drm/amd/display/dc/dml2/display_mode_core.c    | 14 +++++-----
 .../amd/display/dc/dml2/dml2_translation_helper.c  |  2 +-
 drivers/gpu/drm/amd/display/dc/link/link_dpms.c    |  8 ++++--
 .../gpu/drm/amd/display/dc/optc/dcn32/dcn32_optc.c |  3 ++
 .../gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c |  3 ++
 17 files changed, 62 insertions(+), 108 deletions(-)

             reply	other threads:[~2024-01-18 22:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-18 22:31 Alex Deucher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-15 15:18 [pull] amdgpu, amdkfd drm-fixes-6.8 Alex Deucher
2024-02-01 18:41 Alex Deucher
2024-01-15 23:43 Alex Deucher
2024-01-15 22:08 Alex Deucher
2024-01-15 23:01 ` Felix Kuehling
2024-01-12 17:56 Alex Deucher
2024-01-15  0:25 ` Dave Airlie

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