drm/doc: Remove solved KMS cleanup task
authorShayenne Moura <shayenneluzmoura@gmail.com>
Fri, 8 Feb 2019 19:53:12 +0000 (17:53 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 11 Feb 2019 08:30:26 +0000 (09:30 +0100)
Remove KMS cleanup task from documentation solved by patchset
https://patchwork.freedesktop.org/series/54310/

Signed-off-by: Shayenne Moura <shayenneluzmoura@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190208195312.aqv7acr3hgion5yz@smtp.gmail.com
Documentation/gpu/todo.rst

index cda4a37..159a4ab 100644 (file)
@@ -398,10 +398,6 @@ KMS cleanups
 
 Some of these date from the very introduction of KMS in 2008 ...
 
-- drm_display_mode doesn't need to be derived from drm_mode_object. That's
-  leftovers from older (never merged into upstream) KMS designs where modes
-  where set using their ID, including support to add/remove modes.
-
 - Make ->funcs and ->helper_private vtables optional. There's a bunch of empty
   function tables in drivers, but before we can remove them we need to make sure
   that all the users in helpers and drivers do correctly check for a NULL