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)
commitff50afe9aceb6264a4fbe40459da75170fb9a2a2
treeafc80556f0d6fa7b77502f6f0de0660108004e53
parentab527efc2feadcab1cad0740be307cb4153b493f
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
This page took 0.026652 seconds and 5 git commands to generate.