commit | 0e70dad08393b218c08c4b741585d25e51b6f0c3 | [log] [tgz] |
---|---|---|
author | Thierry Reding <[email protected]> | Tue Feb 07 18:51:13 2017 +0100 |
committer | Daniel Vetter <[email protected]> | Tue Feb 07 20:00:27 2017 +0100 |
tree | ecb794816a7eea1003672a4e0ed9f4f6b9fcad32 | |
parent | bbba96931762bcad8a691dfbf8d1520b71831c3a [diff] [blame] |
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 <[email protected]> Acked-by: Sean Paul <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
diff --git a/Documentation/gpu/introduction.rst b/Documentation/gpu/introduction.rst index eb284eb..1f8bd5e 100644 --- a/Documentation/gpu/introduction.rst +++ b/Documentation/gpu/introduction.rst
@@ -50,3 +50,13 @@ 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>`.