]> 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)
commit8b8a5750768cae45e1e4090d193962fbdc9fb9e0
treeafc80556f0d6fa7b77502f6f0de0660108004e53
parent3716a7050cf4344683fabda9aaf9c2dc271fed48
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