Skip to content

Commit

Permalink
drm/i915: Move ILK/SNB/IVB over to the HSW WM code
Browse files Browse the repository at this point in the history
The new HSW watermark code can now handle ILK/SNB/IVB as well, so
switch them over. Kill the old code.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Ville Syrjälä authored and Daniel Vetter committed Dec 17, 2013
1 parent 017636c commit 96f90c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 646 deletions.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -11230,7 +11230,7 @@ void intel_modeset_setup_hw_state(struct drm_device *dev,
pll->on = false;
}

if (IS_HASWELL(dev))
if (HAS_PCH_SPLIT(dev))
ilk_wm_get_hw_state(dev);

if (force_restore) {
Expand Down
Loading

0 comments on commit 96f90c5

Please sign in to comment.