drm/todo: i915 could use device_link_add
authorDaniel Vetter <[email protected]>
Tue, 20 Feb 2018 13:20:17 +0000 (14:20 +0100)
committerDaniel Vetter <[email protected]>
Wed, 21 Feb 2018 18:29:06 +0000 (19:29 +0100)
Noticed while reading some unrelated patches. Unfortunately Imre's
patch to add our early/late hooks predated the device_link
infrastructure by 2 years.

Cc: Imre Deak <[email protected]>
Cc: Takashi Iwai <[email protected]>
Acked-by: Imre Deak <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Documentation/gpu/todo.rst

index 1e593370f64f061b550e273da46e1cd96645f244..459936c04aa585f007a5a0b22325f769e26ce137 100644 (file)
@@ -440,5 +440,12 @@ 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
+
 Outside DRM
 ===========