drm/i915: Track when we dirty the scanout with render commands
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_gem_execbuffer.c
index a8bb62ca8756a42f424bd20a446e38d28a79f25b..c98333d7411123f049826a6d1269347e6754f18e 100644 (file)
@@ -786,7 +786,7 @@ i915_gem_execbuffer_move_to_active(struct list_head *objects,
                        obj->dirty = 1;
                        obj->last_write_seqno = intel_ring_get_seqno(ring);
                        if (obj->pin_count) /* check for potential scanout */
-                               intel_mark_fb_busy(obj);
+                               intel_mark_fb_busy(obj, ring);
                }
 
                trace_i915_gem_object_change_domain(obj, old_read, old_write);
This page took 0.026418 seconds and 5 git commands to generate.