From 55ef41aa92ae9aea398f25423621db75eba9dfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 1 Jun 2026 10:42:07 +0200 Subject: [PATCH] drm/todo: clarify drm_syncobj error TODOs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Before I get another mail asking if somebody is already working on this clarify that the kernel parts are already implemented and we only need the userspace parts done. Add Michel as additional contact since he wrote a really good summary how that could potentially be used by compositors. Signed-off-by: Christian König Acked-by: Tvrtko Ursulin Acked-by: Michel Dänzer Link: https://lore.kernel.org/r/20260601085132.683087-1-christian.koenig@amd.com --- Documentation/gpu/todo.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index e3d169d42f19..14cf37590fc7 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -896,10 +896,11 @@ 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. +This was already improved by implementing the necessary kernel interface +(patches are on the dri-devel mailing list) but adding support for that in the +userspace stack is still missing. -Contact: Christian König +Contact: Christian König, Michel Dänzer Level: Starter