Re: [PATCH] drm/atomic-helper: Calculate normalized zpos values

2017-11-19 Thread Daniel Vetter
On Mon, Nov 13, 2017 at 09:56:19PM +0100, Thierry Reding wrote: > On Mon, Nov 13, 2017 at 04:14:05PM +0200, Ville Syrjälä wrote: > > On Mon, Nov 13, 2017 at 02:48:20PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > kerneldoc for drm_plane_create_zpos_property() says that the

Re: [PATCH] drm/atomic-helper: Calculate normalized zpos values

2017-11-13 Thread Ville Syrjälä
On Mon, Nov 13, 2017 at 09:56:19PM +0100, Thierry Reding wrote: > On Mon, Nov 13, 2017 at 04:14:05PM +0200, Ville Syrjälä wrote: > > On Mon, Nov 13, 2017 at 02:48:20PM +0100, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > kerneldoc for drm_plane_create_zpos_property() says that the

Re: [PATCH] drm/atomic-helper: Calculate normalized zpos values

2017-11-13 Thread Thierry Reding
On Mon, Nov 13, 2017 at 04:14:05PM +0200, Ville Syrjälä wrote: > On Mon, Nov 13, 2017 at 02:48:20PM +0100, Thierry Reding wrote: > > From: Thierry Reding > > > > kerneldoc for drm_plane_create_zpos_property() says that the DRM core > > will automatically calculate the normalized zpos values, but

Re: [PATCH] drm/atomic-helper: Calculate normalized zpos values

2017-11-13 Thread Ville Syrjälä
On Mon, Nov 13, 2017 at 02:48:20PM +0100, Thierry Reding wrote: > From: Thierry Reding > > kerneldoc for drm_plane_create_zpos_property() says that the DRM core > will automatically calculate the normalized zpos values, but it won't > currently do so. Modify the atomic helpers to behave as docume

[PATCH] drm/atomic-helper: Calculate normalized zpos values

2017-11-13 Thread Thierry Reding
From: Thierry Reding kerneldoc for drm_plane_create_zpos_property() says that the DRM core will automatically calculate the normalized zpos values, but it won't currently do so. Modify the atomic helpers to behave as documented. Signed-off-by: Thierry Reding --- drivers/gpu/drm/drm_atomic_help