OSDN Git Service

drm/amdgpu: don't enable/disable display twice on suspend/resume
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Jun 2015 15:52:00 +0000 (11:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Jun 2015 18:16:48 +0000 (14:16 -0400)
commit633ed3df9a65614f14e756424aaff0d317b1b637
tree9eb9c308d569de0e204c90e913332a91ab2ab947
parent4802ce11778664a69b308c5aa9b95350b76793be
drm/amdgpu: don't enable/disable display twice on suspend/resume

We were doing it in the common code and in the IP specific code.
Remove the IP specific code.  The common code handles the
ordering properly.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v10_0.c
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
drivers/gpu/drm/amd/amdgpu/dce_v8_0.c