]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: split ip suspend into 2 phases
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Jul 2018 18:10:07 +0000 (13:10 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Jul 2018 19:24:50 +0000 (14:24 -0500)
commite7854a038015122538df4777b8c192e03b4eb6c2
tree2211ed98b5bd9f43adc50462ad6141f4458f23e6
parent5b8eb0edba15b1685acbb76751fbb189de4ca310
drm/amdgpu: split ip suspend into 2 phases

We need to do some IPs earlier to deal with ordering issues
similar to how resume is split into two phases. Do DCE first
to deal with atomic, then do the rest.

Acked-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-and-tested-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c