Skip to content

Commit 7b3b61b

Browse files
committed
drm/todo: i915 could use device_link_add
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 <imre.deak@intel.com> Cc: Takashi Iwai <tiwai@suse.de> Acked-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180220132017.30719-1-daniel.vetter@ffwll.ch
1 parent 158863f commit 7b3b61b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/gpu/todo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,5 +440,12 @@ See drivers/gpu/drm/amd/display/TODO for tasks.
440440

441441
Contact: Harry Wentland, Alex Deucher
442442

443+
i915
444+
----
445+
446+
- Our early/late pm callbacks could be removed in favour of using
447+
device_link_add to model the dependency between i915 and snd_had. See
448+
https://dri.freedesktop.org/docs/drm/driver-api/device_link.html
449+
443450
Outside DRM
444451
===========

0 commit comments

Comments
 (0)