Re: [Intel-gfx] [PATCH 15/17] drm/i915: Introduce intel_calc_active_pipes()

2020-01-27 Thread Imre Deak
On Mon, Jan 20, 2020 at 07:47:26PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Extract a small helper to compute the active pipes bitmask > based on the old bitmask + the crtcs in the atomic state. > I want to decouple the cdclk state entirely from the current > global state so I want t

[Intel-gfx] [PATCH 15/17] drm/i915: Introduce intel_calc_active_pipes()

2020-01-20 Thread Ville Syrjala
From: Ville Syrjälä Extract a small helper to compute the active pipes bitmask based on the old bitmask + the crtcs in the atomic state. I want to decouple the cdclk state entirely from the current global state so I want to track the active pipes also inside the (to be introduced) full cdclk stat