Lines Matching +full:gen +full:- +full:2

34 #define GEN(x) \  macro
149 /* Keep in gen based order, and chronological order within a gen */
158 GEN(2), \
180 GEN(2), \
222 GEN(3), \
312 GEN(4), \
365 GEN(5), \
395 GEN(6), \
426 .gt = 2,
442 .gt = 2,
446 GEN(7), \
479 .gt = 2,
495 .gt = 2,
501 .gt = 2,
509 GEN(7),
543 .has_rc6p = 0 /* RC6p removed-by HSW */, \
559 .gt = 2,
569 GEN(8), \
587 .gt = 2,
607 GEN(8),
639 GEN(9), \
645 .dbuf.size = 896 - 4, /* 4 blocks for bypass path allocation */ \
659 .gt = 2,
679 GEN(9), \
718 .dbuf.size = 512 - 4, /* 4 blocks for bypass path allocation */
725 .dbuf.size = 1024 - 4, /* 4 blocks for bypass path allocation */
740 .gt = 2,
761 .gt = 2,
782 .gt = 2,
813 GEN(11), \
844 GEN(12), \
845 .abox_mask = GENMASK(2, 1), \
980 #undef GEN
1168 (struct intel_device_info *) ent->driver_data; in i915_pci_probe()
1171 if (intel_info->require_force_probe && in i915_pci_probe()
1172 !force_probe(pdev->device, i915_modparams.force_probe)) { in i915_pci_probe()
1173 dev_info(&pdev->dev, in i915_pci_probe()
1178 pdev->device, pdev->device, pdev->device); in i915_pci_probe()
1179 return -ENODEV; in i915_pci_probe()
1183 * used function 1 as a placeholder for multi-head. This causes in i915_pci_probe()
1185 * functions have the same PCI-ID! in i915_pci_probe()
1187 if (PCI_FUNC(pdev->devfn)) in i915_pci_probe()
1188 return -ENODEV; in i915_pci_probe()
1191 * apple-gmux is needed on dual GPU MacBook Pro in i915_pci_probe()
1195 return -EPROBE_DEFER; in i915_pci_probe()
1203 return -ENODEV; in i915_pci_probe()
1209 return err > 0 ? -ENOTTY : err; in i915_pci_probe()
1215 return err > 0 ? -ENOTTY : err; in i915_pci_probe()