Re: [PATCH v3] unstable/drm-lease: DRM lease protocol support

2019-07-16 Thread Drew DeVault
On Mon Jul 15, 2019 at 5:46 PM Simon Ser wrote: > > + > > + > > +Indicates the client no longer wishes to receive connector events. > > The > > +compositor may still send connector events until it sends the > > finish > > +event, however. > > + > > +The

Re: [PATCH v3] unstable/drm-lease: DRM lease protocol support

2019-07-15 Thread Simon Ser
> From: Marius Vlad > > DRM leasing is a feature which allows the DRM master to "lease" a subset > of its DRM resources to another DRM master via drmModeCreateLease, which > returns a file descriptor for the new DRM master. We use this protocol > to negotiate the terms of the lease and transfer

Re: [PATCH v3] unstable/drm-lease: DRM lease protocol support

2019-07-11 Thread Drew DeVault
I have submitted a Vulkan extension which takes advantage of this protocol for Vulkan-based VR clients: https://github.com/KhronosGroup/Vulkan-Docs/pull/1001 This can be combined with my mesa/radv implementation: https://git.sr.ht/~sircmpwn/mesa As well as my xrgears tree:

[PATCH v3] unstable/drm-lease: DRM lease protocol support

2019-07-09 Thread Drew DeVault
From: Marius Vlad DRM leasing is a feature which allows the DRM master to "lease" a subset of its DRM resources to another DRM master via drmModeCreateLease, which returns a file descriptor for the new DRM master. We use this protocol to negotiate the terms of the lease and transfer this file