[PATCH 5/5] drm: Check plane src coordinates correctly during page flip for atomic drivers

2015-10-16 Thread Daniel Vetter
On Fri, Oct 16, 2015 at 05:40:59PM +0100, Tvrtko Ursulin wrote: > > On 16/10/15 17:27, Matt Roper wrote: > >On Thu, Oct 15, 2015 at 08:40:02PM +0300, ville.syrjala at linux.intel.com > >wrote: > >>From: Ville Syrjälä > >> > >>Instead of relying on the old crtc-{x,y,mode} gunk, dig out the prim

[PATCH 5/5] drm: Check plane src coordinates correctly during page flip for atomic drivers

2015-10-16 Thread Tvrtko Ursulin
On 16/10/15 17:27, Matt Roper wrote: > On Thu, Oct 15, 2015 at 08:40:02PM +0300, ville.syrjala at linux.intel.com > wrote: >> From: Ville Syrjälä >> >> Instead of relying on the old crtc-{x,y,mode} gunk, dig out the primary >> plane coordinates from the plane state when checking them against t

[PATCH 5/5] drm: Check plane src coordinates correctly during page flip for atomic drivers

2015-10-16 Thread Matt Roper
On Fri, Oct 16, 2015 at 07:17:31PM +0200, Daniel Vetter wrote: > On Fri, Oct 16, 2015 at 05:40:59PM +0100, Tvrtko Ursulin wrote: > > > > On 16/10/15 17:27, Matt Roper wrote: > > >On Thu, Oct 15, 2015 at 08:40:02PM +0300, ville.syrjala at linux.intel.com > > >wrote: > > >>From: Ville Syrjälä >

[PATCH 5/5] drm: Check plane src coordinates correctly during page flip for atomic drivers

2015-10-16 Thread Matt Roper
On Thu, Oct 15, 2015 at 08:40:02PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Instead of relying on the old crtc-{x,y,mode} gunk, dig out the primary > plane coordinates from the plane state when checking them against the > new framebuffer during page flip. > > C

[PATCH 5/5] drm: Check plane src coordinates correctly during page flip for atomic drivers

2015-10-15 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Instead of relying on the old crtc-{x,y,mode} gunk, dig out the primary plane coordinates from the plane state when checking them against the new framebuffer during page flip. Cc: Matt Roper Cc: Tvrtko Ursulin Cc: Daniel Vetter Signed-off-by: Ville Syrjälä --- driver