Re: [PATCH 1/5] drm: fix syncobj null_fence_enable_signaling

2018-08-30 Thread Christian König
Am 30.08.2018 um 08:48 schrieb Chunming Zhou: That is certainly totally nonsense. dma_fence_enable_sw_signaling() is the function who is calling this callback. Signed-off-by: Chunming Zhou Cc: Jason Ekstrand Reviewed-by: Christian König Acked-by: Daniel Vetter If there are no objections

Re: [PATCH 1/5] drm: fix syncobj null_fence_enable_signaling

2018-08-23 Thread Daniel Vetter
On Thu, Aug 23, 2018 at 11:02 AM, Christian König wrote: > Am 23.08.2018 um 10:25 schrieb Chunming Zhou: >> >> That is certainly totally nonsense. dma_fence_enable_sw_signaling() >> is the function who is calling this callback. >> >> Signed-off-by: Chunming Zhou >> Cc: Jason Ekstrand > > > For

Re: [PATCH 1/5] drm: fix syncobj null_fence_enable_signaling

2018-08-23 Thread Christian König
Am 23.08.2018 um 10:25 schrieb Chunming Zhou: That is certainly totally nonsense. dma_fence_enable_sw_signaling() is the function who is calling this callback. Signed-off-by: Chunming Zhou Cc: Jason Ekstrand For this one: Reviewed-by: Christian König --- drivers/gpu/drm/drm_syncobj.c |