* [git pull] drm fixes for 6.4-rc5
@ 2023-06-02 4:12 Dave Airlie
2023-06-02 12:19 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Dave Airlie @ 2023-06-02 4:12 UTC (permalink / raw)
To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML
Hi Linus,
Quiet enough week, though the misc fixes tree didn't get to me when I
was sending this, so maybe it'll be a bit bigger next week, just one
i915 fix and some scattered amdgpu fixes.
Dave.
drm-fixes-2023-06-02:
drm fixes for v6.4-rc5
amdgpu:
- Fix mclk and fclk output ordering on some APUs
- Fix display regression with 5K VRR
- VCN, JPEG spurious interrupt warning fixes
- Fix SI DPM on some ARM64 platforms
- Fix missing TMZ enablement on GC 11.0.1
i915:
- Fix for OA reporting to allow detecting non-power-of-two reports
The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:
Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-06-02
for you to fetch changes up to b6ccf213d95e9373ac1f7fbcb5de3b52eec0ddb3:
Merge tag 'drm-intel-fixes-2023-06-01' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2023-06-02
10:33:29 +1000)
----------------------------------------------------------------
drm fixes for v6.4-rc5
amdgpu:
- Fix mclk and fclk output ordering on some APUs
- Fix display regression with 5K VRR
- VCN, JPEG spurious interrupt warning fixes
- Fix SI DPM on some ARM64 platforms
- Fix missing TMZ enablement on GC 11.0.1
i915:
- Fix for OA reporting to allow detecting non-power-of-two reports
----------------------------------------------------------------
Ashutosh Dixit (1):
drm/i915/perf: Clear out entire reports after reading if not
power of 2 size
Dave Airlie (2):
Merge tag 'amd-drm-fixes-6.4-2023-05-31' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Merge tag 'drm-intel-fixes-2023-06-01' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Guchun Chen (1):
drm/amd/pm: resolve reboot exception for si oland
Horatio Zhang (6):
drm/amdgpu: separate ras irq from vcn instance irq for UVD_POISON
drm/amdgpu: add RAS POISON interrupt funcs for vcn_v2_6
drm/amdgpu: add RAS POISON interrupt funcs for vcn_v4_0
drm/amdgpu: separate ras irq from jpeg instance irq for UVD_POISON
drm/amdgpu: add RAS POISON interrupt funcs for jpeg_v2_6
drm/amdgpu: add RAS POISON interrupt funcs for jpeg_v4_0
Ikshwaku Chauhan (1):
drm/amdgpu: enable tmz by default for GC 11.0.1
Michel Dänzer (2):
Revert "drm/amd/display: Block optimize on consecutive FAMS enables"
Revert "drm/amd/display: Do not set drr on pipe commit"
Tim Huang (5):
drm/amd/pm: reverse mclk and fclk clocks levels for SMU v13.0.4
drm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
drm/amd/pm: reverse mclk and fclk clocks levels for yellow carp
drm/amd/pm: reverse mclk and fclk clocks levels for vangogh
drm/amd/pm: reverse mclk and fclk clocks levels for renoir
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 3 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | 27 +++++++++++++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h | 3 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 27 +++++++++++++++-
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 3 ++
drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 28 +++++++++++++----
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0.c | 28 ++++++++++++-----
drivers/gpu/drm/amd/amdgpu/vcn_v2_5.c | 25 ++++++++++++---
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c | 36 ++++++++++++++++++----
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hwseq.c | 9 ------
drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c | 25 +--------------
drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 29 -----------------
drivers/gpu/drm/amd/pm/swsmu/smu11/vangogh_ppt.c | 10 +++---
drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c | 5 +--
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_4_ppt.c | 5 +--
.../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c | 5 +--
.../gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c | 5 +--
drivers/gpu/drm/i915/i915_perf.c | 17 ++++++----
18 files changed, 184 insertions(+), 106 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [git pull] drm fixes for 6.4-rc5
2023-06-02 4:12 [git pull] drm fixes for 6.4-rc5 Dave Airlie
@ 2023-06-02 12:19 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-06-02 12:19 UTC (permalink / raw)
To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, LKML, dri-devel
The pull request you sent on Fri, 2 Jun 2023 14:12:59 +1000:
> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-06-02
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e99a74673a19631d4a23c7e1fe2f21c55471a5d1
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-06-02 12:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 4:12 [git pull] drm fixes for 6.4-rc5 Dave Airlie
2023-06-02 12:19 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®