commit | 8b1bc9b4f189a9c483f73907f409b66b10fb926c | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Feb 14 14:06:07 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed May 14 18:39:54 2014 +0200 |
tree | 847ecfc96d740b0fb624b9da225c6fe74f216e67 | |
parent | aff10b30a1d3edd1e31f536648772da85e33f655 [diff] |
drm/i915: Only do gtt cleanup in vma_unbind for the global vma Otherwise we end up tearing down fences when e.g. the client quits way too early. Might or might not fix a fence pin_count BUG Ville has reported. Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>