commit | 1f6921c8c679e5e2086792bcd62d1616fa171a87 | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Wed Oct 31 18:12:46 2012 -0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Sun Nov 11 23:51:23 2012 +0100 |
tree | db5254fbde25db050953e7d5939dc25302ef9f51 | |
parent | a35f267946947b3798827a783d82d3d2aa55697d [diff] |
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>