From: Shayenne da Luz Moura Date: Thu, 13 Dec 2018 22:55:37 +0000 (-0200) Subject: drm: Remove complete task from TODO documentation X-Git-Tag: v5.1-rc1~117^2~27^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18ce0906d96234d7932afc90ed7ce4a338de989e;p=thirdparty%2Flinux.git 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 Signed-off-by: Daniel Vetter Link: https://patchwork.freedesktop.org/patch/msgid/20181213225537.nq4dwidn6tma33iv@smtp.gmail.com --- diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 14191b64446df..41da7b06195c8 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.