Lines Matching +full:gen +full:- +full:3
42 #define GEN(x) \ macro
51 [I915_CACHE_WT] = 3, \
56 [I915_CACHE_NONE] = 3, \
65 [I915_CACHE_LLC] = 3, \
66 [I915_CACHE_L3_LLC] = 3, \
73 [I915_CACHE_LLC] = 3, \
74 [I915_CACHE_L3_LLC] = 3, \
78 /* Keep in gen based order, and chronological order within a gen */
87 GEN(2), \
97 .max_pat_index = 3, \
103 GEN(2), \
112 .max_pat_index = 3, \
138 GEN(3), \
145 .max_pat_index = 3, \
201 GEN(4), \
208 .max_pat_index = 3, \
244 GEN(5), \
252 .max_pat_index = 3, \
270 GEN(6), \
280 .max_pat_index = 3, \
318 GEN(7), \
328 .max_pat_index = 3, \
375 GEN(7),
382 .max_pat_index = 3,
396 .has_rc6p = 0 /* RC6p removed-by HSW */, \
416 .gt = 3,
421 GEN(8), \
444 .gt = 3,
452 .gt = 3,
459 GEN(8),
468 .max_pat_index = 3,
485 GEN(9), \
511 .gt = 3,
520 GEN(9), \
536 .max_pat_index = 3, \
567 .gt = 3,
588 .gt = 3,
615 GEN(11), \
642 GEN(12), \
646 .max_pat_index = 3
700 #undef GEN
730 .max_pat_index = 3, \
1008 return i915_pci_resource_valid(pdev, intel_mmio_bar(intel_info->__runtime.graphics.ip.ver)); in intel_mmio_bar_valid()
1014 (struct intel_device_info *) ent->driver_data; in i915_pci_probe()
1017 if (intel_info->require_force_probe && !id_forced(pdev->device)) { in i915_pci_probe()
1018 dev_info(&pdev->dev, in i915_pci_probe()
1023 pdev->device, pdev->device, pdev->device); in i915_pci_probe()
1024 return -ENODEV; in i915_pci_probe()
1027 if (id_blocked(pdev->device)) { in i915_pci_probe()
1028 dev_info(&pdev->dev, "I915 probe blocked for Device ID %04x.\n", in i915_pci_probe()
1029 pdev->device); in i915_pci_probe()
1030 return -ENODEV; in i915_pci_probe()
1033 if (intel_info->require_force_probe) { in i915_pci_probe()
1034 dev_info(&pdev->dev, "Force probing unsupported Device ID %04x, tainting kernel\n", in i915_pci_probe()
1035 pdev->device); in i915_pci_probe()
1040 * used function 1 as a placeholder for multi-head. This causes in i915_pci_probe()
1042 * functions have the same PCI-ID! in i915_pci_probe()
1044 if (PCI_FUNC(pdev->devfn)) in i915_pci_probe()
1045 return -ENODEV; in i915_pci_probe()
1048 return -ENXIO; in i915_pci_probe()
1052 return -EPROBE_DEFER; in i915_pci_probe()
1060 return -ENODEV; in i915_pci_probe()
1066 return err > 0 ? -ENOTTY : err; in i915_pci_probe()
1072 return err > 0 ? -ENOTTY : err; in i915_pci_probe()