Hi Alex, Thanks for the patch! On 3 November 2016 at 11:41, Alex Deucher <alexdeucher@xxxxxxxxx> wrote: > From: Junwei Zhang <Jerry.Zhang@xxxxxxx> > > v2: agd: rebase and squash in all the previous optimizations and > changes so everything compiles. > v3: squash in Slava's 32bit build fix > > Signed-off-by: Junwei Zhang <Jerry.Zhang@xxxxxxx> > Reviewed-by: Monk Liu <monk.liu@xxxxxxx> > Reviewed-by: Jammy Zhou <Jammy.Zhou@xxxxxxx> > Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 + > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 171 ++++++++++++++++++++++++++++++++ > drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 1 + > include/uapi/drm/amdgpu_drm.h | 27 +++++ > 4 files changed, 201 insertions(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h > index 8d0c689..c2050c0 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h <snip> > + > + r = fence_wait_any_timeout(array, fence_count, true, timeout); With the change proposed about returning index of signalled fence in patch 1/3, I don't think this would build? Best regards, Sumit. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel