]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/skl: Don't check for ULT/ULX when detecting the PCH
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 1 Oct 2014 19:04:17 +0000 (20:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Oct 2014 14:33:58 +0000 (16:33 +0200)
commit5fa78e2d05a31b8b7d6b3d006436ff576ae16ace
tree8dfb4c0ac98d7fc20b147ab9a22a79c8930926ac
parenta65cf20f8a982e501f4c9c84bd41eb6eec818c85
drm/i915/skl: Don't check for ULT/ULX when detecting the PCH

IS_ULT() wasn't taking into account SKL so we had a warn with SPT-LP.

We don't realy need those checks here, and as we don't need to introduce
IS_SKL_ULT/ULX() at the moment, let's just drop them.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.c