Re: [PATCH 11/34] drm: Convert crtc_idr to XArray

2019-02-25 Thread Matthew Wilcox
On Fri, Feb 22, 2019 at 10:40:14AM +0100, Daniel Vetter wrote: > On Thu, Feb 21, 2019 at 10:41:41AM -0800, Matthew Wilcox wrote: > > - Rename it to 'objects', as requested in todo.rst > > Yay, thanks! > > > - Also convert leases IDR to XArray as the two are occasionally used by > >the same

Re: [PATCH 11/34] drm: Convert crtc_idr to XArray

2019-02-22 Thread Daniel Vetter
On Fri, Feb 22, 2019 at 4:32 PM Matthew Wilcox wrote: > > On Fri, Feb 22, 2019 at 10:40:14AM +0100, Daniel Vetter wrote: > > On Thu, Feb 21, 2019 at 10:41:41AM -0800, Matthew Wilcox wrote: > > > - Rename it to 'objects', as requested in todo.rst > > > > Yay, thanks! > > > > > - Also convert leas

Re: [PATCH 11/34] drm: Convert crtc_idr to XArray

2019-02-22 Thread Daniel Vetter
On Thu, Feb 21, 2019 at 10:41:41AM -0800, Matthew Wilcox wrote: > - Rename it to 'objects', as requested in todo.rst Yay, thanks! > - Also convert leases IDR to XArray as the two are occasionally used by >the same code (see drm_mode_get_lease_ioctl()) > - Refactor drm_mode_create_lease_ioc