Re: [PATCH v2 2/2] drm/lease: allow empty leases

2021-09-30 Thread Simon Ser
Thanks a lot for the reviews!

Re: [PATCH v2 2/2] drm/lease: allow empty leases

2021-09-30 Thread Daniel Stone
Hey, On Wed, 22 Sept 2021 at 09:48, Pekka Paalanen wrote: > that is one awesome commit message! It explains everything I might have wanted > to ask. Yeah, what he said. An awesome explanation of a terrible problem. My main worry is that we'd end up tripping over our own feet in either the

Re: [PATCH v2 2/2] drm/lease: allow empty leases

2021-09-22 Thread Pekka Paalanen
On Fri, 03 Sep 2021 13:00:32 + Simon Ser wrote: > This can be used to create a separate DRM file description, thus > creating a new GEM handle namespace. > > My use-case is wlroots. The library splits responsibilities between > separate components: the GBM allocator creates buffers, the

Re: [PATCH v2 2/2] drm/lease: allow empty leases

2021-09-20 Thread Simon Ser
Anyone up for a review on this one? Daniel Vetter has ack'ed but doesn't have time for a full review. CC Maarten Lankhorst, Maxime Ripard, Michel Dänzer Who else should I CC?

[PATCH v2 2/2] drm/lease: allow empty leases

2021-09-03 Thread Simon Ser
This can be used to create a separate DRM file description, thus creating a new GEM handle namespace. My use-case is wlroots. The library splits responsibilities between separate components: the GBM allocator creates buffers, the GLES2 renderer uses EGL to import them and render to them, the DRM