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

2019-11-08 Thread Pekka Paalanen
On Thu, 7 Nov 2019 09:59:01 -0500 Drew DeVault wrote: > 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 prot

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

2019-11-08 Thread Marius Vlad
Thanks for pushing this further! Added some comments below. On 11/7/19 4:59 PM, Drew DeVault wrote: > 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 descri

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

2019-11-07 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 des