drm/i915: suppress false PLL state warnings on non-GMCH platforms
authorImre Deak <imre.deak@intel.com>
Fri, 16 Jan 2015 08:55:16 +0000 (00:55 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 16 Apr 2015 09:42:38 +0000 (11:42 +0200)
commit503604038b739b244781904113a377385a341937
treeecba4efee85510395102129c8280582a1c63d3aa
parent977bb38d2dc5a4bcfb8841131e5e44d0463f3411
drm/i915: suppress false PLL state warnings on non-GMCH platforms

The checks for PLL enabled state on CPU ports are valid only on GMCH
platforms but atm we'd also call them on non-PCH-split/non-GMCH
platforms like BXT, triggering false warnings. Until the proper check is
implented for these platforms simply disable the check.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c