Re: [PATCH 4/5] drm/virtio: use fence_id when processing fences

2020-11-20 Thread Anthoine Bourgeois
On Wed, Nov 18, 2020 at 05:08:08PM -0800, Gurchetan Singh wrote: Currently, the fence ID, which can be used to identify a virtgpu fence, is the same as the fence sequence number. Let's use the fence_id name to clearly signal this. Signed-off-by: Gurchetan Singh Reviewed-by: Anthoine Bourgeoi

[PATCH 4/5] drm/virtio: use fence_id when processing fences

2020-11-18 Thread Gurchetan Singh
Currently, the fence ID, which can be used to identify a virtgpu fence, is the same as the fence sequence number. Let's use the fence_id name to clearly signal this. Signed-off-by: Gurchetan Singh --- drivers/gpu/drm/virtio/virtgpu_drv.h | 2 +- drivers/gpu/drm/virtio/virtgpu_fence.c | 6 +++-