[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-17 Thread Daniel Vetter
On Wed, Nov 16, 2016 at 01:33:16PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > It has been suggested that having per-plane modifiers is making life > more difficult for userspace, so let's just retire modifier[1-3] and > use modifier[0] to apply to the entire frame

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Ville Syrjälä
On Wed, Nov 16, 2016 at 08:04:23AM -0500, Rob Clark wrote: > On Wed, Nov 16, 2016 at 7:33 AM, Ville Syrjälä > wrote: > > On Wed, Nov 16, 2016 at 12:10:42PM +, Eric Engestrom wrote: > >> On Wednesday, 2016-11-16 13:33:16 +0200, ville.syrjala at linux.intel.com > >> wrote: > >> > From: Ville

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Daniel Vetter
On Wed, Nov 16, 2016 at 04:43:23PM +0200, Ville Syrjälä wrote: > On Wed, Nov 16, 2016 at 08:04:23AM -0500, Rob Clark wrote: > > On Wed, Nov 16, 2016 at 7:33 AM, Ville Syrjälä > > wrote: > > > On Wed, Nov 16, 2016 at 12:10:42PM +, Eric Engestrom wrote: > > >> On Wednesday, 2016-11-16 13:33:

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Daniel Stone
Hi, On 16 November 2016 at 11:33, wrote: > It has been suggested that having per-plane modifiers is making life > more difficult for userspace, so let's just retire modifier[1-3] and > use modifier[0] to apply to the entire framebuffer. > > Obviosuly this means that if individual planes need dif

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Ville Syrjälä
On Wed, Nov 16, 2016 at 12:10:42PM +, Eric Engestrom wrote: > On Wednesday, 2016-11-16 13:33:16 +0200, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrjälä > > > > It has been suggested that having per-plane modifiers is making life > > more difficult for userspace, so let's j

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä It has been suggested that having per-plane modifiers is making life more difficult for userspace, so let's just retire modifier[1-3] and use modifier[0] to apply to the entire framebuffer. Obviosuly this means that if individual planes need different tiling layouts and wha

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Eric Engestrom
On Wednesday, 2016-11-16 13:33:16 +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > It has been suggested that having per-plane modifiers is making life > more difficult for userspace, so let's just retire modifier[1-3] and > use modifier[0] to apply to the entire framebu

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Rob Clark
On Wed, Nov 16, 2016 at 9:43 AM, Ville Syrjälä wrote: > On Wed, Nov 16, 2016 at 08:04:23AM -0500, Rob Clark wrote: >> On Wed, Nov 16, 2016 at 7:33 AM, Ville Syrjälä >> wrote: >> > On Wed, Nov 16, 2016 at 12:10:42PM +, Eric Engestrom wrote: >> >> On Wednesday, 2016-11-16 13:33:16 +0200, vi

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Rob Clark
On Wed, Nov 16, 2016 at 7:33 AM, Ville Syrjälä wrote: > On Wed, Nov 16, 2016 at 12:10:42PM +, Eric Engestrom wrote: >> On Wednesday, 2016-11-16 13:33:16 +0200, ville.syrjala at linux.intel.com >> wrote: >> > From: Ville Syrjälä >> > >> > It has been suggested that having per-plane modifi

[RFC][PATCH] drm: Nuke modifier[1-3]

2016-11-16 Thread Ben Widawsky
Acked-by: Ben Widawsky On 16-11-16 13:33:16, Ville Syrjälä wrote: >From: Ville Syrjälä > >It has been suggested that having per-plane modifiers is making life >more difficult for userspace, so let's just retire modifier[1-3] and >use modifier[0] to apply to the entire framebuffer. > >Obviosu