Re: [PATCH] drm: Update todo.rst

2021-01-22 Thread Maxime Ripard
Hi Daniel, On Thu, Jan 21, 2021 at 12:29:19PM +0100, Daniel Vetter wrote: > Interrnship season is starting, let's review this. One thing that's ^ internship > pending is Maxime's work to roll out drm_atomic_state pointers to all > callbacks, he said he'll remove that entry once it's all done.

Re: [PATCH] drm: Update todo.rst

2021-01-21 Thread Daniel Vetter
On Thu, Jan 21, 2021 at 02:21:53PM +0100, Maxime Ripard wrote: > Hi Daniel, > > On Thu, Jan 21, 2021 at 12:29:19PM +0100, Daniel Vetter wrote: > > Interrnship season is starting, let's review this. One thing that's > > ^ internship > > > pending is Maxime's work to roll out drm_atomic_state po

Re: [PATCH] drm: Update todo.rst

2021-01-21 Thread Daniel Vetter
On Thu, Jan 21, 2021 at 3:31 PM Thomas Zimmermann wrote: > > Hi > > we talked about making dma_resv the default lock for GEM objects. Could > you add an entry for this? Some interns might feel adventurous. :) Level: Too hard for Daniel Not sure that's a great internship tasks :-P But yeah I'll

Re: [PATCH] drm: Update todo.rst

2021-01-21 Thread Thomas Zimmermann
Hi we talked about making dma_resv the default lock for GEM objects. Could you add an entry for this? Some interns might feel adventurous. :) Best regards Thomas Am 21.01.21 um 12:29 schrieb Daniel Vetter: Interrnship season is starting, let's review this. One thing that's pending is Maxime'

Re: [PATCH] drm: update todo.rst

2020-09-29 Thread Daniel Vetter
On Tue, Sep 29, 2020 at 12:51:24PM -0300, Melissa Wen wrote: > On 09/29, Daniel Vetter wrote: > > - debugfs cleanup has moved forward thanks to the cleanup Wambui has > > done > > > > Cc: Wambui Karuga > > Cc: Greg Kroah-Hartman > > Cc: Melissa Wen > > Signed-off-by: Daniel Vetter > > --- >

Re: [PATCH] drm: update todo.rst

2020-09-29 Thread Greg Kroah-Hartman
On Tue, Sep 29, 2020 at 05:03:33PM +0200, Daniel Vetter wrote: > - debugfs cleanup has moved forward thanks to the cleanup Wambui has > done > > Cc: Wambui Karuga > Cc: Greg Kroah-Hartman > Cc: Melissa Wen > Signed-off-by: Daniel Vetter > --- > Documentation/gpu/todo.rst | 3 --- > 1 file c

Re: [PATCH] drm: update todo.rst

2020-09-29 Thread Melissa Wen
On 09/29, Daniel Vetter wrote: > - debugfs cleanup has moved forward thanks to the cleanup Wambui has > done > > Cc: Wambui Karuga > Cc: Greg Kroah-Hartman > Cc: Melissa Wen > Signed-off-by: Daniel Vetter > --- > Documentation/gpu/todo.rst | 3 --- > 1 file changed, 3 deletions(-) > > diff

Re: [PATCH] drm: Update todo.rst

2018-09-09 Thread Daniel Vetter
On Thu, Sep 06, 2018 at 02:28:32PM +0100, Emil Velikov wrote: > On 6 September 2018 at 10:40, Heiko Stuebner wrote: > > Am Mittwoch, 5. September 2018, 20:15:09 CEST schrieb Daniel Vetter: > >> - drmP.h is now fully split up. > >> - vkms is happening (and will gain its own todo and docs under a ne

Re: [PATCH] drm: Update todo.rst

2018-09-06 Thread Emil Velikov
On 6 September 2018 at 10:40, Heiko Stuebner wrote: > Am Mittwoch, 5. September 2018, 20:15:09 CEST schrieb Daniel Vetter: >> - drmP.h is now fully split up. >> - vkms is happening (and will gain its own todo and docs under a new >> vkms.rst file real soon) >> - legacy cruft is completely hidden

Re: [PATCH] drm: Update todo.rst

2018-09-06 Thread Heiko Stuebner
Am Mittwoch, 5. September 2018, 20:15:09 CEST schrieb Daniel Vetter: > - drmP.h is now fully split up. > - vkms is happening (and will gain its own todo and docs under a new > vkms.rst file real soon) > - legacy cruft is completely hidden now, drm_vblank.c is split out > from drm_irq.c now. I'v