]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: don't call ironlake_enable_pch_pll on lpt_pch_enable
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 31 Oct 2012 20:12:39 +0000 (18:12 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 11 Nov 2012 22:51:19 +0000 (23:51 +0100)
commit34a6e67e7ec5f6ad360b871f6e643b31c2adf588
tree9e5dba7eb4bfe294422b35527d9451078cfc68d2
parentbcfbc42ff47b41cf21b01562498e11ad46b501c0
drm/i915: don't call ironlake_enable_pch_pll on lpt_pch_enable

This is just wrong. The lpt_program_iclkip should disable the PCH
pixel clocks (and yes, we plan to rename it later).

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