Re: [PATCH libdrm] tests/amdgpu: add test for finding bo by CPU mapping

2018-07-31 Thread Christian König
Am 31.07.2018 um 07:39 schrieb Junwei Zhang: Signed-off-by: Junwei Zhang A commit message would be nice to have. Apart from that the patch is Reviewed-by: Christian König Christian. --- tests/amdgpu/bo_tests.c | 32 1 file changed, 32 insertions(+)

[PATCH libdrm] tests/amdgpu: add test for finding bo by CPU mapping

2018-07-30 Thread Junwei Zhang
Signed-off-by: Junwei Zhang --- tests/amdgpu/bo_tests.c | 32 1 file changed, 32 insertions(+) diff --git a/tests/amdgpu/bo_tests.c b/tests/amdgpu/bo_tests.c index 9d4da4a..4d05027 100644 --- a/tests/amdgpu/bo_tests.c +++ b/tests/amdgpu/bo_tests.c @@ -27,6 +27,7