]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/amd: Enable PCIe PME from D3
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 24 Nov 2023 15:56:32 +0000 (09:56 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2024 23:45:14 +0000 (15:45 -0800)
commit bd1f6a31e7762ebc99b97f3eda5e5ea3708fa792 upstream.

When dGPU is put into BOCO it may be in D3cold but still able send
PME on display hotplug event. For this to work it must be enabled
as wake source from D3.

When runpm is enabled use pci_wake_from_d3() to mark wakeup as
enabled by default.

Cc: stable@vger.kernel.org # 6.1+
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 8b33b130ea36e99fa2a8e838868edd551a07908c..76084802426ec1412701dd648acde83c382f2376 100644 (file)
@@ -2265,6 +2265,8 @@ 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: