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

2019-09-02 Thread Simon Ser
On Tuesday, September 3, 2019 1:15 AM, Sebastian Wick wrote: > On 2019-07-30 14:53, Drew DeVault wrote: > > > From: Marius Vlad marius.v...@collabora.com > > DRM leasing is a feature which allows the DRM master to "lease" a > > subset > > of its DRM resources to another DRM master via drmModeCre

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

2019-09-02 Thread Sebastian Wick
On 2019-07-30 14:53, 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 protocol to negotiate the

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

2019-09-02 Thread Pekka Paalanen
On Tue, 30 Jul 2019 08:53:31 -0400 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: One question on wayland desing on buffer

2019-09-02 Thread The Rasterman
On Mon, 02 Sep 2019 08:40:41 +0800 "HalleyZhao" said: > Hi experts: wayland designs a light-weight server, usually client manages > buffer by themselves. It gives client more flexibility, migration > rendering/composition between different server, subsurface to keep layout > while keeping view h