drm/amdgpu: update suspend status for aborting from deeper suspend
authorPrike Liang <Prike.Liang@amd.com>
Fri, 23 Aug 2024 01:48:13 +0000 (09:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 26 Sep 2024 21:06:16 +0000 (17:06 -0400)
commit6704dbf71928f3555c20de03af96c13f1f1d7472
treea43541a3ed075f620261fe3e2b9617df32100fc6
parentdc443aa4ab7df2d660092be39c790d36ea5fc33e
drm/amdgpu: update suspend status for aborting from deeper suspend

There're some other suspend abort cases which can call the noirq
suspend except for executing _S3 method. In those cases need to
process as incomplete suspendsion.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/soc15.c