Re: [Intel-gfx] [PATCH v2 08/20] drm/i915: Introduce proper dbuf state

2020-04-01 Thread Lisovskiy, Stanislav
On Tue, Feb 25, 2020 at 07:11:13PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Add a global state to track the dbuf slices. Gets rid of all the nasty > coupling between state->modeset and dbuf recomputation. Also we can now > totally nuke state->active_pipe_changes. > > dev_priv->wm.di

Re: [Intel-gfx] [PATCH v2 08/20] drm/i915: Introduce proper dbuf state

2020-02-25 Thread Lisovskiy, Stanislav
On Tue, 2020-02-25 at 19:11 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Add a global state to track the dbuf slices. Gets rid of all the > nasty > coupling between state->modeset and dbuf recomputation. Also we can > now > totally nuke state->active_pipe_changes. > > dev_priv->wm.distr

[Intel-gfx] [PATCH v2 08/20] drm/i915: Introduce proper dbuf state

2020-02-25 Thread Ville Syrjala
From: Ville Syrjälä Add a global state to track the dbuf slices. Gets rid of all the nasty coupling between state->modeset and dbuf recomputation. Also we can now totally nuke state->active_pipe_changes. dev_priv->wm.distrust_bios_wm still remains, but that too will get nuked soon. Cc: Stanisla