diff options
author | Thierry Reding <treding@nvidia.com> | 2017-02-07 20:51:13 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-02-07 22:00:27 +0300 |
commit | 0e70dad08393b218c08c4b741585d25e51b6f0c3 (patch) | |
tree | ecb794816a7eea1003672a4e0ed9f4f6b9fcad32 /Documentation/gpu/index.rst | |
parent | bbba96931762bcad8a691dfbf8d1520b71831c3a (diff) | |
download | linux-0e70dad08393b218c08c4b741585d25e51b6f0c3.tar.xz |
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/index.rst')
-rw-r--r-- | Documentation/gpu/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/gpu/index.rst b/Documentation/gpu/index.rst index 367d7c36b8e9..c9b08b02f57c 100644 --- a/Documentation/gpu/index.rst +++ b/Documentation/gpu/index.rst @@ -13,6 +13,7 @@ Linux GPU Driver Developer's Guide i915 vga-switcheroo vgaarbiter + todo .. only:: subproject and html |