]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Spell out IS_HSW/BDW_ULT() in intel_crt_present()
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 1 Oct 2014 19:04:15 +0000 (20:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Oct 2014 14:33:57 +0000 (16:33 +0200)
commit7fb7143c48a5d4dcfdf355d98ce9c4d337c71779
tree488d6c3002dc12dcd32342c69b5a3974ee82790d
parentaa82331acd8e837a96c1f98c17303035c2fa6209
drm/i915: Spell out IS_HSW/BDW_ULT() in intel_crt_present()

The quality of being a ULT or ULX package doesn't tell anything across
generations and so a global IS_ULT() macro doesn't make much sense, esp.
as we're adding new products.

So, spell out which ULT/ULX SKUs we are talking about here, namely HSW
and BDW.

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/intel_display.c