#ifndef __PERF_LEVENSHTEIN_H #define __PERF_LEVENSHTEIN_H int levenshtein(const char *string1, const char *string2, int swap_penalty, int substition_penalty, int insertion_penalty, int deletion_penalty); #endif /* __PERF_LEVENSHTEIN_H */ //git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-07-26 10:51:29 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-07-29 14:37:10 -0400
commite5a6858d8a92f726f3339f6c9592cf95d894b0c1 (patch)
tree72c09cfd3f6f8f49226d6d9ccbc948e10290b52c
parent11f55a3ae65d8e98c63aca7ddf3fd3b04fc37c19 (diff)
drm/amdgpu: fix default UVD context size
Context buffers should be denied by default, not allowed. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Leo Liu <leo.liu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>