Re: [Intel-gfx] [PATCH 1/4] drm/i915: Track logically enabled planes for hw state

2020-12-01 Thread Ville Syrjälä
On Mon, Nov 30, 2020 at 02:53:58PM -0800, Navare, Manasi wrote: > On Tue, Nov 24, 2020 at 10:11:53PM +0200, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Currently crtc_state->uapi.plane_mask only tracks logically > > enabled planes on the uapi level. For bigjoiner purposes > > we want to

Re: [Intel-gfx] [PATCH 1/4] drm/i915: Track logically enabled planes for hw state

2020-11-30 Thread Navare, Manasi
On Tue, Nov 24, 2020 at 10:11:53PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Currently crtc_state->uapi.plane_mask only tracks logically > enabled planes on the uapi level. For bigjoiner purposes > we want to do the same for the hw state. Let's follow the > pattern established by acti

[Intel-gfx] [PATCH 1/4] drm/i915: Track logically enabled planes for hw state

2020-11-24 Thread Ville Syrjala
From: Ville Syrjälä Currently crtc_state->uapi.plane_mask only tracks logically enabled planes on the uapi level. For bigjoiner purposes we want to do the same for the hw state. Let's follow the pattern established by active_planes & co. here. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i