drm/xe: Invalidate TLB also on bind if in scratch page mode
[linux-2.6-microblaze.git] / drivers / gpu / drm / xe / xe_vm_types.h
index 76af6ac..5242236 100644 (file)
@@ -337,6 +337,9 @@ struct xe_vm {
                /** @capture_once: capture only one error per VM */
                bool capture_once;
        } error_capture;
+
+       /** @batch_invalidate_tlb: Always invalidate TLB before batch start */
+       bool batch_invalidate_tlb;
 };
 
 #endif