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
> aren't actually ABI. The string names
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 ABI
and you're supposed to parse the enu
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
>>> values. For example
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
>>>
>>> From drm_crtc.h, for use with the plane "rotation" property.
>>>
>>> Signed-off-by: Sean Paul
>>> S
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 Paul
>> Signed-off-by: Robert Foss
>> Reviewed-by: Sumit Semwal
>> ---
>
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
> Reviewed-by: Sumit Semwal
> ---
> Changes since v1:
> - Added r-b
>
> include/drm/drm.h | 8 +
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 include/drm/README.
>
To elaborate a bit:
The headers in include/drm should be synced via make
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
dri-devel@lists.freedesktop.org
https://lists.freedes
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
include/drm/drm.h | 8
1 file changed, 8 insertions(+)
diff --git a/include/drm/drm.h b/inc