mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-24 13:13:57 +08:00
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/
This commit is contained in:
parent
70109354fe
commit
94e4c5305a
@ -184,7 +184,6 @@ static const char *drm_syncobj_null_fence_get_name(struct dma_fence *fence)
|
||||
|
||||
static bool drm_syncobj_null_fence_enable_signaling(struct dma_fence *fence)
|
||||
{
|
||||
dma_fence_enable_sw_signaling(fence);
|
||||
return !dma_fence_is_signaled(fence);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user