drm/i915: Track pinned VMA
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_gem_request.h
index 85393be09c2778f478df1c8285ffdd7ea15b5b06..a66243a6f791b25df8b231f2686179515098a0f0 100644 (file)
@@ -118,7 +118,7 @@ struct drm_i915_gem_request {
        /** Batch buffer related to this request if any (used for
         * error state dump only).
         */
-       struct drm_i915_gem_object *batch_obj;
+       struct i915_vma *batch;
        struct list_head active_list;
 
        /** Time at which this request was emitted, in jiffies. */
This page took 0.033628 seconds and 5 git commands to generate.