Re: [Intel-gfx] [PATCH 4/4] drm/selftests: selftest for timeline semaphore

2020-04-14 Thread Lionel Landwerlin
I left some comments below, but I wonder about the values of these tests compared to Chris' [1]. Much like the tests from Chris it mostly exercises the dma_fence_* API. On the drm_syncobj API it's just replace_fence(), get_fence(), add_point() (that last one cannot fail). -Lionel [1] :

Re: [Intel-gfx] [PATCH 4/4] drm/selftests: selftest for timeline semaphore

2020-04-10 Thread kbuild test robot
Hi Venkata, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on drm-tip/drm-tip] [cannot apply to drm-intel/for-linux-next linus/master v5.6 next-20200410] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we

[Intel-gfx] [PATCH 4/4] drm/selftests: selftest for timeline semaphore

2020-04-10 Thread Venkata Sandeep Dhanalakota
simple tests using drm api for timeline semaphore. Signed-off-by: Venkata Sandeep Dhanalakota --- drivers/gpu/drm/selftests/Makefile| 2 +- .../drm/selftests/drm_timeline_selftests.h| 16 + .../selftests/test-drm_timeline_semaphore.c | 545 ++ 3 files