From: Paulo Zanoni Date: Fri, 17 Jan 2014 15:51:13 +0000 (-0200) Subject: drm/i915: WARN in case we're enabling the pipe and it's enabled X-Git-Tag: v3.15-rc1~51^2~59^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ad25d488faf2622d5c1c3c04e42e8efe9539da0;p=pandora-kernel.git drm/i915: WARN in case we're enabling the pipe and it's enabled ... and QUIRK_PIPEA_FORCE is not present. I initially thought that case was impossible and just added a WARN on it, but then I was told this case is possible due to QUIRK_PIPEA_FORCE. So let's add a WARN that serves two purposes: - tell us in case we have done something wrong; - document the only case where we expect this. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed