OSDN Git Service

drm/i915: Eliminate lots of iterations over the execobjects array
[tomoyo/tomoyo-test1.git] / drivers / gpu / drm / i915 / i915_vma.h
index ea98e6e..04d7a5d 100644 (file)
@@ -103,6 +103,7 @@ struct i915_vma {
 
        /** This vma's place in the execbuf reservation list */
        struct list_head exec_link;
+       struct list_head reloc_link;
 
        /** This vma's place in the eviction list */
        struct list_head evict_link;