diff mbox series

drm/todo: Add link to old debugfs RFC

Message ID 20210421152911.1871473-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show
Series drm/todo: Add link to old debugfs RFC | expand

Commit Message

Daniel Vetter April 21, 2021, 3:29 p.m. UTC
I always forget where it was, store it until this gets picked up by an
internship again.

Cc: Wambui Karuga <wambui.karugax@gmail.com>
Cc: Melissa Wen <melissa.srw@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 Documentation/gpu/todo.rst | 2 ++
 1 file changed, 2 insertions(+)

Comments

Melissa Wen April 21, 2021, 3:59 p.m. UTC | #1
On 04/21, Daniel Vetter wrote:
> I always forget where it was, store it until this gets picked up by an
> internship again.
> 
> Cc: Wambui Karuga <wambui.karugax@gmail.com>
> Cc: Melissa Wen <melissa.srw@gmail.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  Documentation/gpu/todo.rst | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> index 7ff9fac10d8b..12e61869939e 100644
> --- a/Documentation/gpu/todo.rst
> +++ b/Documentation/gpu/todo.rst
> @@ -546,6 +546,8 @@ There's a bunch of issues with it:
>    this (together with the drm_minor->drm_device move) would allow us to remove
>    debugfs_init.
>  
> +Previous RFC that hasn't landed yet: https://lore.kernel.org/dri-devel/20200513114130.28641-2-wambui.karugax@gmail.com/
> +

Acked-by: Melissa Wen <melissa.srw@gmail.com>

>  Contact: Daniel Vetter
>  
>  Level: Intermediate
> -- 
> 2.31.0
>
Daniel Vetter April 21, 2021, 11:11 p.m. UTC | #2
On Wed, Apr 21, 2021 at 12:59:18PM -0300, Melissa Wen wrote:
> On 04/21, Daniel Vetter wrote:
> > I always forget where it was, store it until this gets picked up by an
> > internship again.
> > 
> > Cc: Wambui Karuga <wambui.karugax@gmail.com>
> > Cc: Melissa Wen <melissa.srw@gmail.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> >  Documentation/gpu/todo.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> > index 7ff9fac10d8b..12e61869939e 100644
> > --- a/Documentation/gpu/todo.rst
> > +++ b/Documentation/gpu/todo.rst
> > @@ -546,6 +546,8 @@ There's a bunch of issues with it:
> >    this (together with the drm_minor->drm_device move) would allow us to remove
> >    debugfs_init.
> >  
> > +Previous RFC that hasn't landed yet: https://lore.kernel.org/dri-devel/20200513114130.28641-2-wambui.karugax@gmail.com/
> > +
> 
> Acked-by: Melissa Wen <melissa.srw@gmail.com>

Pushed to drm-misc-next, thanks for taking a look.
-Daniel

> 
> >  Contact: Daniel Vetter
> >  
> >  Level: Intermediate
> > -- 
> > 2.31.0
> >
diff mbox series

Patch

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 7ff9fac10d8b..12e61869939e 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -546,6 +546,8 @@  There's a bunch of issues with it:
   this (together with the drm_minor->drm_device move) would allow us to remove
   debugfs_init.
 
+Previous RFC that hasn't landed yet: https://lore.kernel.org/dri-devel/20200513114130.28641-2-wambui.karugax@gmail.com/
+
 Contact: Daniel Vetter
 
 Level: Intermediate