drm/i915: Fix and clean BDW PCH identification
authorRodrigo Vivi <rodrigo.vivi@intel.com>
Wed, 21 Jan 2015 18:33:53 +0000 (10:33 -0800)
committerJani Nikula <jani.nikula@intel.com>
Mon, 26 Jan 2015 09:00:34 +0000 (11:00 +0200)
commita35cc9d0c0118fb18f7c5dd7a44adb454868a679
treee58f109487b8723d2c1900be370664f28be58081
parentaf1a7301c7cf8912dca03065d448c4437c5c239f
drm/i915: Fix and clean BDW PCH identification

It seems in the past we have BDW with PCH not been propperly identified
and we force it to be LPT and we were warning !IS_HASWELL on propper identification.

Now that products are out there we are receiveing logs with this incorrect WARN.
And also according to local tests on all production BDW here ULT or HALO we don't
need this force anymore. So let's clean this block for real.

v2: Fix LPT_LP WARNs to avoid wrong warns on BDW_ULT (By Jani).

Reference: https://bugs.freedesktop.org/attachment.cgi?id=110972

Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Xion Zhang <xiong.y.zhang@intel.com>
Cc: stable@vger.kernel.org
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/i915_drv.c