]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/amdgpu: Fix use of interruptible waiting
authorAlex Xie <AlexBin.Xie@amd.com>
Mon, 24 Apr 2017 17:52:41 +0000 (13:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 28 Apr 2017 21:33:05 +0000 (17:33 -0400)
commit7a6901d7d7e49ad50d477cd8f8ef79d079b5c6c5
tree573d1fbc16a3ebbc27ce483941de5e8b14b9e19f
parent8ab25b4f51ffd2f859afaffa191d50a1eda4128f
drm/amdgpu: Fix use of interruptible waiting

1. The signal interrupt can affect the expected behaviour.
2. There is no mechanism to handle the corresponding error.

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