diff options
author | Shayenne da Luz Moura <shayenneluzmoura@gmail.com> | 2018-12-13 20:55:37 -0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-12-14 09:36:10 +0100 |
commit | 18ce0906d96234d7932afc90ed7ce4a338de989e (patch) | |
tree | 6b54f27cfe5c4e722f915efaf96e3d4ca9213e01 | |
parent | f536e00c46d22ccd1b2aada5b22754c35d9487ce (diff) | |
download | linux-18ce0906d96234d7932afc90ed7ce4a338de989e.tar.bz2 |
drm: Remove complete task from TODO documentation
This patch remove the follow complete task from TODO documentation:
drm_mode_config.crtc_idr is misnamed, since it contains all KMS object.
Should be renamed to drm_mode_config.object_idr.
Signed-off-by: Shayenne da Luz Moura <shayenneluzmoura@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20181213225537.nq4dwidn6tma33iv@smtp.gmail.com
-rw-r--r-- | Documentation/gpu/todo.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 14191b64446d..41da7b06195c 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -354,9 +354,6 @@ KMS cleanups Some of these date from the very introduction of KMS in 2008 ... -- drm_mode_config.crtc_idr is misnamed, since it contains all KMS object. Should - be renamed to drm_mode_config.object_idr. - - 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. |