Re: [PATCH] drm/amdgpu: add ring test for page queue

2018-10-18 Thread Christian König
Am 18.10.18 um 12:14 schrieb Huang Rui: We add page queue for sdma to update page table. So here it also needs ring test to verify it workable during the initialization. Signed-off-by: Huang Rui Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 9 + 1

[PATCH] drm/amdgpu: add ring test for page queue

2018-10-18 Thread Huang Rui
We add page queue for sdma to update page table. So here it also needs ring test to verify it workable during the initialization. Signed-off-by: Huang Rui --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 9 + 1 file changed, 9 insertions(+) diff --git