From: Eric Anholt Date: Fri, 13 Jun 2008 16:49:05 +0000 (-0700) Subject: [gem] Don't require the lock in execbuf now that it's not needed for the ring. X-Git-Tag: submit/1.0/20121108.012404~757^2~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c892e26bdfcacfe7213085a08dd82e2cb7faa003;p=profile%2Fivi%2Flibdrm.git [gem] Don't require the lock in execbuf now that it's not needed for the ring. --- diff --git a/linux-core/i915_gem.c b/linux-core/i915_gem.c index 030ecf1..634b4f6 100644 --- a/linux-core/i915_gem.c +++ b/linux-core/i915_gem.c @@ -1595,8 +1595,6 @@ i915_gem_execbuffer(struct drm_device *dev, void *data, uint64_t exec_offset; uint32_t seqno, flush_domains; - LOCK_TEST_WITH_RETURN(dev, file_priv); - #if WATCH_EXEC DRM_INFO("buffers_ptr %d buffer_count %d len %08x\n", (int) args->buffers_ptr, args->buffer_count, args->batch_len);