From: Simona Vetter <simona.vetter@ffwll.ch>
To: Dave Airlie <airlied@gmail.com>,
Simona Vetter <simona.vetter@ffwll.ch>,
Linus Torvalds <torvalds@linux-foundation.org>
Cc: DRI Development <dri-devel@lists.freedesktop.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PULL] drm-fixes
Date: Fri, 6 Dec 2024 22:12:48 +0100 [thread overview]
Message-ID: <Z1No0B2ZRO5kq7Yx@phenom.ffwll.local> (raw)
Hi Linus,
Due to mailing list unreliability we missed the amdgpu pull, hence part 2
with that now included.
drm-fixes-2024-12-06:
drm fixes for -rc2, part 2
- amdgu: mostly display fixes + jpeg vcn 1.0, sriov, dcn4.0 resume
firxes
- amdkfd fixes
Cheers, Sima
The following changes since commit 471f3a21addd4e5f170ab1364f11c3e4823e687d:
Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes (2024-12-06 08:40:47 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-12-06
for you to fetch changes up to 1995e7d05062097109ea1807778ff8654c2de7f3:
Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2024-12-06 21:54:04 +0100)
----------------------------------------------------------------
drm fixes for -rc2, part 2
- amdgu: mostly display fixes + jpeg vcn 1.0, sriov, dcn4.0 resume
firxes
- amdkfd fixes
----------------------------------------------------------------
Alex Deucher (9):
drm/amdgpu/jpeg1.0: fix idle work handler
drm/amdgpu/hdp4.0: do a posting read when flushing HDP
drm/amdgpu/hdp5.0: do a posting read when flushing HDP
drm/amdgpu/hdp5.2: do a posting read when flushing HDP
drm/amdgpu/hdp6.0: do a posting read when flushing HDP
drm/amdgpu/hdp7.0: do a posting read when flushing HDP
Revert "drm/amd/pm: correct the workload setting"
drm/amd/pm: fix and simplify workload handling
drm/amdgpu: rework resume handling for display (v2)
Chris Park (1):
drm/amd/display: Add hblank borrowing support
David Yat Sin (1):
drm/amdkfd: hard-code cacheline for gc943,gc944
Dillon Varone (1):
drm/amd/display: Limit VTotal range to max hw cap minus fp
Lo-an Chen (1):
drm/amd/display: Correct prefetch calculation
Mario Limonciello (2):
drm/amd: Sanity check the ACPI EDID
drm/amd/display: Fix programming backlight on OLED panels
Peterson Guo (1):
drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odm
Pratap Nirujogi (1):
drm/amdgpu: Fix ISP hw init issue
Simona Vetter (1):
Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Sreekant Somasekharan (1):
drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12
Sung Lee (1):
drm/amd/display: Add option to retrieve detile buffer size
Yiqing Yao (1):
drm/amdgpu: fix sriov reinit late orders
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 90 +++++++---
drivers/gpu/drm/amd/amdgpu/hdp_v4_0.c | 12 +-
drivers/gpu/drm/amd/amdgpu/hdp_v5_0.c | 7 +-
drivers/gpu/drm/amd/amdgpu/hdp_v5_2.c | 6 +-
drivers/gpu/drm/amd/amdgpu/hdp_v6_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/hdp_v7_0.c | 6 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 2 +-
drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 6 +
drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 +
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 13 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 18 ++
drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 42 ++++-
drivers/gpu/drm/amd/display/dc/dc.h | 4 +
drivers/gpu/drm/amd/display/dc/dc_spl_translate.c | 2 +-
.../drm/amd/display/dc/dml2/display_mode_core.c | 1 +
.../dc/dml2/dml21/dml21_translation_helper.c | 48 +++++-
.../drm/amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 3 +-
.../drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 7 +-
drivers/gpu/drm/amd/display/dc/inc/core_types.h | 3 +
drivers/gpu/drm/amd/display/dc/link/link_dpms.c | 3 +-
.../amd/display/dc/resource/dcn20/dcn20_resource.c | 23 +++
.../amd/display/dc/resource/dcn30/dcn30_resource.c | 1 +
.../display/dc/resource/dcn302/dcn302_resource.c | 1 +
.../display/dc/resource/dcn303/dcn303_resource.c | 1 +
.../amd/display/dc/resource/dcn31/dcn31_resource.c | 7 +
.../amd/display/dc/resource/dcn31/dcn31_resource.h | 3 +
.../display/dc/resource/dcn314/dcn314_resource.c | 1 +
.../display/dc/resource/dcn315/dcn315_resource.c | 1 +
.../display/dc/resource/dcn316/dcn316_resource.c | 1 +
.../amd/display/dc/resource/dcn32/dcn32_resource.c | 2 +
.../display/dc/resource/dcn321/dcn321_resource.c | 1 +
.../amd/display/dc/resource/dcn35/dcn35_resource.c | 2 +
.../display/dc/resource/dcn351/dcn351_resource.c | 2 +
.../display/dc/resource/dcn401/dcn401_resource.c | 1 +
.../drm/amd/display/modules/freesync/freesync.c | 13 +-
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 6 +-
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 167 +++++++++---------
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h | 17 +-
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 189 ++++++++++++---------
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 182 ++++++++++++--------
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 183 ++++++++++++--------
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 41 ++---
drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 43 ++---
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 177 ++++++++++---------
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 151 +++++++++-------
.../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 169 ++++++++++--------
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 33 +++-
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h | 6 +-
49 files changed, 1062 insertions(+), 646 deletions(-)
--
Simona Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
next reply other threads:[~2024-12-06 21:12 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-06 21:12 Simona Vetter [this message]
2024-12-06 21:39 ` [PULL] drm-fixes pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2023-01-06 23:05 Daniel Vetter
2023-01-06 23:58 ` pr-tracker-bot
2022-09-30 22:19 Daniel Vetter
2022-09-30 23:29 ` pr-tracker-bot
2021-10-01 16:57 Daniel Vetter
2021-10-01 17:45 ` pr-tracker-bot
2021-04-16 13:32 Daniel Vetter
2021-04-16 15:15 ` pr-tracker-bot
2021-01-08 15:57 Daniel Vetter
2021-01-08 23:49 ` pr-tracker-bot
2020-03-06 21:08 Daniel Vetter
2020-03-06 22:20 ` pr-tracker-bot
2019-07-26 19:45 Daniel Vetter
2019-07-26 21:40 ` pr-tracker-bot
2019-01-11 23:06 Daniel Vetter
2019-01-12 18:45 ` pr-tracker-bot
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=Z1No0B2ZRO5kq7Yx@phenom.ffwll.local \
--to=simona.vetter@ffwll.ch \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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