summaryrefslogtreecommitdiff
path: root/cookie.h
blob: 14f18017fc1e9ad7561cb9c7cf4b0e056f0dd27c (plain)
1
2
3
4
5
6
#ifndef COOKIE_H
#define COOKIE_H

extern void to_std_log(FILE **fp);

#endif /* COOKIE_H */
ption value='7'>7space: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')