OSDN Git Service

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)
commitfa4dca2cce89ce8dc95f6dde58b3791feadc4283
tree8dfb4c0ac98d7fc20b147ab9a22a79c8930926ac
parent95626e7caac4f0dbe285c59d9702b9f55af497eb
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