]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: don't assert_pch_pll_enabled on lpt_enable_pch_transcoder
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 31 Oct 2012 20:12:46 +0000 (18:12 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 11 Nov 2012 22:51:23 +0000 (23:51 +0100)
commit1f6921c8c679e5e2086792bcd62d1616fa171a87
treedb5254fbde25db050953e7d5939dc25302ef9f51
parenta35f267946947b3798827a783d82d3d2aa55697d
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 <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c