Displaying 1 result from an estimated 1 matches for "2cd7b6f08bc4".
Did you mean:
2cd7b6f08bc4cf
2020 Aug 07
0
[PATCH v3] drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()
...hexin.op at bytedance.com> ?2020?7?21??? ??6:17???
> >
> > From: Qi Liu <liuqi.16 at bytedance.com>
> >
> > We should put the reference count of the fence after calling
> > virtio_gpu_cmd_submit(). So add the missing dma_fence_put().
> >
> > Fixes: 2cd7b6f08bc4 ("drm/virtio: add in/out fence support for explicit synchronization")
> > Co-developed-by: Xin He <hexin.op at bytedance.com>
> > Signed-off-by: Xin He <hexin.op at bytedance.com>
> > Signed-off-by: Qi Liu <liuqi.16 at bytedance.com>
> > Reviewed-...