projects
/
platform
/
upstream
/
libdrm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5d8ba
)
libdrm_intel: fix merge error
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 19 Nov 2008 18:56:48 +0000
(10:56 -0800)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
Wed, 19 Nov 2008 18:56:48 +0000
(10:56 -0800)
don't take the lock twice
libdrm/intel/intel_bufmgr_gem.c
patch
|
blob
|
history
diff --git
a/libdrm/intel/intel_bufmgr_gem.c
b/libdrm/intel/intel_bufmgr_gem.c
index 8b8cda62a0ed3f88260863921699a9dc4013c3ec..64d32d38219a36425a586f4756ca5aacfa8ba5bf 100644
(file)
--- a/
libdrm/intel/intel_bufmgr_gem.c
+++ b/
libdrm/intel/intel_bufmgr_gem.c
@@
-809,8
+809,6
@@
drm_intel_gem_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset,
pthread_mutex_lock(&bufmgr_gem->lock);
- pthread_mutex_lock(&bufmgr_gem->lock);
-
/* Create a new relocation list if needed */
if (bo_gem->relocs == NULL)
drm_intel_setup_reloc_list(bo);