aboutsummaryrefslogtreecommitdiffstats
path: root/amdgpu/amdgpu_internal.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2015-08-24 11:43:29 +0200
committerAlex Deucher <alexander.deucher@amd.com>2015-08-25 10:26:58 -0400
commitf6f25d67a9c0d26be9b8021a45f2acf3a4042ade (patch)
tree5105dfeed7fc7f62ef6781b3662a6a07308db814 /amdgpu/amdgpu_internal.h
parent1e66ee21ab143e345865a452e3a60ae9f0652aaf (diff)
downloadexternal_libdrm-f6f25d67a9c0d26be9b8021a45f2acf3a4042ade.tar.gz
external_libdrm-f6f25d67a9c0d26be9b8021a45f2acf3a4042ade.tar.bz2
external_libdrm-f6f25d67a9c0d26be9b8021a45f2acf3a4042ade.zip
amdgpu: remove sequence mutex
It's not used any more. Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'amdgpu/amdgpu_internal.h')
-rw-r--r--amdgpu/amdgpu_internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/amdgpu/amdgpu_internal.h b/amdgpu/amdgpu_internal.h
index 5d866030..7dd5c1c7 100644
--- a/amdgpu/amdgpu_internal.h
+++ b/amdgpu/amdgpu_internal.h
@@ -111,9 +111,6 @@ struct amdgpu_bo_list {
struct amdgpu_context {
struct amdgpu_device *dev;
- /** Mutex for accessing fences and to maintain command submissions
- in good sequence. */
- pthread_mutex_t sequence_mutex;
/* context id*/
uint32_t id;
};