Re: [Intel-gfx] [PATCH 4/9] drm/i915: WARN on !crtc in intel_dp_link_down

2012-11-16 Thread Paulo Zanoni
Hi 2012/11/5 Daniel Vetter : > 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).

[Intel-gfx] [PATCH 4/9] drm/i915: WARN on !crtc in intel_dp_link_down

2012-11-05 Thread Daniel Vetter
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). Signed-off-by: Daniel Vetter --- drive