drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 26 Jan 2022 03:46:58 +0000 (21:46 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Feb 2022 23:27:01 +0000 (18:27 -0500)
commit9308a49d8ee2f0f372fb7f18b8f4a97d9ec676c7
treed9ba30206178e69b056bcd279b08ffa8d0c362e9
parent22f7cc7524081bb2bfb2720e43ab9889e2ed5b00
drm/amd: avoid suspend on dGPUs w/ s2idle support when runtime PM enabled

dGPUs connected to Intel systems configured for suspend to idle
will not have the power rails cut at suspend and resetting the GPU
may lead to problematic behaviors.

Fixes: e25443d2765f4 ("drm/amdgpu: add a dev_pm_ops prepare callback (v2)")
Link: https://gitlab.freedesktop.org/drm/amd/-/issues/1879
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c