Re: [Intel-gfx] [PATCH v2 02/12] drm/i915/fbc: Use the correct plane stride

2020-05-04 Thread Ville Syrjälä
On Fri, May 01, 2020 at 05:16:13PM -0700, Matt Roper wrote: > On Wed, Apr 29, 2020 at 06:29:21PM +0300, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Consult the actual plane stride instead of the fb stride. The two > > will disagree when we remap the gtt. The plane stride is what the > >

Re: [Intel-gfx] [PATCH v2 02/12] drm/i915/fbc: Use the correct plane stride

2020-05-01 Thread Matt Roper
On Wed, Apr 29, 2020 at 06:29:21PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Consult the actual plane stride instead of the fb stride. The two > will disagree when we remap the gtt. The plane stride is what the > hw will be fed so that's what we should look at for the FBC >

[Intel-gfx] [PATCH v2 02/12] drm/i915/fbc: Use the correct plane stride

2020-04-29 Thread Ville Syrjala
From: Ville Syrjälä Consult the actual plane stride instead of the fb stride. The two will disagree when we remap the gtt. The plane stride is what the hw will be fed so that's what we should look at for the FBC retrictions/cfb allocation. Since we no longer require a fence we are going to