]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/gpu/drm/i915/i915_drv.h
drm/i915: Move gpu_write_list to per-ring
[mv-sheeva.git] / drivers / gpu / drm / i915 / i915_drv.h
index cc9cb0dda6fc129197f50ac373b92de477c7ca22..2c2c19b6285ecf331edbac9c53e0bdd44b2093ad 100644 (file)
@@ -570,15 +570,6 @@ typedef struct drm_i915_private {
                 */
                struct list_head flushing_list;
 
-               /**
-                * List of objects currently pending a GPU write flush.
-                *
-                * All elements on this list will belong to either the
-                * active_list or flushing_list, last_rendering_seqno can
-                * be used to differentiate between the two elements.
-                */
-               struct list_head gpu_write_list;
-
                /**
                 * LRU list of objects which are not in the ringbuffer and
                 * are ready to unbind, but are still in the GTT.