drm/amdgpu: stop calling amdgpu_gpu_reset from the flip code
authorChristian König <christian.koenig@amd.com>
Thu, 11 Feb 2016 13:51:47 +0000 (14:51 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Feb 2016 22:23:31 +0000 (17:23 -0500)
commit6800e2ea2e74635e5386fc4bb43b0b69edd85a19
tree5e9875802405bbc0990d72aa74548ec5275814f3
parent9b3896686fab2be860500ab44770071f15873aa1
drm/amdgpu: stop calling amdgpu_gpu_reset from the flip code

We don't return -EDEADLK any more.

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