Daniel Vetter <daniel.vet...@ffwll.ch> writes: > I spent a bit of time scratching heads and figuring out why the igts > don't work. Probably useful to keep this work.
Acked-by: Keith Packard <kei...@keithp.com> > /* Do not allow sub-leases */ > - if (lessor->lessor) > + if (lessor->lessor) { > + DRM_DEBUG_LEASE("recursive leasing not allowed\n"); > return -EINVAL; > + } (not review about this patch, just noticing that the relevant code is here:-) We may want to revisit this restriction as it looks like multi-seat may end up using leases from a manager to multiple X servers and letting those X servers support leases would be a good thing. -- -keith
signature.asc
Description: PGP signature
_______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel