Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-05-02 Thread Daniel Vetter
On Mon, Apr 24, 2017 at 01:51:39PM +0100, Emil Velikov wrote: > On 18 April 2017 at 23:16, Daniel Vetter wrote: > > On Tue, Apr 18, 2017 at 8:33 PM, Kristian Høgsberg > > wrote: > As far as I understand the property mechanism, the numeric values

Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-04-24 Thread Emil Velikov
On 18 April 2017 at 23:16, Daniel Vetter wrote: > On Tue, Apr 18, 2017 at 8:33 PM, Kristian Høgsberg > wrote: As far as I understand the property mechanism, the numeric values aren't actually ABI. The string names of the enum values are the

Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-04-18 Thread Daniel Vetter
On Tue, Apr 18, 2017 at 8:33 PM, Kristian Høgsberg wrote: >>> As far as I understand the property mechanism, the numeric values >>> aren't actually ABI. The string names of the enum values are the ABI >>> and you're supposed to parse the enum info and discover the numerical

Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-04-18 Thread Kristian Høgsberg
On Tue, Apr 18, 2017 at 11:03 AM, Emil Velikov wrote: > On 18 April 2017 at 18:38, Kristian Høgsberg wrote: >> On Mon, Apr 17, 2017 at 1:13 PM, Robert Foss >> wrote: >>> From: Sean Paul >>> >>>

Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-04-18 Thread Emil Velikov
On 18 April 2017 at 18:38, Kristian Høgsberg wrote: > On Mon, Apr 17, 2017 at 1:13 PM, Robert Foss > wrote: >> From: Sean Paul >> >> From drm_crtc.h, for use with the plane "rotation" property. >> >> Signed-off-by: Sean

Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-04-18 Thread Kristian Høgsberg
On Mon, Apr 17, 2017 at 1:13 PM, Robert Foss wrote: > From: Sean Paul > > From drm_crtc.h, for use with the plane "rotation" property. > > Signed-off-by: Sean Paul > Signed-off-by: Robert Foss >

Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-04-18 Thread Emil Velikov
On 18 April 2017 at 11:32, Emil Velikov wrote: > On 17 April 2017 at 21:13, Robert Foss wrote: >> From: Sean Paul >> >> From drm_crtc.h, for use with the plane "rotation" property. >> > Please see the

Re: [PATCH libdrm v2] Header: Add rotation property fields

2017-04-18 Thread Emil Velikov
On 17 April 2017 at 21:13, Robert Foss wrote: > From: Sean Paul > > From drm_crtc.h, for use with the plane "rotation" property. > Please see the include/drm/README. -Emil ___ dri-devel mailing list

[PATCH libdrm v2] Header: Add rotation property fields

2017-04-17 Thread Robert Foss
From: Sean Paul From drm_crtc.h, for use with the plane "rotation" property. Signed-off-by: Sean Paul Signed-off-by: Robert Foss Reviewed-by: Sumit Semwal --- Changes since v1: - Added r-b