]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/amd/display: Remove a false-positive error message
authorJerry Zuo <Jerry.Zuo@amd.com>
Fri, 6 Oct 2017 19:08:07 +0000 (15:08 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:49:53 +0000 (16:49 -0400)
commit9bbc30310f240c9400e31c7ab7b7edd2b76b3589
treed8acb6d548e14e62534234e67c7c7ef85862ee8a
parent3df8fcafb7edab79d76c4c76c93446b91eb4916f
drm/amd/display: Remove a false-positive error message

To avoid confusion, need to suppress the error message when get
-ERESTARTSYS error code. It is normal when getting interrupted
by signals in the process of a wait for the buffer to become
unreserved. Only propagate to user-mode for further action,
no need to pop up error message.

Signed-off-by: Jerry Zuo <Jerry.Zuo@amd.com>
Reviewed-by: Sun peng Li <Sunpeng.Li@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c