drm/amdgpu: remove nonsense in_interrupt() checks
authorChristian König <christian.koenig@amd.com>
Thu, 25 Oct 2018 08:37:02 +0000 (10:37 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Nov 2018 20:49:39 +0000 (15:49 -0500)
commit5c76c6a8975e1d074dc5763d3f46c928bc7d6484
tree186f337d35fe476b9de971064aba49d2c8be0bfa
parent788012e33cb4ba7eedae6b621f0fa27f9196f2d0
drm/amdgpu: remove nonsense in_interrupt() checks

might_sleep() is supposed to raise if warning if called in interrupt or
atomic context.

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