2 * Copyright © 2016 Intel Corporation
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
11 * The above copyright notice and this permission notice (including the next
12 * paragraph) shall be included in all copies or substantial portions of the
15 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
18 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
25 #include <linux/console.h>
26 #include <linux/vgaarb.h>
27 #include <linux/vga_switcheroo.h>
31 #define GEN_DEFAULT_PIPEOFFSETS \
32 .pipe_offsets = { PIPE_A_OFFSET, PIPE_B_OFFSET, \
33 PIPE_C_OFFSET, PIPE_EDP_OFFSET }, \
34 .trans_offsets = { TRANSCODER_A_OFFSET, TRANSCODER_B_OFFSET, \
35 TRANSCODER_C_OFFSET, TRANSCODER_EDP_OFFSET }, \
36 .palette_offsets = { PALETTE_A_OFFSET, PALETTE_B_OFFSET }
38 #define GEN_CHV_PIPEOFFSETS \
39 .pipe_offsets = { PIPE_A_OFFSET, PIPE_B_OFFSET, \
40 CHV_PIPE_C_OFFSET }, \
41 .trans_offsets = { TRANSCODER_A_OFFSET, TRANSCODER_B_OFFSET, \
42 CHV_TRANSCODER_C_OFFSET, }, \
43 .palette_offsets = { PALETTE_A_OFFSET, PALETTE_B_OFFSET, \
44 CHV_PALETTE_C_OFFSET }
46 #define CURSOR_OFFSETS \
47 .cursor_offsets = { CURSOR_A_OFFSET, CURSOR_B_OFFSET, CHV_CURSOR_C_OFFSET }
49 #define IVB_CURSOR_OFFSETS \
50 .cursor_offsets = { CURSOR_A_OFFSET, IVB_CURSOR_B_OFFSET, IVB_CURSOR_C_OFFSET }
53 .color = { .degamma_lut_size = 512, .gamma_lut_size = 512 }
55 .color = { .degamma_lut_size = 65, .gamma_lut_size = 257 }
57 /* Keep in gen based order, and chronological order within a gen */
58 #define GEN2_FEATURES \
59 .gen = 2, .num_pipes = 1, \
60 .has_overlay = 1, .overlay_needs_physical = 1, \
61 .has_gmch_display = 1, \
62 .hws_needs_physical = 1, \
63 .ring_mask = RENDER_RING, \
64 GEN_DEFAULT_PIPEOFFSETS, \
67 static const struct intel_device_info intel_i830_info
= {
69 .platform
= INTEL_I830
,
70 .is_mobile
= 1, .cursor_needs_physical
= 1,
71 .num_pipes
= 2, /* legal, last one wins */
74 static const struct intel_device_info intel_i845g_info
= {
76 .platform
= INTEL_I845G
,
79 static const struct intel_device_info intel_i85x_info
= {
81 .platform
= INTEL_I85X
, .is_mobile
= 1,
82 .num_pipes
= 2, /* legal, last one wins */
83 .cursor_needs_physical
= 1,
87 static const struct intel_device_info intel_i865g_info
= {
89 .platform
= INTEL_I865G
,
92 #define GEN3_FEATURES \
93 .gen = 3, .num_pipes = 2, \
94 .has_gmch_display = 1, \
95 .ring_mask = RENDER_RING, \
96 GEN_DEFAULT_PIPEOFFSETS, \
99 static const struct intel_device_info intel_i915g_info
= {
101 .platform
= INTEL_I915G
, .cursor_needs_physical
= 1,
102 .has_overlay
= 1, .overlay_needs_physical
= 1,
103 .hws_needs_physical
= 1,
106 static const struct intel_device_info intel_i915gm_info
= {
108 .platform
= INTEL_I915GM
,
110 .cursor_needs_physical
= 1,
111 .has_overlay
= 1, .overlay_needs_physical
= 1,
114 .hws_needs_physical
= 1,
117 static const struct intel_device_info intel_i945g_info
= {
119 .platform
= INTEL_I945G
,
120 .has_hotplug
= 1, .cursor_needs_physical
= 1,
121 .has_overlay
= 1, .overlay_needs_physical
= 1,
122 .hws_needs_physical
= 1,
125 static const struct intel_device_info intel_i945gm_info
= {
127 .platform
= INTEL_I945GM
, .is_mobile
= 1,
128 .has_hotplug
= 1, .cursor_needs_physical
= 1,
129 .has_overlay
= 1, .overlay_needs_physical
= 1,
132 .hws_needs_physical
= 1,
135 static const struct intel_device_info intel_g33_info
= {
137 .platform
= INTEL_G33
,
142 static const struct intel_device_info intel_pineview_info
= {
144 .platform
= INTEL_PINEVIEW
, .is_mobile
= 1,
149 #define GEN4_FEATURES \
150 .gen = 4, .num_pipes = 2, \
152 .has_gmch_display = 1, \
153 .ring_mask = RENDER_RING, \
154 GEN_DEFAULT_PIPEOFFSETS, \
157 static const struct intel_device_info intel_i965g_info
= {
159 .platform
= INTEL_I965G
,
161 .hws_needs_physical
= 1,
164 static const struct intel_device_info intel_i965gm_info
= {
166 .platform
= INTEL_I965GM
,
167 .is_mobile
= 1, .has_fbc
= 1,
170 .hws_needs_physical
= 1,
173 static const struct intel_device_info intel_g45_info
= {
175 .platform
= INTEL_G45
,
177 .ring_mask
= RENDER_RING
| BSD_RING
,
180 static const struct intel_device_info intel_gm45_info
= {
182 .platform
= INTEL_GM45
,
183 .is_mobile
= 1, .has_fbc
= 1,
186 .ring_mask
= RENDER_RING
| BSD_RING
,
189 #define GEN5_FEATURES \
190 .gen = 5, .num_pipes = 2, \
192 .has_gmbus_irq = 1, \
193 .ring_mask = RENDER_RING | BSD_RING, \
194 GEN_DEFAULT_PIPEOFFSETS, \
197 static const struct intel_device_info intel_ironlake_d_info
= {
199 .platform
= INTEL_IRONLAKE
,
202 static const struct intel_device_info intel_ironlake_m_info
= {
204 .platform
= INTEL_IRONLAKE
,
208 #define GEN6_FEATURES \
209 .gen = 6, .num_pipes = 2, \
212 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
216 .has_gmbus_irq = 1, \
217 .has_hw_contexts = 1, \
218 .has_aliasing_ppgtt = 1, \
219 GEN_DEFAULT_PIPEOFFSETS, \
222 static const struct intel_device_info intel_sandybridge_d_info
= {
224 .platform
= INTEL_SANDYBRIDGE
,
227 static const struct intel_device_info intel_sandybridge_m_info
= {
229 .platform
= INTEL_SANDYBRIDGE
,
233 #define GEN7_FEATURES \
234 .gen = 7, .num_pipes = 3, \
237 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
241 .has_gmbus_irq = 1, \
242 .has_hw_contexts = 1, \
243 .has_aliasing_ppgtt = 1, \
244 .has_full_ppgtt = 1, \
245 GEN_DEFAULT_PIPEOFFSETS, \
248 static const struct intel_device_info intel_ivybridge_d_info
= {
250 .platform
= INTEL_IVYBRIDGE
,
254 static const struct intel_device_info intel_ivybridge_m_info
= {
256 .platform
= INTEL_IVYBRIDGE
,
261 static const struct intel_device_info intel_ivybridge_q_info
= {
263 .platform
= INTEL_IVYBRIDGE
,
264 .num_pipes
= 0, /* legal, last one wins */
268 static const struct intel_device_info intel_valleyview_info
= {
269 .platform
= INTEL_VALLEYVIEW
,
277 .has_hw_contexts
= 1,
278 .has_gmch_display
= 1,
280 .has_aliasing_ppgtt
= 1,
282 .ring_mask
= RENDER_RING
| BSD_RING
| BLT_RING
,
283 .display_mmio_offset
= VLV_DISPLAY_BASE
,
284 GEN_DEFAULT_PIPEOFFSETS
,
288 #define HSW_FEATURES \
290 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, \
294 .has_resource_streamer = 1, \
296 .has_rc6p = 0 /* RC6p removed-by HSW */, \
299 static const struct intel_device_info intel_haswell_info
= {
301 .platform
= INTEL_HASWELL
,
305 #define BDW_FEATURES \
308 .has_logical_ring_contexts = 1, \
309 .has_full_48bit_ppgtt = 1, \
312 static const struct intel_device_info intel_broadwell_info
= {
315 .platform
= INTEL_BROADWELL
,
318 static const struct intel_device_info intel_broadwell_gt3_info
= {
321 .platform
= INTEL_BROADWELL
,
322 .ring_mask
= RENDER_RING
| BSD_RING
| BLT_RING
| VEBOX_RING
| BSD2_RING
,
325 static const struct intel_device_info intel_cherryview_info
= {
326 .gen
= 8, .num_pipes
= 3,
329 .ring_mask
= RENDER_RING
| BSD_RING
| BLT_RING
| VEBOX_RING
,
330 .platform
= INTEL_CHERRYVIEW
,
331 .has_64bit_reloc
= 1,
334 .has_resource_streamer
= 1,
337 .has_hw_contexts
= 1,
338 .has_logical_ring_contexts
= 1,
339 .has_gmch_display
= 1,
340 .has_aliasing_ppgtt
= 1,
342 .display_mmio_offset
= VLV_DISPLAY_BASE
,
348 static const struct intel_device_info intel_skylake_info
= {
350 .platform
= INTEL_SKYLAKE
,
357 static const struct intel_device_info intel_skylake_gt3_info
= {
359 .platform
= INTEL_SKYLAKE
,
364 .ring_mask
= RENDER_RING
| BSD_RING
| BLT_RING
| VEBOX_RING
| BSD2_RING
,
367 #define GEN9_LP_FEATURES \
371 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, \
373 .has_64bit_reloc = 1, \
377 .has_runtime_pm = 1, \
378 .has_pooled_eu = 0, \
380 .has_resource_streamer = 1, \
383 .has_gmbus_irq = 1, \
384 .has_hw_contexts = 1, \
385 .has_logical_ring_contexts = 1, \
387 .has_decoupled_mmio = 1, \
388 .has_aliasing_ppgtt = 1, \
389 .has_full_ppgtt = 1, \
390 .has_full_48bit_ppgtt = 1, \
391 GEN_DEFAULT_PIPEOFFSETS, \
392 IVB_CURSOR_OFFSETS, \
395 static const struct intel_device_info intel_broxton_info
= {
397 .platform
= INTEL_BROXTON
,
401 static const struct intel_device_info intel_geminilake_info
= {
403 .platform
= INTEL_GEMINILAKE
,
404 .is_alpha_support
= 1,
408 static const struct intel_device_info intel_kabylake_info
= {
410 .platform
= INTEL_KABYLAKE
,
417 static const struct intel_device_info intel_kabylake_gt3_info
= {
419 .platform
= INTEL_KABYLAKE
,
424 .ring_mask
= RENDER_RING
| BSD_RING
| BLT_RING
| VEBOX_RING
| BSD2_RING
,
428 * Make sure any device matches here are from most specific to most
429 * general. For example, since the Quanta match is based on the subsystem
430 * and subvendor IDs, we need it to come before the more general IVB
431 * PCI ID matches, otherwise we'll use the wrong info struct above.
433 static const struct pci_device_id pciidlist
[] = {
434 INTEL_I830_IDS(&intel_i830_info
),
435 INTEL_I845G_IDS(&intel_i845g_info
),
436 INTEL_I85X_IDS(&intel_i85x_info
),
437 INTEL_I865G_IDS(&intel_i865g_info
),
438 INTEL_I915G_IDS(&intel_i915g_info
),
439 INTEL_I915GM_IDS(&intel_i915gm_info
),
440 INTEL_I945G_IDS(&intel_i945g_info
),
441 INTEL_I945GM_IDS(&intel_i945gm_info
),
442 INTEL_I965G_IDS(&intel_i965g_info
),
443 INTEL_G33_IDS(&intel_g33_info
),
444 INTEL_I965GM_IDS(&intel_i965gm_info
),
445 INTEL_GM45_IDS(&intel_gm45_info
),
446 INTEL_G45_IDS(&intel_g45_info
),
447 INTEL_PINEVIEW_IDS(&intel_pineview_info
),
448 INTEL_IRONLAKE_D_IDS(&intel_ironlake_d_info
),
449 INTEL_IRONLAKE_M_IDS(&intel_ironlake_m_info
),
450 INTEL_SNB_D_IDS(&intel_sandybridge_d_info
),
451 INTEL_SNB_M_IDS(&intel_sandybridge_m_info
),
452 INTEL_IVB_Q_IDS(&intel_ivybridge_q_info
), /* must be first IVB */
453 INTEL_IVB_M_IDS(&intel_ivybridge_m_info
),
454 INTEL_IVB_D_IDS(&intel_ivybridge_d_info
),
455 INTEL_HSW_IDS(&intel_haswell_info
),
456 INTEL_VLV_IDS(&intel_valleyview_info
),
457 INTEL_BDW_GT12_IDS(&intel_broadwell_info
),
458 INTEL_BDW_GT3_IDS(&intel_broadwell_gt3_info
),
459 INTEL_BDW_RSVD_IDS(&intel_broadwell_info
),
460 INTEL_CHV_IDS(&intel_cherryview_info
),
461 INTEL_SKL_GT1_IDS(&intel_skylake_info
),
462 INTEL_SKL_GT2_IDS(&intel_skylake_info
),
463 INTEL_SKL_GT3_IDS(&intel_skylake_gt3_info
),
464 INTEL_SKL_GT4_IDS(&intel_skylake_gt3_info
),
465 INTEL_BXT_IDS(&intel_broxton_info
),
466 INTEL_GLK_IDS(&intel_geminilake_info
),
467 INTEL_KBL_GT1_IDS(&intel_kabylake_info
),
468 INTEL_KBL_GT2_IDS(&intel_kabylake_info
),
469 INTEL_KBL_GT3_IDS(&intel_kabylake_gt3_info
),
470 INTEL_KBL_GT4_IDS(&intel_kabylake_gt3_info
),
473 MODULE_DEVICE_TABLE(pci
, pciidlist
);
475 static int i915_pci_probe(struct pci_dev
*pdev
, const struct pci_device_id
*ent
)
477 struct intel_device_info
*intel_info
=
478 (struct intel_device_info
*) ent
->driver_data
;
480 if (IS_ALPHA_SUPPORT(intel_info
) && !i915
.alpha_support
) {
481 DRM_INFO("The driver support for your hardware in this kernel version is alpha quality\n"
482 "See CONFIG_DRM_I915_ALPHA_SUPPORT or i915.alpha_support module parameter\n"
483 "to enable support in this kernel version, or check for kernel updates.\n");
487 /* Only bind to function 0 of the device. Early generations
488 * used function 1 as a placeholder for multi-head. This causes
489 * us confusion instead, especially on the systems where both
490 * functions have the same PCI-ID!
492 if (PCI_FUNC(pdev
->devfn
))
496 * apple-gmux is needed on dual GPU MacBook Pro
497 * to probe the panel if we're the inactive GPU.
499 if (vga_switcheroo_client_probe_defer(pdev
))
500 return -EPROBE_DEFER
;
502 return i915_driver_load(pdev
, ent
);
505 static void i915_pci_remove(struct pci_dev
*pdev
)
507 struct drm_device
*dev
= pci_get_drvdata(pdev
);
509 i915_driver_unload(dev
);
513 static struct pci_driver i915_pci_driver
= {
515 .id_table
= pciidlist
,
516 .probe
= i915_pci_probe
,
517 .remove
= i915_pci_remove
,
518 .driver
.pm
= &i915_pm_ops
,
521 static int __init
i915_init(void)
526 * Enable KMS by default, unless explicitly overriden by
527 * either the i915.modeset prarameter or by the
528 * vga_text_mode_force boot option.
531 if (i915
.modeset
== 0)
534 if (vgacon_text_force() && i915
.modeset
== -1)
538 /* Silently fail loading to not upset userspace. */
539 DRM_DEBUG_DRIVER("KMS disabled.\n");
543 return pci_register_driver(&i915_pci_driver
);
546 static void __exit
i915_exit(void)
548 if (!i915_pci_driver
.driver
.owner
)
551 pci_unregister_driver(&i915_pci_driver
);
554 module_init(i915_init
);
555 module_exit(i915_exit
);
557 MODULE_AUTHOR("Tungsten Graphics, Inc.");
558 MODULE_AUTHOR("Intel Corporation");
560 MODULE_DESCRIPTION(DRIVER_DESC
);
561 MODULE_LICENSE("GPL and additional rights");