Lines Matching +full:gen +full:- +full:3

41 __diag_ignore_all("-Woverride-init", "Allow field initialization overrides for device info");
44 #define GEN(x) \ macro
53 [I915_CACHE_WT] = 3, \
58 [I915_CACHE_NONE] = 3, \
67 [I915_CACHE_LLC] = 3, \
68 [I915_CACHE_L3_LLC] = 3, \
72 /* Keep in gen based order, and chronological order within a gen */
81 GEN(2), \
91 .max_pat_index = 3, \
97 GEN(2), \
106 .max_pat_index = 3, \
132 GEN(3), \
139 .max_pat_index = 3, \
195 GEN(4), \
202 .max_pat_index = 3, \
238 GEN(5), \
246 .max_pat_index = 3, \
264 GEN(6), \
274 .max_pat_index = 3, \
312 GEN(7), \
322 .max_pat_index = 3, \
369 GEN(7),
375 .max_pat_index = 3,
389 .has_rc6p = 0 /* RC6p removed-by HSW */, \
409 .gt = 3,
414 GEN(8), \
437 .gt = 3,
445 .gt = 3,
452 GEN(8),
460 .max_pat_index = 3,
477 GEN(9), \
503 .gt = 3,
512 GEN(9), \
527 .max_pat_index = 3, \
558 .gt = 3,
579 .gt = 3,
606 GEN(11), \
633 GEN(12), \
637 .max_pat_index = 3
691 #undef GEN
718 .max_pat_index = 3, \
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()