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.1
Date: Wed, 19 Oct 2022 15:13:57 -0400 [thread overview]
Message-ID: <20221019191357.6208-1-alexander.deucher@amd.com> (raw)
Hi Dave, Daniel,
Fixes for 6.1. Mostly fixes for new IPs or features added in 6.1.
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.1-2022-10-19
for you to fetch changes up to 8273b4048664fff356fd10059033f0e2f5a422a1:
drm/amdgpu: Fix for BO move issue (2022-10-18 22:14:07 -0400)
----------------------------------------------------------------
amd-drm-fixes-6.1-2022-10-19:
amdgpu:
- Mode2 reset fixes for Sienna Cichlid
- Revert broken fan speed sensor fix
- SMU 13.x fixes
- GC 11.x fixes
- RAS fixes
- SR-IOV fixes
- Fix BO move breakage on SI
- Misc compiler fixes
----------------------------------------------------------------
Arunpravin Paneer Selvam (1):
drm/amdgpu: Fix for BO move issue
Asher Song (1):
drm/amdgpu: Revert "drm/amdgpu: getting fan speed pwm for vega10 properly"
Danijel Slivka (1):
drm/amdgpu: set vm_update_mode=0 as default for Sienna Cichlid in SRIOV case
Evan Quan (3):
drm/amd/pm: fulfill SMU13.0.0 cstate control interface
drm/amd/pm: fulfill SMU13.0.7 cstate control interface
drm/amd/pm: disable cstate feature for gpu reset scenario
Guenter Roeck (1):
drm/amd/display: Increase frame size limit for display_mode_vba_util_32.o
Kenneth Feng (5):
drm/amd/pm: temporarily disable thermal alert on smu_v13_0_10
drm/amd/pm: remove the pptable id override on smu_v13_0_10
drm/amd/amdgpu: enable gfx clock gating features on smu_v13_0_10
drm/amd/pm: skip loading pptable from driver on secure board for smu_v13_0_10
drm/amd/pm: enable thermal alert on smu_v13_0_10
Likun Gao (1):
drm/amdgpu: skip mes self test for gc 11.0.3
Nathan Chancellor (1):
drm/amdkfd: Fix type of reset_type parameter in hqd_destroy() callback
Tim Huang (2):
drm/amd/pm: update SMU IP v13.0.4 driver interface version
drm/amd/pm: add SMU IP v13.0.4 IF version define to V7
Victor Zhao (3):
Revert "drm/amdgpu: add debugfs amdgpu_reset_level"
Revert "drm/amdgpu: let mode2 reset fallback to default when failure"
drm/amdgpu: Refactor mode2 reset logic for v11.0.7
YiPeng Chai (3):
drm/amdgpu: Enable gmc soft reset on gmc_v11_0_3
drm/amdgpu: Enable ras support for mp0 v13_0_0 and v13_0_10
drm/amdgpu: Add sriov vf ras support in amdgpu_ras_asic_supported
Yifan Zha (1):
drm/amdgpu: Program GC registers through RLCG interface in gfx_v11/gmc_v11
YuBiao Wang (1):
drm/amdgpu: dequeue mes scheduler during fini
ZhenGuo Yin (1):
drm/amd/pm: Init pm_attr_list when dpm is disabled
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 4 --
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v11.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 2 -
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 15 +++++---
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 1 -
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 25 +++++++++---
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.c | 14 -------
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c | 3 --
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 6 +++
drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 4 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 6 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 3 +-
drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 18 +++++----
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 45 ++++++++++++++++++++--
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c | 1 -
drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c | 1 -
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c | 1 -
drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c | 25 ++++++++----
drivers/gpu/drm/amd/amdgpu/soc21.c | 7 +++-
drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 +-
drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 5 ++-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +-
.../drm/amd/pm/powerplay/hwmgr/vega10_thermal.c | 25 ++++++------
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 4 +-
.../pm/swsmu/inc/pmfw_if/smu13_driver_if_v13_0_4.h | 17 +++++++-
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 2 +-
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 8 ++++
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 9 +++++
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 6 +--
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 11 ++++++
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 12 ++++++
34 files changed, 204 insertions(+), 91 deletions(-)
next reply other threads:[~2022-10-19 19:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-19 19:13 Alex Deucher [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-07 22:27 [pull] amdgpu drm-fixes-6.1 Alex Deucher
2022-12-01 20:20 Alex Deucher
2022-11-23 14:34 Alex Deucher
2022-10-20 13:52 Alex Deucher
2022-10-12 16:26 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=20221019191357.6208-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