[PATCH v2 0/2] drm/todo: Add section for GPU Scheduler

Philipp Stanner posted 2 patches 3 months ago
Documentation/gpu/todo.rst | 45 ++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
[PATCH v2 0/2] drm/todo: Add section for GPU Scheduler
Posted by Philipp Stanner 3 months ago
Changes in v2:
  - Fix wrong list item index in patch 1.

The GPU Scheduler has enough problems to be covered by the drm todo
list. Let's add an entry.

This series is the succesor of [1].

[1] https://lore.kernel.org/dri-devel/20251023143031.149496-2-phasta@kernel.org/

Philipp Stanner (2):
  drm/todo: Add section with task for GPU scheduler
  drm/todo: Add entry for unlocked drm/sched rq readers

 Documentation/gpu/todo.rst | 45 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

-- 
2.49.0
Re: [PATCH v2 0/2] drm/todo: Add section for GPU Scheduler
Posted by Philipp Stanner 2 months, 1 week ago
+Cc Matthew, Tvrtko, Christian

On Fri, 2025-11-07 at 14:56 +0100, Philipp Stanner wrote:
> Changes in v2:
>   - Fix wrong list item index in patch 1.
> 
> The GPU Scheduler has enough problems to be covered by the drm todo
> list. Let's add an entry.
> 
> This series is the succesor of [1].
> 
> [1] https://lore.kernel.org/dri-devel/20251023143031.149496-2-phasta@kernel.org/
> 
> Philipp Stanner (2):
>   drm/todo: Add section with task for GPU scheduler
>   drm/todo: Add entry for unlocked drm/sched rq readers

Can someone give this series a review please?

Thx,
P.
Re: [PATCH v2 0/2] drm/todo: Add section for GPU Scheduler
Posted by Dave Airlie 2 months, 1 week ago
Acked-by: Dave Airlie <airlied@redhat.com>

On Thu, 27 Nov 2025 at 22:50, Philipp Stanner <phasta@mailbox.org> wrote:
>
> +Cc Matthew, Tvrtko, Christian
>
> On Fri, 2025-11-07 at 14:56 +0100, Philipp Stanner wrote:
> > Changes in v2:
> >   - Fix wrong list item index in patch 1.
> >
> > The GPU Scheduler has enough problems to be covered by the drm todo
> > list. Let's add an entry.
> >
> > This series is the succesor of [1].
> >
> > [1] https://lore.kernel.org/dri-devel/20251023143031.149496-2-phasta@kernel.org/
> >
> > Philipp Stanner (2):
> >   drm/todo: Add section with task for GPU scheduler
> >   drm/todo: Add entry for unlocked drm/sched rq readers
>
> Can someone give this series a review please?
>
> Thx,
> P.
Re: [PATCH v2 0/2] drm/todo: Add section for GPU Scheduler
Posted by Philipp Stanner 2 months, 1 week ago
On Tue, 2025-12-02 at 17:37 +1000, Dave Airlie wrote:
> Acked-by: Dave Airlie <airlied@redhat.com>
> 
> On Thu, 27 Nov 2025 at 22:50, Philipp Stanner <phasta@mailbox.org> wrote:
> > 
> > +Cc Matthew, Tvrtko, Christian
> > 
> > On Fri, 2025-11-07 at 14:56 +0100, Philipp Stanner wrote:
> > > Changes in v2:
> > >   - Fix wrong list item index in patch 1.
> > > 
> > > The GPU Scheduler has enough problems to be covered by the drm todo
> > > list. Let's add an entry.
> > > 
> > > This series is the succesor of [1].
> > > 
> > > [1] https://lore.kernel.org/dri-devel/20251023143031.149496-2-phasta@kernel.org/
> > > 
> > > Philipp Stanner (2):
> > >   drm/todo: Add section with task for GPU scheduler
> > >   drm/todo: Add entry for unlocked drm/sched rq readers

Pushed to drm-misc-next

P.