Skip to content

Commit

Permalink
drm/i915: ILK, SNB and IVB don't have linetime watermarks
Browse files Browse the repository at this point in the history
So don't call intel_update_linetime_watermarks from
ironlake_crtc_mode_set. Only Haswell has these watermarks.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Paulo Zanoni authored and Daniel Vetter committed May 21, 2013
1 parent 045ac3b commit 5a41254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/intel_display.c
Original file line number Diff line number Diff line change
Expand Up @@ -5841,8 +5841,6 @@ static int ironlake_crtc_mode_set(struct drm_crtc *crtc,

intel_update_watermarks(dev);

intel_update_linetime_watermarks(dev, pipe, adjusted_mode);

return ret;
}

Expand Down

0 comments on commit 5a41254

Please sign in to comment.