]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit62f69582622048b2fcd180c76442a7246bdcb5b5
tree9eb9c308d569de0e204c90e913332a91ab2ab947
parent5f196d4c6d20db7ea3990e956e809bc3af380996
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