]> Pileus Git - ~andy/linux/commit
drm/i915: Do not unlock upon error in i915_gem_idle()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 13 Sep 2013 22:57:04 +0000 (23:57 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 1 Oct 2013 05:45:03 +0000 (07:45 +0200)
commitf740334775efd30631c556f7654b92dae66df494
tree585e4038881f7b85f3d8304808db6b5bfcbacaac
parentb205ca572159ab9a617fc96e4659bc138064ca8e
drm/i915: Do not unlock upon error in i915_gem_idle()

We never took the lock ourselves and all callers expect the struct_mutex
to be locked upon return (be it success or error), thereore dropping the
lock along the error paths looks to be a vestigial error from

commit db1b76ca6a79c774074ae87bee7afc0825a478f5
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Tue Jul 9 16:51:37 2013 +0200

    drm/i915: don't frob mm.suspended when not using ums

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