[PATCH v2 0/4] Add TODO list (+ small docu change)

Philipp Stanner posted 4 patches 3 months, 2 weeks ago
drivers/gpu/drm/scheduler/TODO | 51 ++++++++++++++++++++++++++++++++++
include/drm/gpu_scheduler.h    | 10 -------
2 files changed, 51 insertions(+), 10 deletions(-)
create mode 100644 drivers/gpu/drm/scheduler/TODO
[PATCH v2 0/4] Add TODO list (+ small docu change)
Posted by Philipp Stanner 3 months, 2 weeks ago
drm_sched has so many problems that we should have our own TODO list for
contributors who might wanna help.

Changes in v2:
  - Add generic TODO list example that can stay in the file forever.

Philipp Stanner (4):
  drm/sched: Remove out of place resubmit docu
  drm/sched: Add a TODO list
  drm/sched: Add TODO entry for resubmitting jobs
  drm/sched: Add TODO entry for missing runqueue locks

 drivers/gpu/drm/scheduler/TODO | 51 ++++++++++++++++++++++++++++++++++
 include/drm/gpu_scheduler.h    | 10 -------
 2 files changed, 51 insertions(+), 10 deletions(-)
 create mode 100644 drivers/gpu/drm/scheduler/TODO

-- 
2.49.0
Re: [PATCH v2 0/4] Add TODO list (+ small docu change)
Posted by Danilo Krummrich 3 months, 1 week ago
On 10/23/25 4:30 PM, Philipp Stanner wrote:
> drm_sched has so many problems that we should have our own TODO list for
> contributors who might wanna help.

Looks good,

Acked-by: Danilo Krummrich <dakr@kernel.org>
>  drivers/gpu/drm/scheduler/TODO | 51 ++++++++++++++++++++++++++++++++++

I'd move this into Documentation/, just like we did it for Nova [1].

[1] https://docs.kernel.org/gpu/nova/core/todo.html