Re: [Intel-gfx] [PATCH 2/2] drm/i915: Only recalculate wm's for planes part of the state, v2.

2016-03-03 Thread Maarten Lankhorst
Op 02-03-16 om 22:08 schreef Zanoni, Paulo R: > Em Ter, 2016-03-01 às 14:28 -0800, Matt Roper escreveu: >> On Tue, Mar 01, 2016 at 11:07:22AM +0100, Maarten Lankhorst wrote: >>> Only planes that are part of the state should be used for >>> recalculating >>> watermarks. For planes not part of the st

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Only recalculate wm's for planes part of the state, v2.

2016-03-02 Thread Zanoni, Paulo R
Em Ter, 2016-03-01 às 14:28 -0800, Matt Roper escreveu: > On Tue, Mar 01, 2016 at 11:07:22AM +0100, Maarten Lankhorst wrote: > > Only planes that are part of the state should be used for > > recalculating > > watermarks. For planes not part of the state the previous patch > > allows > > us to re-us

Re: [Intel-gfx] [PATCH 2/2] drm/i915: Only recalculate wm's for planes part of the state, v2.

2016-03-01 Thread Matt Roper
On Tue, Mar 01, 2016 at 11:07:22AM +0100, Maarten Lankhorst wrote: > Only planes that are part of the state should be used for recalculating > watermarks. For planes not part of the state the previous patch allows > us to re-use the old values since they're calculated even for levels > that are not

[Intel-gfx] [PATCH 2/2] drm/i915: Only recalculate wm's for planes part of the state, v2.

2016-03-01 Thread Maarten Lankhorst
Only planes that are part of the state should be used for recalculating watermarks. For planes not part of the state the previous patch allows us to re-use the old values since they're calculated even for levels that are not actively used. Changes since v1: - Remove big if from intel_crtc_atomic_c