From 0e70dad08393b218c08c4b741585d25e51b6f0c3 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Tue, 7 Feb 2017 18:51:13 +0100 Subject: 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 Acked-by: Sean Paul Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/20170207175113.2793-1-thierry.reding@gmail.com --- Documentation/gpu/index.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation/gpu/index.rst') 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 -- cgit