commit | adf3d35e4aced032f0449c6d69b0a90fea14692f | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Aug 06 22:24:11 2013 +0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Aug 08 14:11:14 2013 +0200 |
tree | 2d32575f263038c3bfc58850f2a059c7d66707a3 | |
parent | 88a94a58a07267d979cc168c3e511b99f4164951 [diff] |
drm/i915: Pass plane and crtc to intel_update_sprite_watermarks We're going to want to know the crtc in the watermark code to avoid doing more work than we have to. We should also pass the plane we're disabling so that we know where to stick our watermark parameters without having to go look the plane up. 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>