drm/i915; Only increment the user-pin-count after successfully pinning the bo
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 2 Jan 2013 10:31:22 +0000 (10:31 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 7 Jan 2013 09:30:53 +0000 (10:30 +0100)
commit93be8788e648817d62fda33e2998eb6ca6ebf3a3
tree0c30130bb74ea0f3d784a2b6ee14668285a426e7
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed
drm/i915; Only increment the user-pin-count after successfully pinning the bo

As along the error path we do not correct the user pin-count for the
failure, we may end up with userspace believing that it has a pinned
object at offset 0 (when interrupted by a signal for example).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@vger.kernel.org
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c