On 22.01.2017 19:48, Emil Velikov wrote:
Cc: amd-gfx@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com>

Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com>

---
 amdgpu/amdgpu_bo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/amdgpu/amdgpu_bo.c b/amdgpu/amdgpu_bo.c
index d30fd1e7..c9f31587 100644
--- a/amdgpu/amdgpu_bo.c
+++ b/amdgpu/amdgpu_bo.c
@@ -302,6 +302,7 @@ int amdgpu_bo_import(amdgpu_device_handle dev,
                /* Get a KMS handle. */
                r = drmPrimeFDToHandle(dev->fd, shared_handle, &handle);
                if (r) {
+                       pthread_mutex_unlock(&dev->bo_table_mutex);
                        return r;
                }


_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to