drm/i915/bxt: add missing DDI PLL registers to the state checking
authorImre Deak <imre.deak@intel.com>
Thu, 18 Jun 2015 14:25:54 +0000 (17:25 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 30 Jun 2015 10:35:30 +0000 (12:35 +0200)
commit05712c1561041d102d3cac7d7e79548b1446caa4
treefcb32d7ac4643b1f9b4e1f6457834f9da912413d
parentf8896f5d58e64bfd3c2b5f7c5ba5c3f3967e93c7
drm/i915/bxt: add missing DDI PLL registers to the state checking

Although we have a fixed setting for the PLL9 and EBB4 registers, it
still makes sense to check them together with the rest of PLL registers.

While at it also remove a redundant comment about 10 bit clock enabling.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Sonika Jindal <sonika.jindal@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_display.c
This page took 0.024843 seconds and 5 git commands to generate.