From c40c700cf79e9a975aeae036a9910eaa5e41c9a7 Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Mon, 18 Feb 2019 20:30:51 -0500 Subject: [PATCH] drm: idr_init_base todo item is done Signed-off-by: Matthew Wilcox --- Documentation/gpu/todo.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 0a49c5a1d9ce..befafa1f6fc9 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -205,16 +205,6 @@ generic drm_gem_reservation_object_wait helper for waiting for a bo. Contact: Daniel Vetter -idr_init_base() ---------------- - -DRM core&drivers uses a lot of idr (integer lookup directories) for mapping -userspace IDs to internal objects, and in most places ID=0 means NULL and hence -is never used. Switching to idr_init_base() for these would make the idr more -efficient. - -Contact: Daniel Vetter - Defaults for .gem_prime_import and export ----------------------------------------- -- 2.50.1