drm/etnaviv: replace MMU flush marker with flush sequence
[linux-2.6-microblaze.git] / drivers / gpu / drm / etnaviv / etnaviv_mmu.h
index fe1c9d6..34afe25 100644 (file)
@@ -48,7 +48,7 @@ struct etnaviv_iommu {
        struct mutex lock;
        struct list_head mappings;
        struct drm_mm mm;
-       bool need_flush;
+       unsigned int flush_seq;
 };
 
 struct etnaviv_gem_object;