Re: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-19 Thread Gurchetan Singh
On Fri, Nov 19, 2021 at 9:38 AM Rob Clark wrote: > On Thu, Nov 18, 2021 at 12:53 AM Daniel Vetter wrote: > > > > On Tue, Nov 16, 2021 at 06:31:10PM -0800, Gurchetan Singh wrote: > > > On Tue, Nov 16, 2021 at 7:43 AM Daniel Vetter wrote: > > > > > > > On Mon, Nov 15, 2021 at 07:26:14PM +,

Re: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-19 Thread Rob Clark
On Thu, Nov 18, 2021 at 12:53 AM Daniel Vetter wrote: > > On Tue, Nov 16, 2021 at 06:31:10PM -0800, Gurchetan Singh wrote: > > On Tue, Nov 16, 2021 at 7:43 AM Daniel Vetter wrote: > > > > > On Mon, Nov 15, 2021 at 07:26:14PM +, Kasireddy, Vivek wrote: > > > > Hi Daniel, Greg, > > > > > > > >

Re: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-18 Thread Daniel Vetter
On Tue, Nov 16, 2021 at 06:31:10PM -0800, Gurchetan Singh wrote: > On Tue, Nov 16, 2021 at 7:43 AM Daniel Vetter wrote: > > > On Mon, Nov 15, 2021 at 07:26:14PM +, Kasireddy, Vivek wrote: > > > Hi Daniel, Greg, > > > > > > If it is the same or a similar crash reported here: > > > > >

Re: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-16 Thread Gurchetan Singh
On Tue, Nov 16, 2021 at 7:43 AM Daniel Vetter wrote: > On Mon, Nov 15, 2021 at 07:26:14PM +, Kasireddy, Vivek wrote: > > Hi Daniel, Greg, > > > > If it is the same or a similar crash reported here: > > > https://lists.freedesktop.org/archives/dri-devel/2021-November/330018.html > > and here:

Re: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-16 Thread Daniel Vetter
On Mon, Nov 15, 2021 at 07:26:14PM +, Kasireddy, Vivek wrote: > Hi Daniel, Greg, > > If it is the same or a similar crash reported here: > https://lists.freedesktop.org/archives/dri-devel/2021-November/330018.html > and here: >

RE: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-15 Thread Kasireddy, Vivek
Hi Daniel, Greg, If it is the same or a similar crash reported here: https://lists.freedesktop.org/archives/dri-devel/2021-November/330018.html and here: https://lists.freedesktop.org/archives/dri-devel/2021-November/330212.html then the fix is already merged:

Re: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-15 Thread Daniel Vetter
On Sat, Nov 13, 2021 at 03:51:48PM +0100, Greg KH wrote: > On Tue, Sep 21, 2021 at 04:20:23PM -0700, Gurchetan Singh wrote: > > Similar to DRM_VMW_EVENT_FENCE_SIGNALED. Sends a pollable event > > to the DRM file descriptor when a fence on a specific ring is > > signaled. > > > > One difference

Re: [PATCH v3 11/12] drm/virtio: implement context init: add virtio_gpu_fence_event

2021-11-13 Thread Greg KH
On Tue, Sep 21, 2021 at 04:20:23PM -0700, Gurchetan Singh wrote: > Similar to DRM_VMW_EVENT_FENCE_SIGNALED. Sends a pollable event > to the DRM file descriptor when a fence on a specific ring is > signaled. > > One difference is the event is not exposed via the UAPI -- this is > because host