Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: remove ib test for the second VCE Ring

it seems the VCE ring 1 ib test not reliable, remove it for now.

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Tested-and-Reviewed-by: Sonny Jiang <sonny.jiang@amd.com>

authored by

Leo Liu and committed by
Alex Deucher
898e50d4 140b519f

+4
+4
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c
··· 838 838 struct fence *fence = NULL; 839 839 int r; 840 840 841 + /* skip vce ring1 ib test for now, since it's not reliable */ 842 + if (ring == &ring->adev->vce.ring[1]) 843 + return 0; 844 + 841 845 r = amdgpu_vce_get_create_msg(ring, 1, NULL); 842 846 if (r) { 843 847 DRM_ERROR("amdgpu: failed to get create msg (%d).\n", r);