Re: [Intel-gfx] [PATCH 4/7] drm/i915: Fix wrongly populated plane possible_crtcs bit mask

2020-02-06 Thread Anshuman Gupta
On 2020-02-04 at 18:44:32 +0200, Ville Syrjälä wrote: > On Tue, Feb 04, 2020 at 04:30:16PM +0200, Ville Syrjälä wrote: > > On Tue, Feb 04, 2020 at 04:59:24PM +0530, Anshuman Gupta wrote: > > > As a disabled pipe in pipe_mask is not having a valid intel crtc, > > > driver wrongly populates the possi

Re: [Intel-gfx] [PATCH 4/7] drm/i915: Fix wrongly populated plane possible_crtcs bit mask

2020-02-04 Thread Ville Syrjälä
On Tue, Feb 04, 2020 at 04:30:16PM +0200, Ville Syrjälä wrote: > On Tue, Feb 04, 2020 at 04:59:24PM +0530, Anshuman Gupta wrote: > > As a disabled pipe in pipe_mask is not having a valid intel crtc, > > driver wrongly populates the possible_crtcs mask while initializing > > the plane for a CRTC. Fi

Re: [Intel-gfx] [PATCH 4/7] drm/i915: Fix wrongly populated plane possible_crtcs bit mask

2020-02-04 Thread Ville Syrjälä
On Tue, Feb 04, 2020 at 04:59:24PM +0530, Anshuman Gupta wrote: > As a disabled pipe in pipe_mask is not having a valid intel crtc, > driver wrongly populates the possible_crtcs mask while initializing > the plane for a CRTC. Fixing up the plane possible_crtc mask. > > changes since RFC: > - Simpl

[Intel-gfx] [PATCH 4/7] drm/i915: Fix wrongly populated plane possible_crtcs bit mask

2020-02-04 Thread Anshuman Gupta
As a disabled pipe in pipe_mask is not having a valid intel crtc, driver wrongly populates the possible_crtcs mask while initializing the plane for a CRTC. Fixing up the plane possible_crtc mask. changes since RFC: - Simplify the possible_crtcs initialization. [Ville] Cc: Ville Syrjälä Signed-of