]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amd/display: Don't print error when bo_pin is interrupted
authorHarry Wentland <harry.wentland@amd.com>
Thu, 26 Oct 2017 19:35:14 +0000 (15:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 2 Nov 2017 16:58:25 +0000 (12:58 -0400)
commit30b7c6147d18d77c6120a8f689d04d2518d3f5e4
tree8619de6db7b4b15c5e169196953e5cbfa3846df4
parentcc57306f426e3953118f1fcf8a7254dbad46c5f6
drm/amd/display: Don't print error when bo_pin is interrupted

v2: Also don't print for ERESTARTSYS or EAGAIN
v3: Best practice is to only ignore ERESTARTSYS

Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c