aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2013-12-17 07:46:36 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-12-17 13:22:26 -0500
commit820c1980353808717f78a0c4ca2c734f0247dc0c (patch)
tree2c97945ca72858e1a10f0d0378f4a32d5102e982 /drivers/gpu/drm/i915/i915_drv.h
parentd0f8e45aff4ecc7ab00b8c59acbccd5c1b1de202 (diff)
drm/i915: s/haswell_update_wm/ilk_update_wm/
We use this hook starting from ILK onwards, so change the prefix accordingly. Also rename functions/struct names used from haswell_update_wm that are relevant to ILK already. No functional change. Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 50da8a5a6500..88901e5e1b7a 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -1215,7 +1215,7 @@ struct intel_wm_level {
1215 uint32_t fbc_val; 1215 uint32_t fbc_val;
1216}; 1216};
1217 1217
1218struct hsw_wm_values { 1218struct ilk_wm_values {
1219 uint32_t wm_pipe[3]; 1219 uint32_t wm_pipe[3];
1220 uint32_t wm_lp[3]; 1220 uint32_t wm_lp[3];
1221 uint32_t wm_lp_spr[3]; 1221 uint32_t wm_lp_spr[3];
@@ -1521,7 +1521,7 @@ typedef struct drm_i915_private {
1521 uint16_t cur_latency[5]; 1521 uint16_t cur_latency[5];
1522 1522
1523 /* current hardware state */ 1523 /* current hardware state */
1524 struct hsw_wm_values hw; 1524 struct ilk_wm_values hw;
1525 } wm; 1525 } wm;
1526 1526
1527 struct i915_package_c8 pc8; 1527 struct i915_package_c8 pc8;