OSDN Git Service

drm/amdgpu: update comments about s0ix suspend/resume
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Mar 2021 18:00:36 +0000 (14:00 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Apr 2021 20:37:00 +0000 (16:37 -0400)
commit32ff160da7ffc707e3bccfe1fdd3711ac2246164
tree33935732605a6b74ec8854ffe4e0d20b866beea2
parentf937008757a2048e1b22bb067e5fe36b1f4fb1af
drm/amdgpu: update comments about s0ix suspend/resume

Provide and explanation as to why we skip GFX and PSP for
S0ix.  GFX goes into gfxoff, same as runtime, so no need
to tear down and re-init.  PSP is part of the always on
state, so no need to touch it.

Acked-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c