projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e86584c
)
drm/todo: Add idr_init_base todo
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 19 Feb 2018 14:57:08 +0000
(15:57 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 19 Feb 2018 16:32:12 +0000
(17:32 +0100)
Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20180219145708.23523-1-daniel.vetter@ffwll.ch
Documentation/gpu/todo.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/todo.rst
b/Documentation/gpu/todo.rst
index 1e593370f64f061b550e273da46e1cd96645f244..1a0a413eecedbf92437aa323d8070e40a7c8bc03 100644
(file)
--- a/
Documentation/gpu/todo.rst
+++ b/
Documentation/gpu/todo.rst
@@
-212,6
+212,16
@@
probably use drm_fb_helper_fbdev_teardown().
Contact: Maintainer of the driver you plan to convert
+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
+
Core refactorings
=================