aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gpu
diff options
context:
space:
mode:
authorShayenne Moura <shayenneluzmoura@gmail.com>2019-02-08 17:53:12 -0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-02-11 09:30:26 +0100
commit7bd0a3271e239d34bae5fa51e4f44ed9ee861a59 (patch)
tree19e1e265cc18a9d5387966d43aef6006fc71502f /Documentation/gpu
parentdrm/vkms: WARN when hrtimer_forward_now fails (diff)
downloadlinux-dev-7bd0a3271e239d34bae5fa51e4f44ed9ee861a59.tar.xz
linux-dev-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.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
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