From: Paulo Zanoni Date: Wed, 31 Oct 2012 20:12:46 +0000 (-0200) Subject: drm/i915: don't assert_pch_pll_enabled on lpt_enable_pch_transcoder X-Git-Tag: v3.8-rc1~82^2~192^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6921c8c679e5e2086792bcd62d1616fa171a87;p=pandora-kernel.git drm/i915: don't assert_pch_pll_enabled on lpt_enable_pch_transcoder These asserts are specific to IBX/CPT/PPT. Inside the assert_pch_pll function we even "return" in case we detect LPT, but I prefer to just not call it. In the future we might rename to something like ibx_assert_pch_pll. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed