drm/i915: pass which operation triggered the frontbuffer tracking
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index 06eb77113c01d6c9c45d1bd1a67b145de53ed816..ceeed35e9672ad7e05b5ed1a86b3f665094eadd2 100644 (file)
@@ -788,6 +788,13 @@ struct intel_context {
        struct list_head link;
 };
 
+enum fb_op_origin {
+       ORIGIN_GTT,
+       ORIGIN_CPU,
+       ORIGIN_CS,
+       ORIGIN_FLIP,
+};
+
 struct i915_fbc {
        unsigned long uncompressed_size;
        unsigned threshold;
This page took 0.024361 seconds and 5 git commands to generate.