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.5
Date: Thu, 20 Jul 2023 09:34:56 -0400 [thread overview]
Message-ID: <20230720133456.7826-1-alexander.deucher@amd.com> (raw)
Hi Dave, Daniel,
Fixes for 6.5.
The following changes since commit fdf0eaf11452d72945af31804e2a1048ee1b574c:
Linux 6.5-rc2 (2023-07-16 15:10:37 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.5-2023-07-20
for you to fetch changes up to b13d3e9c6b62597a5c31fdc74febb3bc588893bf:
drm/amdgpu: use a macro to define no xcp partition case (2023-07-18 14:42:54 -0400)
----------------------------------------------------------------
amd-drm-fixes-6.5-2023-07-20:
amdgpu:
- More PCIe DPM fixes for Intel platforms
- DCN3.0.1 fixes
- Virtual display timer fix
- Async flip fix
- SMU13 clock reporting fixes
- Add missing PSP firmware declaration
- DP MST fix
- DCN3.1.x fixes
- Slab out of bounds fix
----------------------------------------------------------------
Alex Deucher (2):
drm/amdgpu/pm: make gfxclock consistent for sienna cichlid
drm/amdgpu/pm: make mclk consistent for smu 13.0.7
Aurabindo Pillai (2):
drm/amd/display: export some optc function for reuse
drm/amd/display: add DCN301 specific logic for OTG programming
Candice Li (1):
drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_ta
Daniel Miess (1):
drm/amd/display: Prevent vtotal from being set to 0
Guchun Chen (5):
drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel
drm/amdgpu: Allocate root PD on correct partition
drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_create
drm/amdgpu/vm: use the same xcp_id from root PD
drm/amdgpu: use a macro to define no xcp partition case
Mario Limonciello (1):
drm/amd: Use amdgpu_device_pcie_dynamic_switching_supported() for SMU7
Nicholas Kazlauskas (1):
drm/amd/display: Keep PHY active for DP displays on DCN31
Simon Ser (1):
drm/amd/display: only accept async flips for fast updates
Srinivasan Shanmugam (1):
drm/amd/display: Clean up errors & warnings in amdgpu_dm.c
Taimur Hassan (1):
drm/amd/display: check TG is non-null before checking if enabled
Wayne Lin (1):
drm/amd/display: Add polling method to handle MST reply packet
Zhikai Zhai (1):
drm/amd/display: Disable MPC split by default on special asic
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 5 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 12 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h | 2 +
.../gpu/drm/amd/amdgpu/aqua_vanjaram_reg_init.c | 4 +-
drivers/gpu/drm/amd/amdgpu/psp_v13_0.c | 1 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 256 +++++++++------------
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 7 +
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 12 +
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 110 +++++++++
.../amd/display/amdgpu_dm/amdgpu_dm_mst_types.h | 11 +
.../amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 5 +
.../drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 3 +-
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.c | 4 +-
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_optc.h | 3 +
drivers/gpu/drm/amd/display/dc/dcn301/Makefile | 3 +-
.../gpu/drm/amd/display/dc/dcn301/dcn301_optc.c | 185 +++++++++++++++
.../gpu/drm/amd/display/dc/dcn301/dcn301_optc.h | 36 +++
.../drm/amd/display/dc/dcn301/dcn301_resource.c | 4 +-
.../drm/amd/display/dc/dcn303/dcn303_resource.c | 2 +-
.../gpu/drm/amd/display/dc/dml/dcn314/dcn314_fpu.c | 6 +-
.../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 14 +-
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 8 +-
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 2 +-
29 files changed, 524 insertions(+), 196 deletions(-)
create mode 100644 drivers/gpu/drm/amd/display/dc/dcn301/dcn301_optc.c
create mode 100644 drivers/gpu/drm/amd/display/dc/dcn301/dcn301_optc.h
next reply other threads:[~2023-07-20 13:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-20 13:34 Alex Deucher [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-16 20:02 [pull] amdgpu drm-fixes-6.5 Alex Deucher
2023-07-12 18:40 Alex Deucher
2023-06-30 17:57 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=20230720133456.7826-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