drm/i915: Track when we dirty the scanout with render commands
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_ringbuffer.h
index 4c7e103e6fa4c779d2554c2f983cd8075b139865..efc403d1e3e04c90b5939a71fb184839e2d7fcc2 100644 (file)
@@ -140,6 +140,7 @@ struct  intel_ring_buffer {
         */
        u32 outstanding_lazy_request;
        bool gpu_caches_dirty;
+       bool fbc_dirty;
 
        wait_queue_head_t irq_queue;
 
This page took 0.027674 seconds and 5 git commands to generate.