Re: [PATCH v9 4/6] drm: implement a method to free unused pages

2022-01-26 Thread Arunpravin
er, Alexander ; tzimmerm...@suse.de; > jani.nik...@linux.intel.com; Koenig, Christian ; > dan...@ffwll.ch > Subject: Re: [PATCH v9 4/6] drm: implement a method to free unused pages > > On 19/01/2022 11:37, Arunpravin wrote: >> On contiguous allocation, we round up the size to th

Re: [PATCH v9 4/6] drm: implement a method to free unused pages

2022-01-20 Thread Matthew Auld
On 19/01/2022 11:37, Arunpravin wrote: On contiguous allocation, we round up the size to the *next* power of 2, implement a function to free the unused pages after the newly allocate block. v2(Matthew Auld): - replace function name 'drm_buddy_free_unused_pages' with drm_buddy_block_trim

[PATCH v9 4/6] drm: implement a method to free unused pages

2022-01-19 Thread Arunpravin
On contiguous allocation, we round up the size to the *next* power of 2, implement a function to free the unused pages after the newly allocate block. v2(Matthew Auld): - replace function name 'drm_buddy_free_unused_pages' with drm_buddy_block_trim - replace input argument name 'actual_siz

[PATCH v9 4/6] drm: implement a method to free unused pages

2022-01-18 Thread Arunpravin
On contiguous allocation, we round up the size to the *next* power of 2, implement a function to free the unused pages after the newly allocate block. v2(Matthew Auld): - replace function name 'drm_buddy_free_unused_pages' with drm_buddy_block_trim - replace input argument name 'actual_siz