Remove the starter task for adding DRM_IOCTL_SYNCOBJ_QUERY_ERROR ioctl. Signed-off-by: Yicong Hui <[email protected]> --- Documentation/gpu/todo.rst | 16 ---------------- 1 file changed, 16 deletions(-)
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 520da44a04a6..8dcb1901142e 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -878,22 +878,6 @@ Contact: Javier Martinez Canillas <[email protected]> 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 - DRM GPU Scheduler ================= -- 2.53.0
