aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/gpu/introduction.rst
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2017-02-07 18:51:13 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-02-07 20:00:27 +0100
commit0e70dad08393b218c08c4b741585d25e51b6f0c3 (patch)
treeecb794816a7eea1003672a4e0ed9f4f6b9fcad32 /Documentation/gpu/introduction.rst
parentdrm: Micro-optimise drm_mm_for_each_node_in_range() (diff)
downloadwireguard-linux-0e70dad08393b218c08c4b741585d25e51b6f0c3.tar.xz
wireguard-linux-0e70dad08393b218c08c4b741585d25e51b6f0c3.zip
drm/doc: Add TODO list
This commit adds a TODO list to the GPU driver developer's guide. The content was taken from the DRMJanitors page on the X.Org wiki: https://www.x.org/wiki/DRMJanitors/ The goal is to track a list of refactorings that would be nice to see merged eventually. Sometimes these would be encountered during patch review on the mailing list, and at other times one can come across these while working in a specific area of code. Signed-off-by: Thierry Reding <treding@nvidia.com> Acked-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20170207175113.2793-1-thierry.reding@gmail.com
Diffstat (limited to 'Documentation/gpu/introduction.rst')
-rw-r--r--Documentation/gpu/introduction.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/gpu/introduction.rst b/Documentation/gpu/introduction.rst
index eb284eb748ba..1f8bd5ef5f9d 100644
--- a/Documentation/gpu/introduction.rst
+++ b/Documentation/gpu/introduction.rst
@@ -50,3 +50,13 @@ names are "Notes" with information for dangerous or tricky corner cases,
and "FIXME" where the interface could be cleaned up.
Also read the :ref:`guidelines for the kernel documentation at large <doc_guide>`.
+
+Getting Started
+===============
+
+Developers interested in helping out with the DRM subsystem are very welcome.
+Often people will resort to sending in patches for various issues reported by
+checkpatch or sparse. We welcome such contributions.
+
+Anyone looking to kick it up a notch can find a list of janitorial tasks on
+the :ref:`TODO list <todo>`.