[PATCH v5 3/5] drm: simplify initialization of rotation property

2016-02-29 Thread Ville Syrjälä
On Wed, Jan 27, 2016 at 03:44:41PM +0100, Marek Szyprowski wrote: > This patch simplifies initialization of generic rotation property and > aligns the code to match recently introduced function for intializing > generic zpos property. It also adds missing documentation. > > Signed-off-by: Marek

[PATCH v5 3/5] drm: simplify initialization of rotation property

2016-02-29 Thread Daniel Vetter
On Mon, Feb 29, 2016 at 04:09:31PM +0100, Daniel Vetter wrote: > On Mon, Feb 29, 2016 at 04:06:40PM +0100, Daniel Vetter wrote: > > On Wed, Jan 27, 2016 at 03:44:41PM +0100, Marek Szyprowski wrote: > > > This patch simplifies initialization of generic rotation property and > > > aligns the code to

[PATCH v5 3/5] drm: simplify initialization of rotation property

2016-02-29 Thread Daniel Vetter
On Mon, Feb 29, 2016 at 04:06:40PM +0100, Daniel Vetter wrote: > On Wed, Jan 27, 2016 at 03:44:41PM +0100, Marek Szyprowski wrote: > > This patch simplifies initialization of generic rotation property and > > aligns the code to match recently introduced function for intializing > > generic zpos

[PATCH v5 3/5] drm: simplify initialization of rotation property

2016-02-29 Thread Daniel Vetter
On Wed, Jan 27, 2016 at 03:44:41PM +0100, Marek Szyprowski wrote: > This patch simplifies initialization of generic rotation property and > aligns the code to match recently introduced function for intializing > generic zpos property. It also adds missing documentation. > > Signed-off-by: Marek

[PATCH v5 3/5] drm: simplify initialization of rotation property

2016-01-27 Thread Marek Szyprowski
This patch simplifies initialization of generic rotation property and aligns the code to match recently introduced function for intializing generic zpos property. It also adds missing documentation. Signed-off-by: Marek Szyprowski --- drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c | 10