[PATCH 0/1] drm/syncobj: add sideband payload
Lionel Landwerlin
lionel.g.landwerlin at intel.com
Tue Sep 17 11:03:42 UTC 2019
Hi all,
Just explaining what is being changed here compared to v6 :
We just noticed that some of our CTS runs are flaky because when
importing a dma fence into a drm syncobj we do not update the atomic
binary payload. This leads to issues when the userspace drivers tries
to add new points to the timeline because the atomic binary payload
may then have a value inferior to the seqno of the new installed
fence.
Cheers,
Lionel Landwerlin (1):
drm/syncobj: add sideband payload
drivers/gpu/drm/drm_internal.h | 2 ++
drivers/gpu/drm/drm_ioctl.c | 3 ++
drivers/gpu/drm/drm_syncobj.c | 64 ++++++++++++++++++++++++++++++++--
include/drm/drm_syncobj.h | 9 +++++
include/uapi/drm/drm.h | 17 +++++++++
5 files changed, 93 insertions(+), 2 deletions(-)
--
2.23.0
More information about the dri-devel
mailing list