OSDN Git Service

amdgpu : move management of user fence from libdrm to UMD
[android-x86/external-libdrm.git] / tests / amdgpu / cs_tests.c
index b1e4d36..3d9a1c2 100644 (file)
@@ -130,8 +130,7 @@ static int submit(unsigned ndw, unsigned ip)
        ibs_request.number_of_ibs = 1;
        ibs_request.ibs = &ib_info;
 
-       r = amdgpu_cs_submit(context_handle, 0,
-                            &ibs_request, 1, &fence_status.fence);
+       r = amdgpu_cs_submit(context_handle, 0, &ibs_request, 1);
        if (r)
                return r;