#ifndef PRIVS_H #define PRIVS_H #include extern void drop_privileges(bool enforce, uid_t uid, gid_t gid); #endif /* PRIVS_H */ git.css'/>
summaryrefslogtreecommitdiff
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/devicetree
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/devicetree')