]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/ttm: return immediately in case of a signal
authorChristian König <christian.koenig@amd.com>
Mon, 13 May 2019 13:36:08 +0000 (15:36 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 31 May 2019 15:39:34 +0000 (10:39 -0500)
commitb2f7a6161972a4ccd19ea14ea8d9afbdbda5c51d
treefc8b6d0d706b94942355a0737a6c76b2408c53aa
parent6e58ab7ac7fac61acd7705a8abf1632462c1512a
drm/ttm: return immediately in case of a signal

When a signal arrives we should return immediately for
handling it and not try other placements first.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Chunming Zhou <david1.zhou@amd.com>
Tested-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/ttm/ttm_bo.c