On Thu, 28 Apr 2011 15:12:57 -0700, Jesse Barnes wrote: > - if (IS_G4X(dev) || IS_GEN5(dev) || IS_GEN6(dev)) { > + if (IS_G4X(dev) || IS_GEN5(dev) || IS_GEN6(dev) || IS_IVYBRIDGE(dev)) { IS_G4X || gen >= 5 ? Otherwise, this looks good (seems like it's just bit shuffling from SNB, right?) -- keith.packard@intel.com