]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: extract ironlake_fdi_pll_disable
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 12 Aug 2012 17:27:14 +0000 (19:27 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 17 Aug 2012 08:10:03 +0000 (10:10 +0200)
commit9fd96da6f003c8422cb57d3cb4c1b66d0f3592f9
tree7b3f79e52058ba1d00ee3bae9e19029da8a427f4
parent501ae6dc39ff8ca6c97290c143c1880746e705f0
drm/i915: extract ironlake_fdi_pll_disable

Simply to make the ilk+ crtc disable path clearer and more symmetric
with the enable function.

Also switch to intel_crtc for the enable function.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c