blob: 60cfc7824da8534a9af4e53ee937af9b54b71ade [file] [log] [blame]
Chris Wilson42f55512016-06-24 14:00:26 +01001/*
2 * Copyright © 2016 Intel Corporation
3 *
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:
10 *
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
13 * Software.
14 *
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
21 * IN THE SOFTWARE.
22 *
23 */
24
Chris Wilsona09d0ba2016-06-24 14:00:27 +010025#include <linux/console.h>
Chris Wilson42f55512016-06-24 14:00:26 +010026#include <linux/vgaarb.h>
27#include <linux/vga_switcheroo.h>
28
29#include "i915_drv.h"
30
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 }
37
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 }
45
46#define CURSOR_OFFSETS \
47 .cursor_offsets = { CURSOR_A_OFFSET, CURSOR_B_OFFSET, CHV_CURSOR_C_OFFSET }
48
49#define IVB_CURSOR_OFFSETS \
50 .cursor_offsets = { CURSOR_A_OFFSET, IVB_CURSOR_B_OFFSET, IVB_CURSOR_C_OFFSET }
51
52#define BDW_COLORS \
53 .color = { .degamma_lut_size = 512, .gamma_lut_size = 512 }
54#define CHV_COLORS \
55 .color = { .degamma_lut_size = 65, .gamma_lut_size = 257 }
56
57static const struct intel_device_info intel_i830_info = {
58 .gen = 2, .is_mobile = 1, .cursor_needs_physical = 1, .num_pipes = 2,
59 .has_overlay = 1, .overlay_needs_physical = 1,
60 .ring_mask = RENDER_RING,
61 GEN_DEFAULT_PIPEOFFSETS,
62 CURSOR_OFFSETS,
63};
64
65static const struct intel_device_info intel_845g_info = {
66 .gen = 2, .num_pipes = 1,
67 .has_overlay = 1, .overlay_needs_physical = 1,
68 .ring_mask = RENDER_RING,
69 GEN_DEFAULT_PIPEOFFSETS,
70 CURSOR_OFFSETS,
71};
72
73static const struct intel_device_info intel_i85x_info = {
74 .gen = 2, .is_i85x = 1, .is_mobile = 1, .num_pipes = 2,
75 .cursor_needs_physical = 1,
76 .has_overlay = 1, .overlay_needs_physical = 1,
77 .has_fbc = 1,
78 .ring_mask = RENDER_RING,
79 GEN_DEFAULT_PIPEOFFSETS,
80 CURSOR_OFFSETS,
81};
82
83static const struct intel_device_info intel_i865g_info = {
84 .gen = 2, .num_pipes = 1,
85 .has_overlay = 1, .overlay_needs_physical = 1,
86 .ring_mask = RENDER_RING,
87 GEN_DEFAULT_PIPEOFFSETS,
88 CURSOR_OFFSETS,
89};
90
91static const struct intel_device_info intel_i915g_info = {
92 .gen = 3, .is_i915g = 1, .cursor_needs_physical = 1, .num_pipes = 2,
93 .has_overlay = 1, .overlay_needs_physical = 1,
94 .ring_mask = RENDER_RING,
95 GEN_DEFAULT_PIPEOFFSETS,
96 CURSOR_OFFSETS,
97};
98static const struct intel_device_info intel_i915gm_info = {
99 .gen = 3, .is_mobile = 1, .num_pipes = 2,
100 .cursor_needs_physical = 1,
101 .has_overlay = 1, .overlay_needs_physical = 1,
102 .supports_tv = 1,
103 .has_fbc = 1,
104 .ring_mask = RENDER_RING,
105 GEN_DEFAULT_PIPEOFFSETS,
106 CURSOR_OFFSETS,
107};
108static const struct intel_device_info intel_i945g_info = {
109 .gen = 3, .has_hotplug = 1, .cursor_needs_physical = 1, .num_pipes = 2,
110 .has_overlay = 1, .overlay_needs_physical = 1,
111 .ring_mask = RENDER_RING,
112 GEN_DEFAULT_PIPEOFFSETS,
113 CURSOR_OFFSETS,
114};
115static const struct intel_device_info intel_i945gm_info = {
116 .gen = 3, .is_i945gm = 1, .is_mobile = 1, .num_pipes = 2,
117 .has_hotplug = 1, .cursor_needs_physical = 1,
118 .has_overlay = 1, .overlay_needs_physical = 1,
119 .supports_tv = 1,
120 .has_fbc = 1,
121 .ring_mask = RENDER_RING,
122 GEN_DEFAULT_PIPEOFFSETS,
123 CURSOR_OFFSETS,
124};
125
126static const struct intel_device_info intel_i965g_info = {
127 .gen = 4, .is_broadwater = 1, .num_pipes = 2,
128 .has_hotplug = 1,
129 .has_overlay = 1,
130 .ring_mask = RENDER_RING,
131 GEN_DEFAULT_PIPEOFFSETS,
132 CURSOR_OFFSETS,
133};
134
135static const struct intel_device_info intel_i965gm_info = {
136 .gen = 4, .is_crestline = 1, .num_pipes = 2,
137 .is_mobile = 1, .has_fbc = 1, .has_hotplug = 1,
138 .has_overlay = 1,
139 .supports_tv = 1,
140 .ring_mask = RENDER_RING,
141 GEN_DEFAULT_PIPEOFFSETS,
142 CURSOR_OFFSETS,
143};
144
145static const struct intel_device_info intel_g33_info = {
146 .gen = 3, .is_g33 = 1, .num_pipes = 2,
147 .need_gfx_hws = 1, .has_hotplug = 1,
148 .has_overlay = 1,
149 .ring_mask = RENDER_RING,
150 GEN_DEFAULT_PIPEOFFSETS,
151 CURSOR_OFFSETS,
152};
153
154static const struct intel_device_info intel_g45_info = {
155 .gen = 4, .is_g4x = 1, .need_gfx_hws = 1, .num_pipes = 2,
156 .has_pipe_cxsr = 1, .has_hotplug = 1,
157 .ring_mask = RENDER_RING | BSD_RING,
158 GEN_DEFAULT_PIPEOFFSETS,
159 CURSOR_OFFSETS,
160};
161
162static const struct intel_device_info intel_gm45_info = {
163 .gen = 4, .is_g4x = 1, .num_pipes = 2,
164 .is_mobile = 1, .need_gfx_hws = 1, .has_fbc = 1,
165 .has_pipe_cxsr = 1, .has_hotplug = 1,
166 .supports_tv = 1,
167 .ring_mask = RENDER_RING | BSD_RING,
168 GEN_DEFAULT_PIPEOFFSETS,
169 CURSOR_OFFSETS,
170};
171
172static const struct intel_device_info intel_pineview_info = {
173 .gen = 3, .is_g33 = 1, .is_pineview = 1, .is_mobile = 1, .num_pipes = 2,
174 .need_gfx_hws = 1, .has_hotplug = 1,
175 .has_overlay = 1,
Chris Wilson6ce21352016-07-29 00:45:35 +0100176 .ring_mask = RENDER_RING,
Chris Wilson42f55512016-06-24 14:00:26 +0100177 GEN_DEFAULT_PIPEOFFSETS,
178 CURSOR_OFFSETS,
179};
180
Carlos Santaa1323382016-08-17 12:30:47 -0700181#define GEN5_FEATURES \
182 .gen = 5, .num_pipes = 2, \
183 .need_gfx_hws = 1, .has_hotplug = 1, \
184 .ring_mask = RENDER_RING | BSD_RING, \
185 GEN_DEFAULT_PIPEOFFSETS, \
186 CURSOR_OFFSETS
187
Chris Wilson42f55512016-06-24 14:00:26 +0100188static const struct intel_device_info intel_ironlake_d_info = {
Carlos Santaa1323382016-08-17 12:30:47 -0700189 GEN5_FEATURES,
Chris Wilson42f55512016-06-24 14:00:26 +0100190};
191
192static const struct intel_device_info intel_ironlake_m_info = {
Carlos Santaa1323382016-08-17 12:30:47 -0700193 GEN5_FEATURES,
194 .is_mobile = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100195};
196
Carlos Santa07db6be2016-08-17 12:30:38 -0700197#define GEN6_FEATURES \
198 .gen = 6, .num_pipes = 2, \
199 .need_gfx_hws = 1, .has_hotplug = 1, \
200 .has_fbc = 1, \
201 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
202 .has_llc = 1, \
Carlos Santa86f36242016-08-17 12:30:44 -0700203 .has_rc6 = 1, \
Carlos Santa33b5bf82016-08-17 12:30:45 -0700204 .has_rc6p = 1, \
Carlos Santa07db6be2016-08-17 12:30:38 -0700205 GEN_DEFAULT_PIPEOFFSETS, \
206 CURSOR_OFFSETS
207
Chris Wilson42f55512016-06-24 14:00:26 +0100208static const struct intel_device_info intel_sandybridge_d_info = {
Carlos Santa07db6be2016-08-17 12:30:38 -0700209 GEN6_FEATURES,
Chris Wilson42f55512016-06-24 14:00:26 +0100210};
211
212static const struct intel_device_info intel_sandybridge_m_info = {
Carlos Santa07db6be2016-08-17 12:30:38 -0700213 GEN6_FEATURES,
214 .is_mobile = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100215};
216
217#define GEN7_FEATURES \
218 .gen = 7, .num_pipes = 3, \
219 .need_gfx_hws = 1, .has_hotplug = 1, \
220 .has_fbc = 1, \
221 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
222 .has_llc = 1, \
Carlos Santa86f36242016-08-17 12:30:44 -0700223 .has_rc6 = 1, \
Carlos Santa33b5bf82016-08-17 12:30:45 -0700224 .has_rc6p = 1, \
Chris Wilson42f55512016-06-24 14:00:26 +0100225 GEN_DEFAULT_PIPEOFFSETS, \
226 IVB_CURSOR_OFFSETS
227
228static const struct intel_device_info intel_ivybridge_d_info = {
229 GEN7_FEATURES,
230 .is_ivybridge = 1,
231};
232
233static const struct intel_device_info intel_ivybridge_m_info = {
234 GEN7_FEATURES,
235 .is_ivybridge = 1,
236 .is_mobile = 1,
237};
238
239static const struct intel_device_info intel_ivybridge_q_info = {
240 GEN7_FEATURES,
241 .is_ivybridge = 1,
242 .num_pipes = 0, /* legal, last one wins */
243};
244
245#define VLV_FEATURES \
246 .gen = 7, .num_pipes = 2, \
Carlos Santa6e3b84d2016-08-17 12:30:36 -0700247 .has_psr = 1, \
Carlos Santa4aa4c232016-08-17 12:30:39 -0700248 .has_runtime_pm = 1, \
Carlos Santa86f36242016-08-17 12:30:44 -0700249 .has_rc6 = 1, \
Chris Wilson42f55512016-06-24 14:00:26 +0100250 .need_gfx_hws = 1, .has_hotplug = 1, \
251 .ring_mask = RENDER_RING | BSD_RING | BLT_RING, \
252 .display_mmio_offset = VLV_DISPLAY_BASE, \
253 GEN_DEFAULT_PIPEOFFSETS, \
254 CURSOR_OFFSETS
255
Carlos Santa8d9c20e2016-08-17 12:30:37 -0700256static const struct intel_device_info intel_valleyview_info = {
Chris Wilson42f55512016-06-24 14:00:26 +0100257 VLV_FEATURES,
258 .is_valleyview = 1,
259};
260
261#define HSW_FEATURES \
262 GEN7_FEATURES, \
263 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING, \
264 .has_ddi = 1, \
Carlos Santa6e3b84d2016-08-17 12:30:36 -0700265 .has_fpga_dbg = 1, \
Carlos Santa4aa4c232016-08-17 12:30:39 -0700266 .has_psr = 1, \
Carlos Santa53233f02016-08-17 12:30:43 -0700267 .has_resource_streamer = 1, \
Carlos Santa1d3fe532016-08-17 12:30:46 -0700268 .has_dp_mst = 1, \
Carlos Santa33b5bf82016-08-17 12:30:45 -0700269 .has_rc6p = 0 /* RC6p removed-by HSW */, \
Carlos Santa4aa4c232016-08-17 12:30:39 -0700270 .has_runtime_pm = 1
Chris Wilson42f55512016-06-24 14:00:26 +0100271
Carlos Santa8d9c20e2016-08-17 12:30:37 -0700272static const struct intel_device_info intel_haswell_info = {
Chris Wilson42f55512016-06-24 14:00:26 +0100273 HSW_FEATURES,
274 .is_haswell = 1,
275};
276
Chris Wilson42f55512016-06-24 14:00:26 +0100277#define BDW_FEATURES \
278 HSW_FEATURES, \
279 BDW_COLORS
280
Carlos Santa8d9c20e2016-08-17 12:30:37 -0700281static const struct intel_device_info intel_broadwell_info = {
Chris Wilson42f55512016-06-24 14:00:26 +0100282 BDW_FEATURES,
283 .gen = 8,
284 .is_broadwell = 1,
285};
286
Carlos Santa8d9c20e2016-08-17 12:30:37 -0700287static const struct intel_device_info intel_broadwell_gt3_info = {
Chris Wilson42f55512016-06-24 14:00:26 +0100288 BDW_FEATURES,
289 .gen = 8,
290 .is_broadwell = 1,
291 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING,
292};
293
Chris Wilson42f55512016-06-24 14:00:26 +0100294static const struct intel_device_info intel_cherryview_info = {
295 .gen = 8, .num_pipes = 3,
296 .need_gfx_hws = 1, .has_hotplug = 1,
297 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
298 .is_cherryview = 1,
Carlos Santa6e3b84d2016-08-17 12:30:36 -0700299 .has_psr = 1,
Carlos Santa4aa4c232016-08-17 12:30:39 -0700300 .has_runtime_pm = 1,
Carlos Santa53233f02016-08-17 12:30:43 -0700301 .has_resource_streamer = 1,
Carlos Santa86f36242016-08-17 12:30:44 -0700302 .has_rc6 = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100303 .display_mmio_offset = VLV_DISPLAY_BASE,
304 GEN_CHV_PIPEOFFSETS,
305 CURSOR_OFFSETS,
306 CHV_COLORS,
307};
308
309static const struct intel_device_info intel_skylake_info = {
310 BDW_FEATURES,
311 .is_skylake = 1,
312 .gen = 9,
Carlos Santa3bacde12016-08-17 12:30:42 -0700313 .has_csr = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100314};
315
316static const struct intel_device_info intel_skylake_gt3_info = {
317 BDW_FEATURES,
318 .is_skylake = 1,
319 .gen = 9,
Carlos Santa3bacde12016-08-17 12:30:42 -0700320 .has_csr = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100321 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING,
322};
323
324static const struct intel_device_info intel_broxton_info = {
Chris Wilson42f55512016-06-24 14:00:26 +0100325 .is_broxton = 1,
326 .gen = 9,
327 .need_gfx_hws = 1, .has_hotplug = 1,
328 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING,
329 .num_pipes = 3,
330 .has_ddi = 1,
331 .has_fpga_dbg = 1,
332 .has_fbc = 1,
Carlos Santa4aa4c232016-08-17 12:30:39 -0700333 .has_runtime_pm = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100334 .has_pooled_eu = 0,
Carlos Santa3bacde12016-08-17 12:30:42 -0700335 .has_csr = 1,
Carlos Santa53233f02016-08-17 12:30:43 -0700336 .has_resource_streamer = 1,
Carlos Santa86f36242016-08-17 12:30:44 -0700337 .has_rc6 = 1,
Carlos Santa1d3fe532016-08-17 12:30:46 -0700338 .has_dp_mst = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100339 GEN_DEFAULT_PIPEOFFSETS,
340 IVB_CURSOR_OFFSETS,
341 BDW_COLORS,
342};
343
344static const struct intel_device_info intel_kabylake_info = {
345 BDW_FEATURES,
346 .is_kabylake = 1,
347 .gen = 9,
Carlos Santa3bacde12016-08-17 12:30:42 -0700348 .has_csr = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100349};
350
351static const struct intel_device_info intel_kabylake_gt3_info = {
352 BDW_FEATURES,
353 .is_kabylake = 1,
354 .gen = 9,
Carlos Santa3bacde12016-08-17 12:30:42 -0700355 .has_csr = 1,
Chris Wilson42f55512016-06-24 14:00:26 +0100356 .ring_mask = RENDER_RING | BSD_RING | BLT_RING | VEBOX_RING | BSD2_RING,
357};
358
359/*
360 * Make sure any device matches here are from most specific to most
361 * general. For example, since the Quanta match is based on the subsystem
362 * and subvendor IDs, we need it to come before the more general IVB
363 * PCI ID matches, otherwise we'll use the wrong info struct above.
364 */
365static const struct pci_device_id pciidlist[] = {
366 INTEL_I830_IDS(&intel_i830_info),
367 INTEL_I845G_IDS(&intel_845g_info),
368 INTEL_I85X_IDS(&intel_i85x_info),
369 INTEL_I865G_IDS(&intel_i865g_info),
370 INTEL_I915G_IDS(&intel_i915g_info),
371 INTEL_I915GM_IDS(&intel_i915gm_info),
372 INTEL_I945G_IDS(&intel_i945g_info),
373 INTEL_I945GM_IDS(&intel_i945gm_info),
374 INTEL_I965G_IDS(&intel_i965g_info),
375 INTEL_G33_IDS(&intel_g33_info),
376 INTEL_I965GM_IDS(&intel_i965gm_info),
377 INTEL_GM45_IDS(&intel_gm45_info),
378 INTEL_G45_IDS(&intel_g45_info),
379 INTEL_PINEVIEW_IDS(&intel_pineview_info),
380 INTEL_IRONLAKE_D_IDS(&intel_ironlake_d_info),
381 INTEL_IRONLAKE_M_IDS(&intel_ironlake_m_info),
382 INTEL_SNB_D_IDS(&intel_sandybridge_d_info),
383 INTEL_SNB_M_IDS(&intel_sandybridge_m_info),
384 INTEL_IVB_Q_IDS(&intel_ivybridge_q_info), /* must be first IVB */
385 INTEL_IVB_M_IDS(&intel_ivybridge_m_info),
386 INTEL_IVB_D_IDS(&intel_ivybridge_d_info),
Carlos Santa8d9c20e2016-08-17 12:30:37 -0700387 INTEL_HSW_IDS(&intel_haswell_info),
388 INTEL_VLV_IDS(&intel_valleyview_info),
389 INTEL_BDW_GT12_IDS(&intel_broadwell_info),
390 INTEL_BDW_GT3_IDS(&intel_broadwell_gt3_info),
Chris Wilson42f55512016-06-24 14:00:26 +0100391 INTEL_CHV_IDS(&intel_cherryview_info),
392 INTEL_SKL_GT1_IDS(&intel_skylake_info),
393 INTEL_SKL_GT2_IDS(&intel_skylake_info),
394 INTEL_SKL_GT3_IDS(&intel_skylake_gt3_info),
395 INTEL_SKL_GT4_IDS(&intel_skylake_gt3_info),
396 INTEL_BXT_IDS(&intel_broxton_info),
397 INTEL_KBL_GT1_IDS(&intel_kabylake_info),
398 INTEL_KBL_GT2_IDS(&intel_kabylake_info),
399 INTEL_KBL_GT3_IDS(&intel_kabylake_gt3_info),
400 INTEL_KBL_GT4_IDS(&intel_kabylake_gt3_info),
401 {0, 0, 0}
402};
403MODULE_DEVICE_TABLE(pci, pciidlist);
404
405extern int i915_driver_load(struct pci_dev *pdev,
406 const struct pci_device_id *ent);
407
408static int i915_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
409{
410 struct intel_device_info *intel_info =
411 (struct intel_device_info *) ent->driver_data;
412
413 if (IS_PRELIMINARY_HW(intel_info) && !i915.preliminary_hw_support) {
414 DRM_INFO("This hardware requires preliminary hardware support.\n"
415 "See CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT, and/or modparam preliminary_hw_support\n");
416 return -ENODEV;
417 }
418
419 /* Only bind to function 0 of the device. Early generations
420 * used function 1 as a placeholder for multi-head. This causes
421 * us confusion instead, especially on the systems where both
422 * functions have the same PCI-ID!
423 */
424 if (PCI_FUNC(pdev->devfn))
425 return -ENODEV;
426
427 /*
428 * apple-gmux is needed on dual GPU MacBook Pro
429 * to probe the panel if we're the inactive GPU.
430 */
431 if (vga_switcheroo_client_probe_defer(pdev))
432 return -EPROBE_DEFER;
433
434 return i915_driver_load(pdev, ent);
435}
436
437extern void i915_driver_unload(struct drm_device *dev);
438
439static void i915_pci_remove(struct pci_dev *pdev)
440{
441 struct drm_device *dev = pci_get_drvdata(pdev);
442
443 i915_driver_unload(dev);
444 drm_dev_unref(dev);
445}
446
447extern const struct dev_pm_ops i915_pm_ops;
448
Chris Wilsona09d0ba2016-06-24 14:00:27 +0100449static struct pci_driver i915_pci_driver = {
Chris Wilson42f55512016-06-24 14:00:26 +0100450 .name = DRIVER_NAME,
451 .id_table = pciidlist,
452 .probe = i915_pci_probe,
453 .remove = i915_pci_remove,
454 .driver.pm = &i915_pm_ops,
455};
Chris Wilsona09d0ba2016-06-24 14:00:27 +0100456
457static int __init i915_init(void)
458{
459 bool use_kms = true;
460
461 /*
462 * Enable KMS by default, unless explicitly overriden by
463 * either the i915.modeset prarameter or by the
464 * vga_text_mode_force boot option.
465 */
466
467 if (i915.modeset == 0)
468 use_kms = false;
469
470 if (vgacon_text_force() && i915.modeset == -1)
471 use_kms = false;
472
473 if (!use_kms) {
474 /* Silently fail loading to not upset userspace. */
475 DRM_DEBUG_DRIVER("KMS disabled.\n");
476 return 0;
477 }
478
479 return pci_register_driver(&i915_pci_driver);
480}
481
482static void __exit i915_exit(void)
483{
484 if (!i915_pci_driver.driver.owner)
485 return;
486
487 pci_unregister_driver(&i915_pci_driver);
488}
489
490module_init(i915_init);
491module_exit(i915_exit);
492
493MODULE_AUTHOR("Tungsten Graphics, Inc.");
494MODULE_AUTHOR("Intel Corporation");
495
496MODULE_DESCRIPTION(DRIVER_DESC);
497MODULE_LICENSE("GPL and additional rights");