drm/i915: Pass crtc to intel_update_watermarks()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 Sep 2013 08:40:40 +0000 (11:40 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 10 Sep 2013 09:15:39 +0000 (11:15 +0200)
Passing the appropriate crtc to intel_update_watermarks() should help
in avoiding needless work in the future.

v2: Avoid clash with internal 'crtc' variable in some wm functions

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found