On Wed, Aug 07, 2013 at 11:15:07AM +0200, Daniel Vetter wrote:
This fixes a WARN in i915_gem_free_object when the obj->pages_pin_count isn't 0.
Reported-by: Maarten Lankhorst maarten.lankhorst@canonical.com Cc: Maarten Lankhorst maarten.lankhorst@canonical.com Signed-off-by: Daniel Vetter daniel.vetter@ffwll.ch
Papers over the WARN with iffy locking. Not all callers hold struct_mutex, right? Worse some do, some don't...
What's the long term plan here? -Chris