summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu/todo.rst
diff options
context:
space:
mode:
authorSean Paul2017-09-08 16:32:07 +0200
committerSean Paul2017-09-08 18:11:05 +0200
commit45ae2787a0e6d57d75ac25ffdfc9d8c7f9c0f3f1 (patch)
tree19aaff2057407fb335d8c137cec7f67991dab6be /Documentation/gpu/todo.rst
parentdrm/atomic: Remove deprecated accessor macros (diff)
downloadkernel-qcow2-linux-45ae2787a0e6d57d75ac25ffdfc9d8c7f9c0f3f1.tar.gz
kernel-qcow2-linux-45ae2787a0e6d57d75ac25ffdfc9d8c7f9c0f3f1.tar.xz
kernel-qcow2-linux-45ae2787a0e6d57d75ac25ffdfc9d8c7f9c0f3f1.zip
drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO
Now that we have the DRM_DEV_* variants, we should use them. Signed-off-by: Sean Paul <seanpaul@chromium.org> Reviewed-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170908143218.9701-1-seanpaul@chromium.org
Diffstat (limited to 'Documentation/gpu/todo.rst')
-rw-r--r--Documentation/gpu/todo.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 22af55d06ab8..e3b622094bf4 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -177,6 +177,17 @@ following drivers still use ``struct_mutex``: ``msm``, ``omapdrm`` and
Contact: Daniel Vetter, respective driver maintainers
+Convert instances of dev_info/dev_err/dev_warn to their DRM_DEV_* equivalent
+----------------------------------------------------------------------------
+
+For drivers which could have multiple instances, it is necessary to
+differentiate between which is which in the logs. Since DRM_INFO/WARN/ERROR
+don't do this, drivers used dev_info/warn/err to make this differentiation. We
+now have DRM_DEV_* variants of the drm print macros, so we can start to convert
+those drivers back to using drm-formwatted specific log messages.
+
+Contact: Sean Paul, Maintainer of the driver you plan to convert
+
Core refactorings
=================