RE: [PATCH 6/7] drm/syncobj: add new drm_syncobj_add_point interface

2018-11-15 Thread Zhou, David(ChunMing)
gt; Subject: [PATCH 6/7] drm/syncobj: add new drm_syncobj_add_point > interface > > Use the dma_fence_chain object to create a timeline of fence objects > instead of just replacing the existing fence. > > Signed-off-by: Christian König >

[PATCH 6/7] drm/syncobj: add new drm_syncobj_add_point interface

2018-11-15 Thread Christian König
Use the dma_fence_chain object to create a timeline of fence objects instead of just replacing the existing fence. Signed-off-by: Christian König --- drivers/gpu/drm/drm_syncobj.c | 40 include/drm/drm_syncobj.h | 5 + 2 files changed, 45