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 <[email protected]> --- 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 <[email protected]> + - Philipp Stanner <[email protected]> + - Description: + This is an example. + - Tasks: + 1. Read the example entry. + 2. Remove the entry once solved (never in this case) -- 2.49.0
