Re: [PATCH wayland-protocols] RFC: unstable: DRM lease support

2018-01-25 Thread Daniel Stone
Hi Marius, On 25 January 2018 at 10:17, Marius-cristian Vlad wrote: > > This interface seems a little idiosyncratic. Essentially, the client asks > > for creation of one lease (any lease), and the server returns it a lease > > with an ID. After that, the client destroys all the leases through t

RE: [PATCH wayland-protocols] RFC: unstable: DRM lease support

2018-01-25 Thread Marius-cristian Vlad
org; Pekka Paalanen ; Keith Packard Subject: Re: [PATCH wayland-protocols] RFC: unstable: DRM lease support Hi Marius, Thanks a lot for taking this on! It would be great to get this merged. On 24 January 2018 at 19:09, Marius Vlad wrote: > + > + > + This interface makes use o

Re: [PATCH wayland-protocols] RFC: unstable: DRM lease support

2018-01-24 Thread Daniel Stone
Hi Marius, Thanks a lot for taking this on! It would be great to get this merged. On 24 January 2018 at 19:09, Marius Vlad wrote: > + > + > + This interface makes use of DRM lease written by Keith Packard. > + It requires libdrm at least 2.4.89 and a recent (4.15) kernel. A serio

[PATCH wayland-protocols] RFC: unstable: DRM lease support

2018-01-24 Thread Marius Vlad
Simple protocol extension for DRM leases, based on the work done by Keith Packard in libdrm [1] and in the Linux kernel [2]. There are two requests (create/revoke) and three events (created/revoked/failed). The server is responsible for choosing which output to lease. Another patch will follow th