#ifndef CORKING_H #define CORKING_H #include extern void set_tcp_cork(int fd); extern void set_tcp_uncork(int fd); extern void set_udp_cork(int fd); extern void set_udp_uncork(int fd); extern void set_sock_cork(int fd, bool is_udp); extern void set_sock_uncork(int fd, bool is_udp); #endif /* CORKING_H */ ication/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-06-24 21:11:51 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-07-14 16:46:03 -0400
commit4f399a082866e137cd3c3bdf329f5c7ce1dca5d7 (patch)
tree86bbb14bdab95da34646cdca911926e95445b71f
parent737a44b106b9aafa8f0ca16ecd15eea2d4c5283e (diff)
drm/amdgpu: sanitize fence numbers
Looks like the VCE block sometimes still sends nonsense fence numbers on startup. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>