diff options
author | Shayenne Moura <shayenneluzmoura@gmail.com> | 2019-02-08 17:53:12 -0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-02-11 09:30:26 +0100 |
commit | 7bd0a3271e239d34bae5fa51e4f44ed9ee861a59 (patch) | |
tree | 19e1e265cc18a9d5387966d43aef6006fc71502f /Documentation/gpu | |
parent | 09ef09b4ab95dc405ad4171ec2cd8a4ff5227108 (diff) | |
download | blackbird-op-linux-7bd0a3271e239d34bae5fa51e4f44ed9ee861a59.tar.gz blackbird-op-linux-7bd0a3271e239d34bae5fa51e4f44ed9ee861a59.zip |
drm/doc: Remove solved KMS cleanup task
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
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/todo.rst | 4 |
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 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 |