Re: [PATCH 4/7] drm/selftests: add drm buddy optimistic testcase
On 03/02/2022 13:32, Arunpravin wrote: create a mm with one block of each order available, and try to allocate them all. Signed-off-by: Arunpravin Reviewed-by: Matthew Auld
[PATCH 4/7] drm/selftests: add drm buddy optimistic testcase
create a mm with one block of each order available, and try to allocate them all. Signed-off-by: Arunpravin --- .../gpu/drm/selftests/drm_buddy_selftests.h | 1 + drivers/gpu/drm/selftests/test-drm_buddy.c| 82 +++ 2 files changed, 83 insertions(+) diff --git a/drivers/gp