]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: WARN on !crtc in intel_dp_link_down
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 Nov 2012 14:59:34 +0000 (15:59 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 6 Dec 2012 13:37:00 +0000 (14:37 +0100)
commitbf11d62b53159c96db1167d047b1b397ff0c5ad7
treeafc80556f0d6fa7b77502f6f0de0660108004e53
parente03158eb8984c3270326a37a327b27d5991a4a33
drm/i915: WARN on !crtc in intel_dp_link_down

This could have happened with the old crtc helper based modeset code,
but can't happen any longer with the new code.

Hence put in a WARN and adjust the comment. If no one hits this, we
can eventually remove it (like a few other such cases across our
code).

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c