Lines Matching +full:gen +full:- +full:2
41 __diag_ignore_all("-Woverride-init", "Allow field initialization overrides for device info");
44 #define GEN(x) \ macro
52 [I915_CACHE_L3_LLC] = 2, \
61 [I915_CACHE_WT] = 2, \
66 [I915_CACHE_NONE] = 2, \
72 /* Keep in gen based order, and chronological order within a gen */
81 GEN(2), \
97 GEN(2), \
132 GEN(3), \
195 GEN(4), \
238 GEN(5), \
264 GEN(6), \
292 .gt = 2,
308 .gt = 2,
312 GEN(7), \
341 .gt = 2,
357 .gt = 2,
363 .gt = 2,
369 GEN(7),
389 .has_rc6p = 0 /* RC6p removed-by HSW */, \
404 .gt = 2,
414 GEN(8), \
432 .gt = 2,
452 GEN(8),
477 GEN(9), \
492 .gt = 2,
512 GEN(9), \
553 .gt = 2,
574 .gt = 2,
595 .gt = 2,
606 GEN(11), \
633 GEN(12), \
691 #undef GEN
953 return i915_pci_resource_valid(pdev, intel_mmio_bar(intel_info->__runtime.graphics.ip.ver)); in intel_mmio_bar_valid()
959 (struct intel_device_info *) ent->driver_data; in i915_pci_probe()
962 if (intel_info->require_force_probe && !id_forced(pdev->device)) { in i915_pci_probe()
963 dev_info(&pdev->dev, in i915_pci_probe()
968 pdev->device, pdev->device, pdev->device); in i915_pci_probe()
969 return -ENODEV; in i915_pci_probe()
972 if (id_blocked(pdev->device)) { in i915_pci_probe()
973 dev_info(&pdev->dev, "I915 probe blocked for Device ID %04x.\n", in i915_pci_probe()
974 pdev->device); in i915_pci_probe()
975 return -ENODEV; in i915_pci_probe()
978 if (intel_info->require_force_probe) { in i915_pci_probe()
979 dev_info(&pdev->dev, "Force probing unsupported Device ID %04x, tainting kernel\n", in i915_pci_probe()
980 pdev->device); in i915_pci_probe()
985 * used function 1 as a placeholder for multi-head. This causes in i915_pci_probe()
987 * functions have the same PCI-ID! in i915_pci_probe()
989 if (PCI_FUNC(pdev->devfn)) in i915_pci_probe()
990 return -ENODEV; in i915_pci_probe()
993 return -ENXIO; in i915_pci_probe()
997 return -EPROBE_DEFER; in i915_pci_probe()
1005 return -ENODEV; in i915_pci_probe()
1011 return err > 0 ? -ENOTTY : err; in i915_pci_probe()
1017 return err > 0 ? -ENOTTY : err; in i915_pci_probe()