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-next-5.18
Date: Fri, 25 Mar 2022 14:36:02 -0400	[thread overview]
Message-ID: <20220325183602.5718-1-alexander.deucher@amd.com> (raw)

Hi Dave, Daniel,

Fixes for 5.18.

The following changes since commit c6e90a1c660874736bd09c1fec6312b4b4c2ff7b:

  Merge tag 'amd-drm-next-5.18-2022-03-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-next (2022-03-21 13:48:20 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-next-5.18-2022-03-25

for you to fetch changes up to 15f9cd4334c83716fa32647652a609e3ba6c998d:

  drm/amdgpu/gfx10: enable gfx1037 clock counter retrieval function (2022-03-25 12:40:25 -0400)

----------------------------------------------------------------
amd-drm-next-5.18-2022-03-25:

amdgpu:
- GFX 10.3.7 fixes
- noretry updates
- VCN fixes
- TMDS fix
- zstate fix for freesync video
- DCN 3.1.5 fix
- Display stack size fix
- Audio fix
- DCN 3.1 pstate fix
- TMZ VCN fix
- APU passthrough fix
- Misc other fixes

amdkfd:
- Error handling fix
- xgmi p2p fix
- HWS VMIDs fix

----------------------------------------------------------------
Alex Deucher (2):
      drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
      drm/amdgpu: add more cases to noretry=1

Aurabindo Pillai (1):
      drm/amd: Add USBC connector ID

Charlene Liu (2):
      drm/amd/display: fix audio format not updated after edid updated
      drm/amd/display: remove destructive verify link for TMDS

Chiawen Huang (1):
      drm/amd/display: FEC check in timing validation

Dan Carpenter (1):
      drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()

Divya Shikre (1):
      drm/amdkfd: Check use_xgmi_p2p before reporting hive_id

Emily Deng (1):
      drm/amdgpu/vcn: Fix the register setting for vcn1

Felix Kuehling (1):
      drm/amdgpu: set noretry=1 for GFX 10.3.4

Gabe Teeger (1):
      drm/amd/display: Add support for zstate during extended vblank

Guchun Chen (2):
      drm/amdgpu: prevent memory wipe in suspend/shutdown stage
      drm/amdgpu: conduct a proper cleanup of PDB bo

Lang Yu (1):
      drm/amdgpu: add workarounds for VCN TMZ issue on CHIP_RAVEN

Leo (Hanghong) Ma (1):
      drm/amd/display: Update VTEM Infopacket definition

Nicholas Kazlauskas (1):
      drm/amd/display: Fix p-state allow debug index on dcn31

Oliver Logush (1):
      drm/amd/display: Add fSMC_MSG_SetDtbClk support

Prike Liang (2):
      drm/amdgpu: set noretry for gfx 10.3.7
      drm/amdgpu/gfx10: enable gfx1037 clock counter retrieval function

QintaoShen (1):
      drm/amdkfd: Check for potential null return of kmalloc_array()

Rodrigo Siqueira (1):
      drm/amd/display: Reduce stack size

Stanley.Yang (1):
      drm/amdgpu/pm: add asic smu support check

Tianci Yin (1):
      drm/amdgpu/vcn: improve vcn dpg stop procedure

Tushar Patel (1):
      drm/amdkfd: Fix Incorrect VMIDs passed to HWS

Yifan Zhang (2):
      drm/amdgpu/pm: fix the Stable pstate Test in amdgpu_test
      drm/amdgpu: set noretry=1 for gc 10.3.6

 drivers/gpu/drm/amd/amdgpu/ObjectID.h              |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  4 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c            |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c            |  6 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c         |  4 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c             |  1 +
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c              |  5 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c              |  2 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c              |  4 +-
 drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c              | 71 ++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c              |  7 ++-
 drivers/gpu/drm/amd/amdkfd/kfd_device.c            | 14 ++---
 drivers/gpu/drm/amd/amdkfd/kfd_events.c            |  2 +
 .../drm/amd/display/dc/clk_mgr/dcn315/dcn315_smu.c | 19 ++++--
 .../drm/amd/display/dc/clk_mgr/dcn315/dcn315_smu.h |  4 +-
 drivers/gpu/drm/amd/display/dc/core/dc.c           | 23 +++++++
 drivers/gpu/drm/amd/display/dc/core/dc_link.c      |  3 +-
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c  |  4 +-
 drivers/gpu/drm/amd/display/dc/dc.h                |  6 +-
 drivers/gpu/drm/amd/display/dc/dc_stream.h         |  2 +
 .../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c  |  8 ++-
 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 12 ++++
 .../gpu/drm/amd/display/dc/dcn31/dcn31_hubbub.c    |  2 +
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hubp.c  |  8 +++
 .../gpu/drm/amd/display/dc/dcn31/dcn31_resource.c  |  1 +
 .../gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c   | 18 +++++-
 .../display/dc/dml/dcn31/display_rq_dlg_calc_31.c  | 13 ++++
 .../drm/amd/display/dc/dml/display_mode_structs.h  |  2 +
 drivers/gpu/drm/amd/display/dc/inc/hw/hubp.h       |  3 +
 .../amd/display/modules/info_packet/info_packet.c  |  5 +-
 drivers/gpu/drm/amd/pm/amdgpu_dpm.c                |  6 ++
 .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c   |  2 +-
 34 files changed, 229 insertions(+), 39 deletions(-)

             reply	other threads:[~2022-03-25 18:36 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-25 18:36 Alex Deucher [this message]
2022-04-04 19:39 ` [pull] amdgpu, amdkfd drm-next-5.18 Alex Deucher
2022-04-04 19:39   ` Alex Deucher
  -- strict thread matches above, loose matches on Subject: below --
2022-03-18 20:37 Alex Deucher
2022-03-09 22:44 Alex Deucher
2022-03-07 20:08 Alex Deucher
2022-03-09 22:12 ` Dave Airlie
2022-03-09 22:16   ` Alex Deucher
2022-03-09 22:19     ` Dave Airlie
2022-03-04 22:51 Alex Deucher
2022-02-25 18:35 Alex Deucher
2022-02-28  6:54 ` Dave Airlie
2022-02-28 17:11   ` Alex Deucher
2022-03-01  6:18     ` 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=20220325183602.5718-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.