]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Jan 2024 01:23:03 +0000 (17:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 27 Jan 2024 01:23:03 +0000 (17:23 -0800)
added patches:
revert-drm-amd-enable-pcie-pme-from-d3.patch

queue-6.6/revert-drm-amd-enable-pcie-pme-from-d3.patch [new file with mode: 0644]
queue-6.6/series

diff --git a/queue-6.6/revert-drm-amd-enable-pcie-pme-from-d3.patch b/queue-6.6/revert-drm-amd-enable-pcie-pme-from-d3.patch
new file mode 100644 (file)
index 0000000..537981c
--- /dev/null
@@ -0,0 +1,33 @@
+From stable+bounces-16050-greg=kroah.com@vger.kernel.org Fri Jan 26 17:02:00 2024
+From: Jonathan Gray <jsg@jsg.id.au>
+Date: Sat, 27 Jan 2024 12:01:50 +1100
+Subject: Revert "drm/amd: Enable PCIe PME from D3"
+To: gregkh@linuxfoundation.org
+Cc: mario.limonciello@amd.com, stable@vger.kernel.org
+Message-ID: <20240127010150.38720-1-jsg@jsg.id.au>
+
+From: Jonathan Gray <jsg@jsg.id.au>
+
+This reverts commit 847e6947afd3c46623172d2eabcfc2481ee8668e.
+
+duplicated a change made in 6.6.5
+49227bea27ebcd260f0c94a3055b14bbd8605c5e
+
+Cc: stable@vger.kernel.org # 6.6
+Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c |    2 --
+ 1 file changed, 2 deletions(-)
+
+--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
++++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+@@ -2197,8 +2197,6 @@ retry_init:
+               pci_wake_from_d3(pdev, TRUE);
+-              pci_wake_from_d3(pdev, TRUE);
+-
+               /*
+                * For runpm implemented via BACO, PMFW will handle the
+                * timing for BACO in and out:
index baa3a013fe9fc596351c2acf7d265a5bfbc916fe..0d5fbc18b57ff6d23edbb8f7f3bbe0b6b8ee4166 100644 (file)
@@ -160,3 +160,4 @@ bpf-widening-for-callback-iterators.patch
 selftests-bpf-test-widening-for-iterating-callbacks.patch
 bpf-keep-track-of-max-number-of-bpf_loop-callback-iterations.patch
 selftests-bpf-check-if-max-number-of-bpf_loop-iterations-is-tracked.patch
+revert-drm-amd-enable-pcie-pme-from-d3.patch