Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Shayenne da Luz Moura and committed by
Daniel Vetter
18ce0906 f536e00c

-3
-3
Documentation/gpu/todo.rst
··· 354 354 355 355 Some of these date from the very introduction of KMS in 2008 ... 356 356 357 - - drm_mode_config.crtc_idr is misnamed, since it contains all KMS object. Should 358 - be renamed to drm_mode_config.object_idr. 359 - 360 357 - drm_display_mode doesn't need to be derived from drm_mode_object. That's 361 358 leftovers from older (never merged into upstream) KMS designs where modes 362 359 where set using their ID, including support to add/remove modes.