[PATCH v2 2/4] drm/sched: Add a TODO list

Philipp Stanner posted 4 patches 3 months, 2 weeks ago
[PATCH v2 2/4] drm/sched: Add a TODO list
Posted by Philipp Stanner 3 months, 2 weeks ago
The DRM GPU scheduler contains a huge number of problems. These should
be documented for (new) contributors to pick up work.

Add a TODO list with an example entry.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
---
 drivers/gpu/drm/scheduler/TODO | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 drivers/gpu/drm/scheduler/TODO

diff --git a/drivers/gpu/drm/scheduler/TODO b/drivers/gpu/drm/scheduler/TODO
new file mode 100644
index 000000000000..79044adb7d01
--- /dev/null
+++ b/drivers/gpu/drm/scheduler/TODO
@@ -0,0 +1,12 @@
+=== drm_sched TODO list ===
+
+* Example Entry
+  - Difficulty: hard
+  - Contact:
+    - Danilo Krummrich <dakr@kernel.org>
+    - Philipp Stanner <phasta@kernel.org>
+  - Description:
+    This is an example.
+  - Tasks:
+	1. Read the example entry.
+	2. Remove the entry once solved (never in this case)
-- 
2.49.0