drm/i915: Use IS_HSW_ULT() in a HSW specific code path
authorDamien Lespiau <damien.lespiau@intel.com>
Wed, 1 Oct 2014 19:04:13 +0000 (20:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Oct 2014 14:33:56 +0000 (16:33 +0200)
commitbcef6d5aa5746e6d3955f2dbc8e00d58d2c8adbd
treeb185bad25ce320a2c811bd96b62751552b762267
parentef07388e8832394f92f124e4069014d5b33cb39e
drm/i915: Use IS_HSW_ULT() in a HSW specific code path

No need to add the BDW pci ULT/ULX checks inside a if (IS_HASWELL(dev))
code path.

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
This page took 0.027413 seconds and 5 git commands to generate.