Hi, On Wed, 27 Jun 2018 at 00:35, Keith Packard <kei...@keithp.com> wrote: > @@ -3251,6 +3251,9 @@ drmmode_create_lease(RRLeasePtr lease, int *fd) > > nobjects = ncrtc + noutput; > > + if (ms->atomic_modeset) > + nobjects += ncrtc;
This seems like it definitely wants a comment as to why we add ncrtc twice (for the primary plane). But, with that (and no need to pass it through the list again): Reviewed-by: Daniel Stone <dani...@collabora.com> Cheers, Daniel _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel