Re: [Intel-gfx] [PATCH v12 1/5] drm: improve drm_buddy_alloc function

2022-02-14 Thread Christian König
Am 13.02.22 um 09:52 schrieb Arunpravin: - Make drm_buddy_alloc a single function to handle range allocation and non-range allocation demands - Implemented a new function alloc_range() which allocates the requested power-of-two block comply with range limitations - Moved order computation

Re: [Intel-gfx] [PATCH v12 1/5] drm: improve drm_buddy_alloc function

2022-02-14 Thread Christian König
Am 14.02.22 um 09:36 schrieb Matthew Auld: On Mon, 14 Feb 2022 at 06:32, Christian König wrote: Am 13.02.22 um 09:52 schrieb Arunpravin: - Make drm_buddy_alloc a single function to handle range allocation and non-range allocation demands - Implemented a new function alloc_range() which

Re: [Intel-gfx] [PATCH v12 1/5] drm: improve drm_buddy_alloc function

2022-02-14 Thread Matthew Auld
On Mon, 14 Feb 2022 at 06:32, Christian König wrote: > > Am 13.02.22 um 09:52 schrieb Arunpravin: > > - Make drm_buddy_alloc a single function to handle > >range allocation and non-range allocation demands > > > > - Implemented a new function alloc_range() which allocates > >the requested