Re: [PATCH 2/7] drm/selftests: add drm buddy alloc limit testcase

2022-02-22 Thread Arunpravin
On 08/02/22 3:10 pm, Matthew Auld wrote: > On 03/02/2022 13:32, Arunpravin wrote: >> add a test to check the maximum allocation limit >> >> Signed-off-by: Arunpravin >> --- >> .../gpu/drm/selftests/drm_buddy_selftests.h | 1 + >> drivers/gpu/drm/selftests/test-drm_buddy.c| 60

Re: [PATCH 2/7] drm/selftests: add drm buddy alloc limit testcase

2022-02-08 Thread Matthew Auld
On 03/02/2022 13:32, Arunpravin wrote: add a test to check the maximum allocation limit Signed-off-by: Arunpravin --- .../gpu/drm/selftests/drm_buddy_selftests.h | 1 + drivers/gpu/drm/selftests/test-drm_buddy.c| 60 +++ 2 files changed, 61 insertions(+) diff --git

[PATCH 2/7] drm/selftests: add drm buddy alloc limit testcase

2022-02-03 Thread Arunpravin
add a test to check the maximum allocation limit Signed-off-by: Arunpravin --- .../gpu/drm/selftests/drm_buddy_selftests.h | 1 + drivers/gpu/drm/selftests/test-drm_buddy.c| 60 +++ 2 files changed, 61 insertions(+) diff --git