Commit a6bb1f77 authored by Christian König's avatar Christian König Committed by Christian König
Browse files

drm/todos: add entry for drm_syncobj error handling



That would be rather nice to have and the kernel side is really trivial,
only the userspace side might be a bit more complex.

Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
Acked-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240826122541.85663-4-christian.koenig@amd.com
parent f07a0d1b
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -834,6 +834,22 @@ Contact: Javier Martinez Canillas <javierm@redhat.com>

Level: Advanced

Querying errors from drm_syncobj
================================

The drm_syncobj container can be used by driver independent code to signal
complection of submission.

One minor feature still missing is a generic DRM IOCTL to query the error
status of binary and timeline drm_syncobj.

This should probably be improved by implementing the necessary kernel interface
and adding support for that in the userspace stack.

Contact: Christian König

Level: Starter

Outside DRM
===========