diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2013-08-06 15:24:05 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-08-08 08:11:10 -0400 |
commit | 1fd527cc34ed44efa4f59c01ad920479f728b707 (patch) | |
tree | df6ecdc4faf1f9b2a143702c4234615cda2a9968 /drivers/gpu/drm/i915/i915_drv.h | |
parent | a9786a119d2cd0f43d5554bddda71a5fd6ee39ff (diff) |
drm/i915: Rename hsw_lp_wm_result to intel_wm_level
Let's call hsw_lp_wm_result intel_wm_level from now on and move it to
i915_drv.h for later use.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index d0cdec81aac3..2cfa21fbedce 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -1063,6 +1063,14 @@ enum intel_ddb_partitioning { | |||
1063 | INTEL_DDB_PART_5_6, /* IVB+ */ | 1063 | INTEL_DDB_PART_5_6, /* IVB+ */ |
1064 | }; | 1064 | }; |
1065 | 1065 | ||
1066 | struct intel_wm_level { | ||
1067 | bool enable; | ||
1068 | uint32_t pri_val; | ||
1069 | uint32_t spr_val; | ||
1070 | uint32_t cur_val; | ||
1071 | uint32_t fbc_val; | ||
1072 | }; | ||
1073 | |||
1066 | typedef struct drm_i915_private { | 1074 | typedef struct drm_i915_private { |
1067 | struct drm_device *dev; | 1075 | struct drm_device *dev; |
1068 | struct kmem_cache *slab; | 1076 | struct kmem_cache *slab; |