commit | f245860ece9b18394b679c2c55738babc904f506 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Nov 26 10:26:05 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 03 09:35:18 2014 +0100 |
tree | c0f34cbab19b230b799e38118778ae0e2e4aa01e | |
parent | a4b3a5713d9f1ca94762b468117f918d3b15e5c4 [diff] |
drm/i915: Check locking in i915_gem_request_unreference With refcounting it looks like you can just drop that refcount, but that's not really the case. So make sure no one forgets. Motivated by the unlocked call in the mmio flip code. Cc: John Harrison <John.C.Harrison@Intel.com> Cc: Thomas Daniel <Thomas.Daniel@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>