All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] drm/syncobj: add sideband payload
@ 2019-09-17 11:03 Lionel Landwerlin
  2019-09-17 11:03 ` [PATCH 1/1] " Lionel Landwerlin
  0 siblings, 1 reply; 5+ messages in thread
From: Lionel Landwerlin @ 2019-09-17 11:03 UTC (permalink / raw)
  To: dri-devel

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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-18  8:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-17 11:03 [PATCH 0/1] drm/syncobj: add sideband payload Lionel Landwerlin
2019-09-17 11:03 ` [PATCH 1/1] " Lionel Landwerlin
2019-09-17 12:36   ` Zhou, David(ChunMing)
2019-09-17 13:06     ` Lionel Landwerlin
2019-10-18  8:59       ` Lionel Landwerlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.