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

39 #define GEN(x) .gen = (x), .gen_mask = BIT((x) - 1)  macro
151 /* Keep in gen based order, and chronological order within a gen */
160 GEN(2), \
182 GEN(2), \
224 GEN(3), \
314 GEN(4), \
367 GEN(5), \
397 GEN(6), \
428 .gt = 2,
444 .gt = 2,
448 GEN(7), \
480 .gt = 2,
496 .gt = 2,
502 .gt = 2,
510 GEN(7),
543 .has_rc6p = 0 /* RC6p removed-by HSW */, \
559 .gt = 2,
569 GEN(8), \
588 .gt = 2,
608 GEN(8),
640 GEN(9), \
661 .gt = 2,
681 GEN(9), \
742 .gt = 2,
763 .gt = 2,
784 .gt = 2,
789 GEN(10), \
798 .gt = 2,
829 GEN(11), \
831 .num_supported_dbuf_slices = 2, \
852 GEN(12), \
853 .abox_mask = GENMASK(2, 1), \
916 #undef GEN
1041 (struct intel_device_info *) ent->driver_data; in i915_pci_probe()
1044 if (intel_info->require_force_probe && in i915_pci_probe()
1045 !force_probe(pdev->device, i915_modparams.force_probe)) { in i915_pci_probe()
1046 dev_info(&pdev->dev, in i915_pci_probe()
1051 pdev->device, pdev->device, pdev->device); in i915_pci_probe()
1052 return -ENODEV; in i915_pci_probe()
1056 * used function 1 as a placeholder for multi-head. This causes in i915_pci_probe()
1058 * functions have the same PCI-ID! in i915_pci_probe()
1060 if (PCI_FUNC(pdev->devfn)) in i915_pci_probe()
1061 return -ENODEV; in i915_pci_probe()
1064 * apple-gmux is needed on dual GPU MacBook Pro in i915_pci_probe()
1068 return -EPROBE_DEFER; in i915_pci_probe()
1076 return -ENODEV; in i915_pci_probe()
1082 return err > 0 ? -ENOTTY : err; in i915_pci_probe()
1088 return err > 0 ? -ENOTTY : err; in i915_pci_probe()
1124 if (vgacon_text_force() && i915_modparams.modeset == -1) in i915_init()