]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/gpu/drm/i915/intel_ringbuffer.h
drm/i915: Track when we dirty the scanout with render commands
[karo-tx-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;