diff options
author | Daniel Vetter | 2019-06-14 22:36:14 +0200 |
---|---|---|
committer | Daniel Vetter | 2019-06-25 18:21:26 +0200 |
commit | fcca453c8884e119056eb19c48cca38ae43c5e93 (patch) | |
tree | 421fd7d21902db4e791818544589af0e6cdf8d2e /Documentation/gpu | |
parent | 8de6ca2e0e9318d9d784a45112712beffb87727b (diff) |
drm/todo: Add new debugfs todo
Greg is busy already, but maybe he won't do everything ...
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190614203615.12639-59-daniel.vetter@ffwll.ch
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/todo.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 5318e5be20d8..d49c1cc6dc28 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -386,6 +386,9 @@ There's a bunch of issues with it: this (together with the drm_minor->drm_device move) would allow us to remove debugfs_init. +- Drop the return code and error checking from all debugfs functions. Greg KH is + working on this already. + Contact: Daniel Vetter KMS cleanups |