drm: fix syncobj null_fence_enable_signaling
authorChunming Zhou <david1.zhou@amd.com>
Thu, 30 Aug 2018 06:48:27 +0000 (14:48 +0800)
committerChristian König <easy2remember.chk@googlemail.com>
Thu, 6 Sep 2018 09:08:53 +0000 (11:08 +0200)
commit94e4c5305a9b5a939bfba08039c1b383af7e453b
treeb8e31c2600e66a645f1819375172231dd4923e8d
parent70109354fed232dfce8fb2c7cadf635acbe03e19
drm: fix syncobj null_fence_enable_signaling

That is certainly totally nonsense. dma_fence_enable_sw_signaling()
is the function who is calling this callback.

Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Christian König <christian.koenig@amd.com>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/246535/
drivers/gpu/drm/drm_syncobj.c