Re: [Intel-gfx] [PATCH 12/13] drm/i915: Pass atomic state to encoder hooks

2020-04-01 Thread Souza, Jose
On Fri, 2020-03-13 at 18:48 +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > We're going to want access to the atomic state for iterating > the slave crtcs when enabling the port sync master crtc. Pass > the atomic state all the way down. > > The alternative would be yet another encoder hoo

[Intel-gfx] [PATCH 12/13] drm/i915: Pass atomic state to encoder hooks

2020-03-13 Thread Ville Syrjala
From: Ville Syrjälä We're going to want access to the atomic state for iterating the slave crtcs when enabling the port sync master crtc. Pass the atomic state all the way down. The alternative would be yet another encoder hook which we'll have to call after all the normal modeset stuff is done.