drm/todo: update the debugfs clean up task
authorMaíra Canal <mcanal@igalia.com>
Mon, 19 Dec 2022 12:06:21 +0000 (09:06 -0300)
committerMaíra Canal <mairacanal@riseup.net>
Thu, 22 Dec 2022 18:11:31 +0000 (15:11 -0300)
commit941aae3263153cea91cb306cc889951486e16634
treec6ec3eee3cdd0de6bb8bd900d5a2777e9f01b818
parent03d2673bb7579ecb779092d37410c9299e622cb8
drm/todo: update the debugfs clean up task

The structs drm_debugfs_info and drm_debugfs_entry introduced a new
debugfs structure to DRM, centered on drm_device instead of drm_minor.
Therefore, remove the tasks related to create a new device-centered
debugfs structure and add a new task to replace the use of
drm_debugfs_create_files() for the use of drm_debugfs_add_file() and
drm_debugfs_add_files().

Signed-off-by: Maíra Canal <mcanal@igalia.com>
Reviewed-by: Melissa Wen <mwen@igalia.com>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20221219120621.15086-8-mcanal@igalia.com
Documentation/gpu/todo.rst