#ifndef __EPOLL_H #define __EPOLL_H extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events); extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events); #endif /* __EPOLL_H */ favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorjimqu <Jim.Qu@amd.com>2016-08-30 08:59:42 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-08-31 12:44:45 -0400
commit10ea9434065e56fe14287f89258ecf2fb684ed1a (patch)
treee5bb776df6ef1865fdbd190cababc31f9c4f35a9 /Documentation
parent279cf3f23870f7eb8ca071115e06d3d5ca0a2b9e (diff)
drm/amd/amdgpu: sdma resume fail during S4 on CI
SDMA could be fail in the thaw() and restore() processes, do software reset if each SDMA engine is busy. Signed-off-by: JimQu <Jim.Qu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'Documentation')