commit | bcef6d5aa5746e6d3955f2dbc8e00d58d2c8adbd | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Wed Oct 01 20:04:13 2014 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Oct 24 16:33:56 2014 +0200 |
tree | b185bad25ce320a2c811bd96b62751552b762267 | |
parent | ef07388e8832394f92f124e4069014d5b33cb39e [diff] |
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>