From: "Mike Pagano" <mpagano@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/linux-patches:6.15 commit in: /
Date: Tue, 10 Jun 2025 12:24:45 +0000 (UTC) [thread overview]
Message-ID: <1749558269.de43d4227d9df80eeff6dab94e4a378bd746ebd0.mpagano@gentoo> (raw)
commit: de43d4227d9df80eeff6dab94e4a378bd746ebd0
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 12:24:29 2025 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 12:24:29 2025 +0000
URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=de43d422
Remove redundant patch
Removed:
2700_amd-revert-vmin-vmax-for-freesync.patch
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
0000_README | 4 ---
2700_amd-revert-vmin-vmax-for-freesync.patch | 48 ----------------------------
2 files changed, 52 deletions(-)
diff --git a/0000_README b/0000_README
index 9ef52bb6..1f59639d 100644
--- a/0000_README
+++ b/0000_README
@@ -66,10 +66,6 @@ Patch: 2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
From: https://lore.kernel.org/linux-bluetooth/20190522070540.48895-1-marcel@holtmann.org/raw
Desc: Bluetooth: Check key sizes only when Secure Simple Pairing is enabled. See bug #686758
-Patch: 2700_amd-revert-vmin-vmax-for-freesync.patch
-From: https://github.com/archlinux/linux/commit/30dd9945fd79d33a049da4e52984c9bc07450de2.patch
-Desc: Revert "drm/amd/display: more liberal vmin/vmax update for freesync"
-
Patch: 2901_permit-menuconfig-sorting.patch
From: https://lore.kernel.org/
Desc: menuconfig: Allow sorting the entries alphabetically
diff --git a/2700_amd-revert-vmin-vmax-for-freesync.patch b/2700_amd-revert-vmin-vmax-for-freesync.patch
deleted file mode 100644
index b0b80885..00000000
--- a/2700_amd-revert-vmin-vmax-for-freesync.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 30dd9945fd79d33a049da4e52984c9bc07450de2 Mon Sep 17 00:00:00 2001
-From: Aurabindo Pillai <aurabindo.pillai@amd.com>
-Date: Wed, 21 May 2025 16:10:57 -0400
-Subject: [PATCH] Revert "drm/amd/display: more liberal vmin/vmax update for
- freesync"
-
-This reverts commit 219898d29c438d8ec34a5560fac4ea8f6b8d4f20 since it
-causes regressions on certain configs. Revert until the issue can be
-isolated and debugged.
-
-Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/4238
-Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
-Cherry-picked-for: https://gitlab.archlinux.org/archlinux/packaging/packages/linux/-/issues/139
----
- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 16 +++++-----------
- 1 file changed, 5 insertions(+), 11 deletions(-)
-
-diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
-index 2dbd71fbae28a5..e4f0517f0f2b23 100644
---- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
-+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
-@@ -668,21 +668,15 @@ static void dm_crtc_high_irq(void *interrupt_params)
- spin_lock_irqsave(&adev_to_drm(adev)->event_lock, flags);
-
- if (acrtc->dm_irq_params.stream &&
-- acrtc->dm_irq_params.vrr_params.supported) {
-- bool replay_en = acrtc->dm_irq_params.stream->link->replay_settings.replay_feature_enabled;
-- bool psr_en = acrtc->dm_irq_params.stream->link->psr_settings.psr_feature_enabled;
-- bool fs_active_var_en = acrtc->dm_irq_params.freesync_config.state == VRR_STATE_ACTIVE_VARIABLE;
--
-+ acrtc->dm_irq_params.vrr_params.supported &&
-+ acrtc->dm_irq_params.freesync_config.state ==
-+ VRR_STATE_ACTIVE_VARIABLE) {
- mod_freesync_handle_v_update(adev->dm.freesync_module,
- acrtc->dm_irq_params.stream,
- &acrtc->dm_irq_params.vrr_params);
-
-- /* update vmin_vmax only if freesync is enabled, or only if PSR and REPLAY are disabled */
-- if (fs_active_var_en || (!fs_active_var_en && !replay_en && !psr_en)) {
-- dc_stream_adjust_vmin_vmax(adev->dm.dc,
-- acrtc->dm_irq_params.stream,
-- &acrtc->dm_irq_params.vrr_params.adjust);
-- }
-+ dc_stream_adjust_vmin_vmax(adev->dm.dc, acrtc->dm_irq_params.stream,
-+ &acrtc->dm_irq_params.vrr_params.adjust);
- }
-
- /*
next reply other threads:[~2025-06-10 12:24 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-10 12:24 Mike Pagano [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-21 4:00 [gentoo-commits] proj/linux-patches:6.15 commit in: / Arisu Tachibana
2025-08-21 1:10 Arisu Tachibana
2025-08-16 3:10 Arisu Tachibana
2025-08-04 5:58 Arisu Tachibana
2025-08-01 10:30 Arisu Tachibana
2025-07-24 9:17 Arisu Tachibana
2025-07-18 12:05 Arisu Tachibana
2025-07-11 2:26 Arisu Tachibana
2025-07-06 13:42 Arisu Tachibana
2025-06-27 11:17 Mike Pagano
2025-06-24 17:42 Mike Pagano
2025-06-19 14:21 Mike Pagano
2025-06-10 12:14 Mike Pagano
2025-06-05 19:13 Mike Pagano
2025-06-04 18:07 Mike Pagano
2025-06-01 21:41 Mike Pagano
2025-05-27 19:29 Mike Pagano
2025-05-26 10:21 Mike Pagano
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=1749558269.de43d4227d9df80eeff6dab94e4a378bd746ebd0.mpagano@gentoo \
--to=mpagano@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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