diff mbox series

[1/2] drm/todo: Remove i915 device_link task

Message ID 20191022152530.22038-1-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show
Series [1/2] drm/todo: Remove i915 device_link task | expand

Commit Message

Daniel Vetter Oct. 22, 2019, 3:25 p.m. UTC
Done with

commit aef9f33b7658a7489f71df5d6e6ecb47f2521e8a
Author: Imre Deak <imre.deak@intel.com>
Date:   Tue Oct 23 17:43:10 2018 +0300

    drm/i915: Ensure proper HDA suspend/resume ordering with a device link

Cc: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 Documentation/gpu/todo.rst | 7 -------
 1 file changed, 7 deletions(-)

Comments

Sean Paul Oct. 22, 2019, 5:03 p.m. UTC | #1
On Tue, Oct 22, 2019 at 05:25:29PM +0200, Daniel Vetter wrote:
> Done with
> 
> commit aef9f33b7658a7489f71df5d6e6ecb47f2521e8a
> Author: Imre Deak <imre.deak@intel.com>
> Date:   Tue Oct 23 17:43:10 2018 +0300
> 
>     drm/i915: Ensure proper HDA suspend/resume ordering with a device link
> 
> Cc: Imre Deak <imre.deak@intel.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

Reviewed-by: Sean Paul <sean@poorly.run>

> ---
>  Documentation/gpu/todo.rst | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> index 23b3a67794ba..9ac102922712 100644
> --- a/Documentation/gpu/todo.rst
> +++ b/Documentation/gpu/todo.rst
> @@ -438,13 +438,6 @@ See drivers/gpu/drm/amd/display/TODO for tasks.
>  
>  Contact: Harry Wentland, Alex Deucher
>  
> -i915
> -----
> -
> -- Our early/late pm callbacks could be removed in favour of using
> -  device_link_add to model the dependency between i915 and snd_had. See
> -  https://dri.freedesktop.org/docs/drm/driver-api/device_link.html
> -
>  Bootsplash
>  ==========
>  
> -- 
> 2.23.0
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
Daniel Vetter Oct. 23, 2019, 9 a.m. UTC | #2
On Tue, Oct 22, 2019 at 01:03:01PM -0400, Sean Paul wrote:
> On Tue, Oct 22, 2019 at 05:25:29PM +0200, Daniel Vetter wrote:
> > Done with
> > 
> > commit aef9f33b7658a7489f71df5d6e6ecb47f2521e8a
> > Author: Imre Deak <imre.deak@intel.com>
> > Date:   Tue Oct 23 17:43:10 2018 +0300
> > 
> >     drm/i915: Ensure proper HDA suspend/resume ordering with a device link
> > 
> > Cc: Imre Deak <imre.deak@intel.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> 
> Reviewed-by: Sean Paul <sean@poorly.run>

Both patches applied, thanks for taking a look.
-Daniel

> 
> > ---
> >  Documentation/gpu/todo.rst | 7 -------
> >  1 file changed, 7 deletions(-)
> > 
> > diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
> > index 23b3a67794ba..9ac102922712 100644
> > --- a/Documentation/gpu/todo.rst
> > +++ b/Documentation/gpu/todo.rst
> > @@ -438,13 +438,6 @@ See drivers/gpu/drm/amd/display/TODO for tasks.
> >  
> >  Contact: Harry Wentland, Alex Deucher
> >  
> > -i915
> > -----
> > -
> > -- Our early/late pm callbacks could be removed in favour of using
> > -  device_link_add to model the dependency between i915 and snd_had. See
> > -  https://dri.freedesktop.org/docs/drm/driver-api/device_link.html
> > -
> >  Bootsplash
> >  ==========
> >  
> > -- 
> > 2.23.0
> > 
> > _______________________________________________
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
> 
> -- 
> Sean Paul, Software Engineer, Google / Chromium OS
diff mbox series

Patch

diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst
index 23b3a67794ba..9ac102922712 100644
--- a/Documentation/gpu/todo.rst
+++ b/Documentation/gpu/todo.rst
@@ -438,13 +438,6 @@  See drivers/gpu/drm/amd/display/TODO for tasks.
 
 Contact: Harry Wentland, Alex Deucher
 
-i915
-----
-
-- Our early/late pm callbacks could be removed in favour of using
-  device_link_add to model the dependency between i915 and snd_had. See
-  https://dri.freedesktop.org/docs/drm/driver-api/device_link.html
-
 Bootsplash
 ==========