]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/syncobj: Add better overview documentation for syncobj (v2)
authorJason Ekstrand <jason@jlekstrand.net>
Mon, 12 Aug 2019 14:22:11 +0000 (09:22 -0500)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Mon, 12 Aug 2019 14:58:52 +0000 (16:58 +0200)
commitf246ff5c232596dbd5e7a9d227113031fb0bfebe
tree42c50dea6415fdadb603fdd72bc6dc63c655f73f
parent12db36bc3cec76aae1c214d787eb0a54bc40fceb
drm/syncobj: Add better overview documentation for syncobj (v2)

This patch only brings the syncobj documentation up-to-date for the
original form of syncobj.  It does not contain any information about the
design of timeline syncobjs.

v2: Incorporate feedback from Lionel and Christian:
 - Mention actual ioctl and flag names
 - Better language around reference counting
 - Misc. language cleanups

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190812142211.15885-1-jason@jlekstrand.net
drivers/gpu/drm/drm_syncobj.c