drm/i915: Rename hsw_lp_wm_result to intel_wm_level
[linux-2.6-block.git] / drivers / gpu / drm / i915 / i915_drv.h
index d0cdec81aac3eceaf13e8352665ca1ff7be1d6d0..2cfa21fbedce5774cf4ffc0962697b9228520aaf 100644 (file)
@@ -1063,6 +1063,14 @@ enum intel_ddb_partitioning {
        INTEL_DDB_PART_5_6, /* IVB+ */
 };
 
+struct intel_wm_level {
+       bool enable;
+       uint32_t pri_val;
+       uint32_t spr_val;
+       uint32_t cur_val;
+       uint32_t fbc_val;
+};
+
 typedef struct drm_i915_private {
        struct drm_device *dev;
        struct kmem_cache *slab;