blob: c033a0a4f2b219e2c06c5b4bfb638f305bf08fb2 [file] [log] [blame]
Ben Skeggs6ee73862009-12-11 19:24:15 +10001/*
2 * Copyright 2005 Stephane Marchesin.
3 * All Rights Reserved.
4 *
5 * Permission is hereby granted, free of charge, to any person obtaining a
6 * copy of this software and associated documentation files (the "Software"),
7 * to deal in the Software without restriction, including without limitation
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9 * and/or sell copies of the Software, and to permit persons to whom the
10 * Software is furnished to do so, subject to the following conditions:
11 *
12 * The above copyright notice and this permission notice (including the next
13 * paragraph) shall be included in all copies or substantial portions of the
14 * Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19 * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
20 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22 * OTHER DEALINGS IN THE SOFTWARE.
23 */
24
25#include <linux/console.h>
Paul Gortmakere0cd3602011-08-30 11:04:30 -040026#include <linux/module.h>
Ben Skeggs6ee73862009-12-11 19:24:15 +100027
28#include "drmP.h"
29#include "drm.h"
30#include "drm_crtc_helper.h"
31#include "nouveau_drv.h"
32#include "nouveau_hw.h"
33#include "nouveau_fb.h"
34#include "nouveau_fbcon.h"
Ben Skeggs64f1c112010-09-17 13:35:25 +100035#include "nouveau_pm.h"
Ben Skeggs6ee73862009-12-11 19:24:15 +100036#include "nv50_display.h"
37
38#include "drm_pciids.h"
39
Francisco Jerezde5899b2010-09-08 02:28:23 +020040MODULE_PARM_DESC(agpmode, "AGP mode (0 to disable AGP)");
41int nouveau_agpmode = -1;
42module_param_named(agpmode, nouveau_agpmode, int, 0400);
Ben Skeggs6ee73862009-12-11 19:24:15 +100043
44MODULE_PARM_DESC(modeset, "Enable kernel modesetting");
Ben Skeggs03bc9672011-07-04 13:14:05 +100045int nouveau_modeset = -1;
Ben Skeggs6ee73862009-12-11 19:24:15 +100046module_param_named(modeset, nouveau_modeset, int, 0400);
47
48MODULE_PARM_DESC(vbios, "Override default VBIOS location");
49char *nouveau_vbios;
50module_param_named(vbios, nouveau_vbios, charp, 0400);
51
52MODULE_PARM_DESC(vram_pushbuf, "Force DMA push buffers to be in VRAM");
53int nouveau_vram_pushbuf;
54module_param_named(vram_pushbuf, nouveau_vram_pushbuf, int, 0400);
55
56MODULE_PARM_DESC(vram_notify, "Force DMA notifiers to be in VRAM");
Ben Skeggs2dfe36b2010-06-01 09:47:43 +100057int nouveau_vram_notify = 0;
Ben Skeggs6ee73862009-12-11 19:24:15 +100058module_param_named(vram_notify, nouveau_vram_notify, int, 0400);
59
60MODULE_PARM_DESC(duallink, "Allow dual-link TMDS (>=GeForce 8)");
61int nouveau_duallink = 1;
62module_param_named(duallink, nouveau_duallink, int, 0400);
63
64MODULE_PARM_DESC(uscript_lvds, "LVDS output script table ID (>=GeForce 8)");
65int nouveau_uscript_lvds = -1;
66module_param_named(uscript_lvds, nouveau_uscript_lvds, int, 0400);
67
68MODULE_PARM_DESC(uscript_tmds, "TMDS output script table ID (>=GeForce 8)");
69int nouveau_uscript_tmds = -1;
70module_param_named(uscript_tmds, nouveau_uscript_tmds, int, 0400);
71
Ben Skeggsa1470892010-01-18 11:42:37 +100072MODULE_PARM_DESC(ignorelid, "Ignore ACPI lid status");
73int nouveau_ignorelid = 0;
74module_param_named(ignorelid, nouveau_ignorelid, int, 0400);
75
Marcin Kościelnicki81e2d422010-02-25 00:54:04 +000076MODULE_PARM_DESC(noaccel, "Disable all acceleration");
Ben Skeggsaba99a82011-05-25 14:48:50 +100077int nouveau_noaccel = -1;
Marcin Kościelnickia32ed692010-01-26 14:00:42 +000078module_param_named(noaccel, nouveau_noaccel, int, 0400);
79
Marcin Kościelnicki81e2d422010-02-25 00:54:04 +000080MODULE_PARM_DESC(nofbaccel, "Disable fbcon acceleration");
Marcin Kościelnickia32ed692010-01-26 14:00:42 +000081int nouveau_nofbaccel = 0;
82module_param_named(nofbaccel, nouveau_nofbaccel, int, 0400);
83
Marcin Kościelnicki0cba1b72010-09-29 11:15:01 +000084MODULE_PARM_DESC(force_post, "Force POST");
85int nouveau_force_post = 0;
86module_param_named(force_post, nouveau_force_post, int, 0400);
87
Ben Skeggsda647d52010-03-04 12:00:39 +100088MODULE_PARM_DESC(override_conntype, "Ignore DCB connector type");
89int nouveau_override_conntype = 0;
90module_param_named(override_conntype, nouveau_override_conntype, int, 0400);
91
Ben Skeggsf4053502010-03-15 09:43:51 +100092MODULE_PARM_DESC(tv_disable, "Disable TV-out detection\n");
93int nouveau_tv_disable = 0;
94module_param_named(tv_disable, nouveau_tv_disable, int, 0400);
95
Ben Skeggs6ee73862009-12-11 19:24:15 +100096MODULE_PARM_DESC(tv_norm, "Default TV norm.\n"
97 "\t\tSupported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,\n"
98 "\t\t\thd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.\n"
99 "\t\tDefault: PAL\n"
100 "\t\t*NOTE* Ignored for cards with external TV encoders.");
101char *nouveau_tv_norm;
102module_param_named(tv_norm, nouveau_tv_norm, charp, 0400);
103
104MODULE_PARM_DESC(reg_debug, "Register access debug bitmask:\n"
105 "\t\t0x1 mc, 0x2 video, 0x4 fb, 0x8 extdev,\n"
106 "\t\t0x10 crtc, 0x20 ramdac, 0x40 vgacrtc, 0x80 rmvio,\n"
107 "\t\t0x100 vgaattr, 0x200 EVO (G80+). ");
108int nouveau_reg_debug;
109module_param_named(reg_debug, nouveau_reg_debug, int, 0600);
110
Ben Skeggs6f876982010-09-16 16:47:14 +1000111MODULE_PARM_DESC(perflvl, "Performance level (default: boot)\n");
112char *nouveau_perflvl;
113module_param_named(perflvl, nouveau_perflvl, charp, 0400);
114
115MODULE_PARM_DESC(perflvl_wr, "Allow perflvl changes (warning: dangerous!)\n");
116int nouveau_perflvl_wr;
117module_param_named(perflvl_wr, nouveau_perflvl_wr, int, 0400);
118
Ben Skeggs35fa2f22010-10-21 14:07:03 +1000119MODULE_PARM_DESC(msi, "Enable MSI (default: off)\n");
120int nouveau_msi;
121module_param_named(msi, nouveau_msi, int, 0400);
122
Ben Skeggs0411de82011-05-25 18:32:44 +1000123MODULE_PARM_DESC(ctxfw, "Use external HUB/GPC ucode (fermi)\n");
124int nouveau_ctxfw;
125module_param_named(ctxfw, nouveau_ctxfw, int, 0400);
126
Ben Skeggs6ee73862009-12-11 19:24:15 +1000127int nouveau_fbpercrtc;
128#if 0
129module_param_named(fbpercrtc, nouveau_fbpercrtc, int, 0400);
130#endif
131
132static struct pci_device_id pciidlist[] = {
133 {
134 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID),
135 .class = PCI_BASE_CLASS_DISPLAY << 16,
136 .class_mask = 0xff << 16,
137 },
138 {
139 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA_SGS, PCI_ANY_ID),
140 .class = PCI_BASE_CLASS_DISPLAY << 16,
141 .class_mask = 0xff << 16,
142 },
143 {}
144};
145
146MODULE_DEVICE_TABLE(pci, pciidlist);
147
148static struct drm_driver driver;
149
150static int __devinit
151nouveau_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
152{
Jordan Crousedcdb1672010-05-27 13:40:25 -0600153 return drm_get_pci_dev(pdev, ent, &driver);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000154}
155
156static void
157nouveau_pci_remove(struct pci_dev *pdev)
158{
159 struct drm_device *dev = pci_get_drvdata(pdev);
160
161 drm_put_dev(dev);
162}
163
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000164int
Ben Skeggs6ee73862009-12-11 19:24:15 +1000165nouveau_pci_suspend(struct pci_dev *pdev, pm_message_t pm_state)
166{
167 struct drm_device *dev = pci_get_drvdata(pdev);
168 struct drm_nouveau_private *dev_priv = dev->dev_private;
169 struct nouveau_instmem_engine *pinstmem = &dev_priv->engine.instmem;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000170 struct nouveau_fifo_engine *pfifo = &dev_priv->engine.fifo;
171 struct nouveau_channel *chan;
172 struct drm_crtc *crtc;
Ben Skeggs92abe742011-04-01 13:26:35 +1000173 int ret, i, e;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000174
Ben Skeggs6ee73862009-12-11 19:24:15 +1000175 if (pm_state.event == PM_EVENT_PRETHAW)
176 return 0;
177
Dave Airlie5bcf7192010-12-07 09:20:40 +1000178 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
179 return 0;
180
Maxim Levitsky4bfb94a2011-10-09 22:58:33 +0200181 drm_kms_helper_poll_disable(dev);
182
Maarten Maathuis81441572010-02-21 13:28:35 +0100183 NV_INFO(dev, "Disabling fbcon acceleration...\n");
Dave Airlie38651672010-03-30 05:34:13 +0000184 nouveau_fbcon_save_disable_accel(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000185
Maarten Maathuis81441572010-02-21 13:28:35 +0100186 NV_INFO(dev, "Unpinning framebuffer(s)...\n");
Ben Skeggs6ee73862009-12-11 19:24:15 +1000187 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
188 struct nouveau_framebuffer *nouveau_fb;
189
190 nouveau_fb = nouveau_framebuffer(crtc->fb);
191 if (!nouveau_fb || !nouveau_fb->nvbo)
192 continue;
193
194 nouveau_bo_unpin(nouveau_fb->nvbo);
195 }
196
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200197 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
198 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
199
200 nouveau_bo_unmap(nv_crtc->cursor.nvbo);
201 nouveau_bo_unpin(nv_crtc->cursor.nvbo);
202 }
203
Ben Skeggs6ee73862009-12-11 19:24:15 +1000204 NV_INFO(dev, "Evicting buffers...\n");
205 ttm_bo_evict_mm(&dev_priv->ttm.bdev, TTM_PL_VRAM);
206
207 NV_INFO(dev, "Idling channels...\n");
208 for (i = 0; i < pfifo->channels; i++) {
Ben Skeggscff5c132010-10-06 16:16:59 +1000209 chan = dev_priv->channels.ptr[i];
Ben Skeggs6ee73862009-12-11 19:24:15 +1000210
Francisco Jerez6dccd312010-11-18 23:57:46 +0100211 if (chan && chan->pushbuf_bo)
212 nouveau_channel_idle(chan);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000213 }
214
Ben Skeggs6ee73862009-12-11 19:24:15 +1000215 pfifo->reassign(dev, false);
216 pfifo->disable(dev);
217 pfifo->unload_context(dev);
Ben Skeggs92abe742011-04-01 13:26:35 +1000218
219 for (e = NVOBJ_ENGINE_NR - 1; e >= 0; e--) {
Ben Skeggs6c320fe2011-07-20 11:22:33 +1000220 if (!dev_priv->eng[e])
221 continue;
222
223 ret = dev_priv->eng[e]->fini(dev, e, true);
224 if (ret) {
225 NV_ERROR(dev, "... engine %d failed: %d\n", i, ret);
226 goto out_abort;
Ben Skeggs92abe742011-04-01 13:26:35 +1000227 }
228 }
Ben Skeggs6ee73862009-12-11 19:24:15 +1000229
Ben Skeggsdc1e5c02010-10-25 15:23:59 +1000230 ret = pinstmem->suspend(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000231 if (ret) {
232 NV_ERROR(dev, "... failed: %d\n", ret);
233 goto out_abort;
234 }
235
Ben Skeggsdc1e5c02010-10-25 15:23:59 +1000236 NV_INFO(dev, "Suspending GPU objects...\n");
237 ret = nouveau_gpuobj_suspend(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000238 if (ret) {
239 NV_ERROR(dev, "... failed: %d\n", ret);
Ben Skeggsdc1e5c02010-10-25 15:23:59 +1000240 pinstmem->resume(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000241 goto out_abort;
242 }
243
244 NV_INFO(dev, "And we're gone!\n");
245 pci_save_state(pdev);
246 if (pm_state.event == PM_EVENT_SUSPEND) {
247 pci_disable_device(pdev);
248 pci_set_power_state(pdev, PCI_D3hot);
249 }
250
Torben Hohnac751ef2011-01-25 15:07:35 -0800251 console_lock();
Dave Airlie38651672010-03-30 05:34:13 +0000252 nouveau_fbcon_set_suspend(dev, 1);
Torben Hohnac751ef2011-01-25 15:07:35 -0800253 console_unlock();
Dave Airlie38651672010-03-30 05:34:13 +0000254 nouveau_fbcon_restore_accel(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000255 return 0;
256
257out_abort:
258 NV_INFO(dev, "Re-enabling acceleration..\n");
Ben Skeggs92abe742011-04-01 13:26:35 +1000259 for (e = e + 1; e < NVOBJ_ENGINE_NR; e++) {
260 if (dev_priv->eng[e])
261 dev_priv->eng[e]->init(dev, e);
262 }
Ben Skeggs6ee73862009-12-11 19:24:15 +1000263 pfifo->enable(dev);
264 pfifo->reassign(dev, true);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000265 return ret;
266}
267
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000268int
Ben Skeggs6ee73862009-12-11 19:24:15 +1000269nouveau_pci_resume(struct pci_dev *pdev)
270{
271 struct drm_device *dev = pci_get_drvdata(pdev);
272 struct drm_nouveau_private *dev_priv = dev->dev_private;
273 struct nouveau_engine *engine = &dev_priv->engine;
274 struct drm_crtc *crtc;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000275 int ret, i;
276
Dave Airlie5bcf7192010-12-07 09:20:40 +1000277 if (dev->switch_power_state == DRM_SWITCH_POWER_OFF)
278 return 0;
279
Dave Airlie38651672010-03-30 05:34:13 +0000280 nouveau_fbcon_save_disable_accel(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000281
282 NV_INFO(dev, "We're back, enabling device...\n");
283 pci_set_power_state(pdev, PCI_D0);
284 pci_restore_state(pdev);
285 if (pci_enable_device(pdev))
286 return -1;
287 pci_set_master(dev->pdev);
288
Francisco Jereze04d8e82010-07-23 20:29:13 +0200289 /* Make sure the AGP controller is in a consistent state */
290 if (dev_priv->gart_info.type == NOUVEAU_GART_AGP)
291 nouveau_mem_reset_agp(dev);
292
Francisco Jerezc88c2e02010-07-24 17:37:33 +0200293 /* Make the CRTCs accessible */
294 engine->display.early_init(dev);
295
Ben Skeggs6ee73862009-12-11 19:24:15 +1000296 NV_INFO(dev, "POSTing device...\n");
297 ret = nouveau_run_vbios_init(dev);
298 if (ret)
299 return ret;
300
301 if (dev_priv->gart_info.type == NOUVEAU_GART_AGP) {
302 ret = nouveau_mem_init_agp(dev);
303 if (ret) {
304 NV_ERROR(dev, "error reinitialising AGP: %d\n", ret);
305 return ret;
306 }
307 }
308
Ben Skeggsdc1e5c02010-10-25 15:23:59 +1000309 NV_INFO(dev, "Restoring GPU objects...\n");
310 nouveau_gpuobj_resume(dev);
311
Ben Skeggs6ee73862009-12-11 19:24:15 +1000312 NV_INFO(dev, "Reinitialising engines...\n");
313 engine->instmem.resume(dev);
314 engine->mc.init(dev);
315 engine->timer.init(dev);
316 engine->fb.init(dev);
Ben Skeggs6dfdd7a2011-03-31 15:40:43 +1000317 for (i = 0; i < NVOBJ_ENGINE_NR; i++) {
318 if (dev_priv->eng[i])
319 dev_priv->eng[i]->init(dev, i);
320 }
Ben Skeggs6ee73862009-12-11 19:24:15 +1000321 engine->fifo.init(dev);
322
Ben Skeggs6ee73862009-12-11 19:24:15 +1000323 nouveau_irq_postinstall(dev);
324
325 /* Re-write SKIPS, they'll have been lost over the suspend */
326 if (nouveau_vram_pushbuf) {
327 struct nouveau_channel *chan;
328 int j;
329
330 for (i = 0; i < dev_priv->engine.fifo.channels; i++) {
Ben Skeggscff5c132010-10-06 16:16:59 +1000331 chan = dev_priv->channels.ptr[i];
Ben Skeggs3c8868d2009-12-16 14:51:13 +1000332 if (!chan || !chan->pushbuf_bo)
Ben Skeggs6ee73862009-12-11 19:24:15 +1000333 continue;
334
335 for (j = 0; j < NOUVEAU_DMA_SKIPS; j++)
336 nouveau_bo_wr32(chan->pushbuf_bo, i, 0);
337 }
338 }
339
Maxim Levitsky71d91f62011-10-09 22:58:35 +0200340 nouveau_pm_resume(dev);
341
Ben Skeggs6ee73862009-12-11 19:24:15 +1000342 NV_INFO(dev, "Restoring mode...\n");
343 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
344 struct nouveau_framebuffer *nouveau_fb;
345
346 nouveau_fb = nouveau_framebuffer(crtc->fb);
347 if (!nouveau_fb || !nouveau_fb->nvbo)
348 continue;
349
350 nouveau_bo_pin(nouveau_fb->nvbo, TTM_PL_FLAG_VRAM);
351 }
352
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200353 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
354 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200355
356 ret = nouveau_bo_pin(nv_crtc->cursor.nvbo, TTM_PL_FLAG_VRAM);
357 if (!ret)
358 ret = nouveau_bo_map(nv_crtc->cursor.nvbo);
359 if (ret)
360 NV_ERROR(dev, "Could not pin/map cursor.\n");
361 }
362
Francisco Jerezc88c2e02010-07-24 17:37:33 +0200363 engine->display.init(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000364
365 /* Force CLUT to get re-loaded during modeset */
366 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
367 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
368
369 nv_crtc->lut.depth = 0;
370 }
371
Torben Hohnac751ef2011-01-25 15:07:35 -0800372 console_lock();
Dave Airlie38651672010-03-30 05:34:13 +0000373 nouveau_fbcon_set_suspend(dev, 0);
Torben Hohnac751ef2011-01-25 15:07:35 -0800374 console_unlock();
Ben Skeggs6ee73862009-12-11 19:24:15 +1000375
Dave Airlie38651672010-03-30 05:34:13 +0000376 nouveau_fbcon_zfill_all(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000377
378 drm_helper_resume_force_mode(dev);
Dave Airlie38651672010-03-30 05:34:13 +0000379
Maxim Levitskya4eaa0a2011-10-09 22:58:34 +0200380 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
381 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
382 u32 offset = nv_crtc->cursor.nvbo->bo.offset;
383
384 nv_crtc->cursor.set_offset(nv_crtc, offset);
385 nv_crtc->cursor.set_pos(nv_crtc, nv_crtc->cursor_saved_x,
386 nv_crtc->cursor_saved_y);
387 }
388
Dave Airlie38651672010-03-30 05:34:13 +0000389 nouveau_fbcon_restore_accel(dev);
Maxim Levitsky4bfb94a2011-10-09 22:58:33 +0200390 drm_kms_helper_poll_enable(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000391 return 0;
392}
393
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700394static const struct file_operations nouveau_driver_fops = {
395 .owner = THIS_MODULE,
396 .open = drm_open,
397 .release = drm_release,
398 .unlocked_ioctl = drm_ioctl,
399 .mmap = nouveau_ttm_mmap,
400 .poll = drm_poll,
401 .fasync = drm_fasync,
402 .read = drm_read,
403#if defined(CONFIG_COMPAT)
404 .compat_ioctl = nouveau_compat_ioctl,
405#endif
406 .llseek = noop_llseek,
407};
408
Ben Skeggs6ee73862009-12-11 19:24:15 +1000409static struct drm_driver driver = {
410 .driver_features =
411 DRIVER_USE_AGP | DRIVER_PCI_DMA | DRIVER_SG |
Ben Skeggscd0b0722010-06-01 15:56:22 +1000412 DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM |
413 DRIVER_MODESET,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000414 .load = nouveau_load,
415 .firstopen = nouveau_firstopen,
416 .lastclose = nouveau_lastclose,
417 .unload = nouveau_unload,
Ben Skeggs3f0a68d2011-05-31 11:11:28 +1000418 .open = nouveau_open,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000419 .preclose = nouveau_preclose,
Ben Skeggs3f0a68d2011-05-31 11:11:28 +1000420 .postclose = nouveau_postclose,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000421#if defined(CONFIG_DRM_NOUVEAU_DEBUG)
422 .debugfs_init = nouveau_debugfs_init,
423 .debugfs_cleanup = nouveau_debugfs_takedown,
424#endif
425 .irq_preinstall = nouveau_irq_preinstall,
426 .irq_postinstall = nouveau_irq_postinstall,
427 .irq_uninstall = nouveau_irq_uninstall,
428 .irq_handler = nouveau_irq_handler,
Francisco Jerez042206c2010-10-21 18:19:29 +0200429 .get_vblank_counter = drm_vblank_count,
430 .enable_vblank = nouveau_vblank_enable,
431 .disable_vblank = nouveau_vblank_disable,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000432 .reclaim_buffers = drm_core_reclaim_buffers,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000433 .ioctls = nouveau_ioctls,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700434 .fops = &nouveau_driver_fops,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000435 .gem_init_object = nouveau_gem_object_new,
436 .gem_free_object = nouveau_gem_object_del,
Ben Skeggs639212d2011-06-03 16:18:26 +1000437 .gem_open_object = nouveau_gem_object_open,
438 .gem_close_object = nouveau_gem_object_close,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000439
Ben Skeggs33dbc272011-09-30 08:55:50 +1000440 .dumb_create = nouveau_display_dumb_create,
441 .dumb_map_offset = nouveau_display_dumb_map_offset,
442 .dumb_destroy = nouveau_display_dumb_destroy,
443
Ben Skeggs6ee73862009-12-11 19:24:15 +1000444 .name = DRIVER_NAME,
445 .desc = DRIVER_DESC,
446#ifdef GIT_REVISION
447 .date = GIT_REVISION,
448#else
449 .date = DRIVER_DATE,
450#endif
451 .major = DRIVER_MAJOR,
452 .minor = DRIVER_MINOR,
453 .patchlevel = DRIVER_PATCHLEVEL,
454};
455
Dave Airlie8410ea32010-12-15 03:16:38 +1000456static struct pci_driver nouveau_pci_driver = {
457 .name = DRIVER_NAME,
458 .id_table = pciidlist,
459 .probe = nouveau_pci_probe,
460 .remove = nouveau_pci_remove,
461 .suspend = nouveau_pci_suspend,
462 .resume = nouveau_pci_resume
463};
464
Ben Skeggs6ee73862009-12-11 19:24:15 +1000465static int __init nouveau_init(void)
466{
467 driver.num_ioctls = nouveau_max_ioctl;
468
469 if (nouveau_modeset == -1) {
470#ifdef CONFIG_VGA_CONSOLE
471 if (vgacon_text_force())
472 nouveau_modeset = 0;
473 else
474#endif
475 nouveau_modeset = 1;
476 }
477
Ben Skeggscd0b0722010-06-01 15:56:22 +1000478 if (!nouveau_modeset)
479 return 0;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000480
Ben Skeggscd0b0722010-06-01 15:56:22 +1000481 nouveau_register_dsm_handler();
Dave Airlie8410ea32010-12-15 03:16:38 +1000482 return drm_pci_init(&driver, &nouveau_pci_driver);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000483}
484
485static void __exit nouveau_exit(void)
486{
Ben Skeggscd0b0722010-06-01 15:56:22 +1000487 if (!nouveau_modeset)
488 return;
489
Dave Airlie8410ea32010-12-15 03:16:38 +1000490 drm_pci_exit(&driver, &nouveau_pci_driver);
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000491 nouveau_unregister_dsm_handler();
Ben Skeggs6ee73862009-12-11 19:24:15 +1000492}
493
494module_init(nouveau_init);
495module_exit(nouveau_exit);
496
497MODULE_AUTHOR(DRIVER_AUTHOR);
498MODULE_DESCRIPTION(DRIVER_DESC);
499MODULE_LICENSE("GPL and additional rights");