Re: [RFC 6/8] drm: Document fdinfo format specification

2021-08-24 Thread Christian König
Am 24.08.21 um 11:25 schrieb Tvrtko Ursulin: On 23/08/2021 14:32, Christian König wrote: Am 23.08.21 um 13:28 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin Proposal to standardise the fdinfo text format as optionally output by DRM drivers. Idea is that a simple but, well defined, spec will

Re: [RFC 6/8] drm: Document fdinfo format specification

2021-08-24 Thread Tvrtko Ursulin
On 23/08/2021 14:32, Christian König wrote: Am 23.08.21 um 13:28 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin Proposal to standardise the fdinfo text format as optionally output by DRM drivers. Idea is that a simple but, well defined, spec will enable generic userspace tools to be written

Re: [RFC 6/8] drm: Document fdinfo format specification

2021-08-23 Thread Christian König
Am 23.08.21 um 13:28 schrieb Tvrtko Ursulin: From: Tvrtko Ursulin Proposal to standardise the fdinfo text format as optionally output by DRM drivers. Idea is that a simple but, well defined, spec will enable generic userspace tools to be written while at the same time avoiding a more heavy han

[RFC 6/8] drm: Document fdinfo format specification

2021-08-23 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Proposal to standardise the fdinfo text format as optionally output by DRM drivers. Idea is that a simple but, well defined, spec will enable generic userspace tools to be written while at the same time avoiding a more heavy handed approach of adding a mid-layer to DRM. i91

Re: [RFC 6/8] drm: Document fdinfo format specification

2021-07-26 Thread Tvrtko Ursulin
--- *From:* Daniel Vetter *Sent:* Friday, July 23, 2021 9:47 AM *To:* Daniel Stone *Cc:* Tvrtko Ursulin ; intel-gfx ; Tvrtko Ursulin ; Koenig, Christian ; dri-devel ; Nieto, David M *Subject:* Re: [RFC 6/8] drm: Document fdinfo format spec

Re: [RFC 6/8] drm: Document fdinfo format specification

2021-07-26 Thread Tvrtko Ursulin
On 23/07/2021 17:43, Daniel Stone wrote: Hi Tvrtko, Thanks for typing this up! On Thu, 15 Jul 2021 at 10:18, Tvrtko Ursulin wrote: +Mandatory fully standardised keys +- + +- drm-driver: + +String shall contain a fixed string uniquely identified the driver han

Re: [RFC 6/8] drm: Document fdinfo format specification

2021-07-23 Thread Nieto, David M
David From: Daniel Vetter Sent: Friday, July 23, 2021 9:47 AM To: Daniel Stone Cc: Tvrtko Ursulin ; intel-gfx ; Tvrtko Ursulin ; Koenig, Christian ; dri-devel ; Nieto, David M Subject: Re: [RFC 6/8] drm: Document fdinfo format specification On Fri, Jul 23, 2021 at 05:43:01PM +0100, D

Re: [RFC 6/8] drm: Document fdinfo format specification

2021-07-23 Thread Daniel Vetter
On Fri, Jul 23, 2021 at 05:43:01PM +0100, Daniel Stone wrote: > Hi Tvrtko, > Thanks for typing this up! > > On Thu, 15 Jul 2021 at 10:18, Tvrtko Ursulin > wrote: > > +Mandatory fully standardised keys > > +- > > + > > +- drm-driver: > > + > > +String shall contain

Re: [RFC 6/8] drm: Document fdinfo format specification

2021-07-23 Thread Daniel Stone
Hi Tvrtko, Thanks for typing this up! On Thu, 15 Jul 2021 at 10:18, Tvrtko Ursulin wrote: > +Mandatory fully standardised keys > +- > + > +- drm-driver: > + > +String shall contain a fixed string uniquely identified the driver handling > +the device in question. F

[RFC 6/8] drm: Document fdinfo format specification

2021-07-15 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Proposal to standardise the fdinfo text format as optionally output by DRM drivers. Idea is that a simple but, well defined, spec will enable generic userspace tools to be written while at the same time avoiding a more heavy handed approach of adding a mid-layer to DRM. i91