aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/gpu/todo.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index cda4a37a02f0..159a4aba49e6 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -398,10 +398,6 @@ KMS cleanups
398 398
399Some of these date from the very introduction of KMS in 2008 ... 399Some of these date from the very introduction of KMS in 2008 ...
400 400
401- drm_display_mode doesn't need to be derived from drm_mode_object. That's
402 leftovers from older (never merged into upstream) KMS designs where modes
403 where set using their ID, including support to add/remove modes.
404
405- Make ->funcs and ->helper_private vtables optional. There's a bunch of empty 401- Make ->funcs and ->helper_private vtables optional. There's a bunch of empty
406 function tables in drivers, but before we can remove them we need to make sure 402 function tables in drivers, but before we can remove them we need to make sure
407 that all the users in helpers and drivers do correctly check for a NULL 403 that all the users in helpers and drivers do correctly check for a NULL