drm/i915: Repeat unbinding during free if interrupted (v6)
[pandora-kernel.git] / drivers / gpu / drm / i915 / i915_drv.h
index a27780b..906663b 100644 (file)
@@ -551,6 +551,14 @@ typedef struct drm_i915_private {
                /** LRU list of objects with fence regs on them. */
                struct list_head fence_list;
 
+               /**
+                * List of objects currently pending being freed.
+                *
+                * These objects are no longer in use, but due to a signal
+                * we were prevented from freeing them at the appointed time.
+                */
+               struct list_head deferred_free_list;
+
                /**
                 * We leave the user IRQ off as much as possible,
                 * but this means that requests will finish and never