blob: f919e411e39abdd938cb1f8d22624bbdd219acfa [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>
26
27#include "drmP.h"
28#include "drm.h"
29#include "drm_crtc_helper.h"
30#include "nouveau_drv.h"
31#include "nouveau_hw.h"
32#include "nouveau_fb.h"
33#include "nouveau_fbcon.h"
Ben Skeggs64f1c112010-09-17 13:35:25 +100034#include "nouveau_pm.h"
Ben Skeggs6ee73862009-12-11 19:24:15 +100035#include "nv50_display.h"
36
37#include "drm_pciids.h"
38
Francisco Jerezde5899b2010-09-08 02:28:23 +020039MODULE_PARM_DESC(agpmode, "AGP mode (0 to disable AGP)");
40int nouveau_agpmode = -1;
41module_param_named(agpmode, nouveau_agpmode, int, 0400);
Ben Skeggs6ee73862009-12-11 19:24:15 +100042
43MODULE_PARM_DESC(modeset, "Enable kernel modesetting");
44static int nouveau_modeset = -1; /* kms */
45module_param_named(modeset, nouveau_modeset, int, 0400);
46
47MODULE_PARM_DESC(vbios, "Override default VBIOS location");
48char *nouveau_vbios;
49module_param_named(vbios, nouveau_vbios, charp, 0400);
50
51MODULE_PARM_DESC(vram_pushbuf, "Force DMA push buffers to be in VRAM");
52int nouveau_vram_pushbuf;
53module_param_named(vram_pushbuf, nouveau_vram_pushbuf, int, 0400);
54
55MODULE_PARM_DESC(vram_notify, "Force DMA notifiers to be in VRAM");
Ben Skeggs2dfe36b2010-06-01 09:47:43 +100056int nouveau_vram_notify = 0;
Ben Skeggs6ee73862009-12-11 19:24:15 +100057module_param_named(vram_notify, nouveau_vram_notify, int, 0400);
58
59MODULE_PARM_DESC(duallink, "Allow dual-link TMDS (>=GeForce 8)");
60int nouveau_duallink = 1;
61module_param_named(duallink, nouveau_duallink, int, 0400);
62
63MODULE_PARM_DESC(uscript_lvds, "LVDS output script table ID (>=GeForce 8)");
64int nouveau_uscript_lvds = -1;
65module_param_named(uscript_lvds, nouveau_uscript_lvds, int, 0400);
66
67MODULE_PARM_DESC(uscript_tmds, "TMDS output script table ID (>=GeForce 8)");
68int nouveau_uscript_tmds = -1;
69module_param_named(uscript_tmds, nouveau_uscript_tmds, int, 0400);
70
Ben Skeggsa1470892010-01-18 11:42:37 +100071MODULE_PARM_DESC(ignorelid, "Ignore ACPI lid status");
72int nouveau_ignorelid = 0;
73module_param_named(ignorelid, nouveau_ignorelid, int, 0400);
74
Marcin Kościelnicki81e2d422010-02-25 00:54:04 +000075MODULE_PARM_DESC(noaccel, "Disable all acceleration");
Marcin Kościelnickia32ed692010-01-26 14:00:42 +000076int nouveau_noaccel = 0;
77module_param_named(noaccel, nouveau_noaccel, int, 0400);
78
Marcin Kościelnicki81e2d422010-02-25 00:54:04 +000079MODULE_PARM_DESC(nofbaccel, "Disable fbcon acceleration");
Marcin Kościelnickia32ed692010-01-26 14:00:42 +000080int nouveau_nofbaccel = 0;
81module_param_named(nofbaccel, nouveau_nofbaccel, int, 0400);
82
Ben Skeggsda647d52010-03-04 12:00:39 +100083MODULE_PARM_DESC(override_conntype, "Ignore DCB connector type");
84int nouveau_override_conntype = 0;
85module_param_named(override_conntype, nouveau_override_conntype, int, 0400);
86
Ben Skeggsf4053502010-03-15 09:43:51 +100087MODULE_PARM_DESC(tv_disable, "Disable TV-out detection\n");
88int nouveau_tv_disable = 0;
89module_param_named(tv_disable, nouveau_tv_disable, int, 0400);
90
Ben Skeggs6ee73862009-12-11 19:24:15 +100091MODULE_PARM_DESC(tv_norm, "Default TV norm.\n"
92 "\t\tSupported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,\n"
93 "\t\t\thd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.\n"
94 "\t\tDefault: PAL\n"
95 "\t\t*NOTE* Ignored for cards with external TV encoders.");
96char *nouveau_tv_norm;
97module_param_named(tv_norm, nouveau_tv_norm, charp, 0400);
98
99MODULE_PARM_DESC(reg_debug, "Register access debug bitmask:\n"
100 "\t\t0x1 mc, 0x2 video, 0x4 fb, 0x8 extdev,\n"
101 "\t\t0x10 crtc, 0x20 ramdac, 0x40 vgacrtc, 0x80 rmvio,\n"
102 "\t\t0x100 vgaattr, 0x200 EVO (G80+). ");
103int nouveau_reg_debug;
104module_param_named(reg_debug, nouveau_reg_debug, int, 0600);
105
Ben Skeggs6f876982010-09-16 16:47:14 +1000106MODULE_PARM_DESC(perflvl, "Performance level (default: boot)\n");
107char *nouveau_perflvl;
108module_param_named(perflvl, nouveau_perflvl, charp, 0400);
109
110MODULE_PARM_DESC(perflvl_wr, "Allow perflvl changes (warning: dangerous!)\n");
111int nouveau_perflvl_wr;
112module_param_named(perflvl_wr, nouveau_perflvl_wr, int, 0400);
113
Ben Skeggs6ee73862009-12-11 19:24:15 +1000114int nouveau_fbpercrtc;
115#if 0
116module_param_named(fbpercrtc, nouveau_fbpercrtc, int, 0400);
117#endif
118
119static struct pci_device_id pciidlist[] = {
120 {
121 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA, PCI_ANY_ID),
122 .class = PCI_BASE_CLASS_DISPLAY << 16,
123 .class_mask = 0xff << 16,
124 },
125 {
126 PCI_DEVICE(PCI_VENDOR_ID_NVIDIA_SGS, PCI_ANY_ID),
127 .class = PCI_BASE_CLASS_DISPLAY << 16,
128 .class_mask = 0xff << 16,
129 },
130 {}
131};
132
133MODULE_DEVICE_TABLE(pci, pciidlist);
134
135static struct drm_driver driver;
136
137static int __devinit
138nouveau_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
139{
Jordan Crousedcdb1672010-05-27 13:40:25 -0600140 return drm_get_pci_dev(pdev, ent, &driver);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000141}
142
143static void
144nouveau_pci_remove(struct pci_dev *pdev)
145{
146 struct drm_device *dev = pci_get_drvdata(pdev);
147
148 drm_put_dev(dev);
149}
150
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000151int
Ben Skeggs6ee73862009-12-11 19:24:15 +1000152nouveau_pci_suspend(struct pci_dev *pdev, pm_message_t pm_state)
153{
154 struct drm_device *dev = pci_get_drvdata(pdev);
155 struct drm_nouveau_private *dev_priv = dev->dev_private;
156 struct nouveau_instmem_engine *pinstmem = &dev_priv->engine.instmem;
157 struct nouveau_pgraph_engine *pgraph = &dev_priv->engine.graph;
158 struct nouveau_fifo_engine *pfifo = &dev_priv->engine.fifo;
159 struct nouveau_channel *chan;
160 struct drm_crtc *crtc;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000161 int ret, i;
162
Ben Skeggs6ee73862009-12-11 19:24:15 +1000163 if (pm_state.event == PM_EVENT_PRETHAW)
164 return 0;
165
Maarten Maathuis81441572010-02-21 13:28:35 +0100166 NV_INFO(dev, "Disabling fbcon acceleration...\n");
Dave Airlie38651672010-03-30 05:34:13 +0000167 nouveau_fbcon_save_disable_accel(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000168
Maarten Maathuis81441572010-02-21 13:28:35 +0100169 NV_INFO(dev, "Unpinning framebuffer(s)...\n");
Ben Skeggs6ee73862009-12-11 19:24:15 +1000170 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
171 struct nouveau_framebuffer *nouveau_fb;
172
173 nouveau_fb = nouveau_framebuffer(crtc->fb);
174 if (!nouveau_fb || !nouveau_fb->nvbo)
175 continue;
176
177 nouveau_bo_unpin(nouveau_fb->nvbo);
178 }
179
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200180 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
181 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
182
183 nouveau_bo_unmap(nv_crtc->cursor.nvbo);
184 nouveau_bo_unpin(nv_crtc->cursor.nvbo);
185 }
186
Ben Skeggs6ee73862009-12-11 19:24:15 +1000187 NV_INFO(dev, "Evicting buffers...\n");
188 ttm_bo_evict_mm(&dev_priv->ttm.bdev, TTM_PL_VRAM);
189
190 NV_INFO(dev, "Idling channels...\n");
191 for (i = 0; i < pfifo->channels; i++) {
192 struct nouveau_fence *fence = NULL;
193
194 chan = dev_priv->fifos[i];
195 if (!chan || (dev_priv->card_type >= NV_50 &&
196 chan == dev_priv->fifos[0]))
197 continue;
198
199 ret = nouveau_fence_new(chan, &fence, true);
200 if (ret == 0) {
201 ret = nouveau_fence_wait(fence, NULL, false, false);
202 nouveau_fence_unref((void *)&fence);
203 }
204
205 if (ret) {
206 NV_ERROR(dev, "Failed to idle channel %d for suspend\n",
207 chan->id);
208 }
209 }
210
211 pgraph->fifo_access(dev, false);
212 nouveau_wait_for_idle(dev);
213 pfifo->reassign(dev, false);
214 pfifo->disable(dev);
215 pfifo->unload_context(dev);
216 pgraph->unload_context(dev);
217
218 NV_INFO(dev, "Suspending GPU objects...\n");
219 ret = nouveau_gpuobj_suspend(dev);
220 if (ret) {
221 NV_ERROR(dev, "... failed: %d\n", ret);
222 goto out_abort;
223 }
224
225 ret = pinstmem->suspend(dev);
226 if (ret) {
227 NV_ERROR(dev, "... failed: %d\n", ret);
228 nouveau_gpuobj_suspend_cleanup(dev);
229 goto out_abort;
230 }
231
232 NV_INFO(dev, "And we're gone!\n");
233 pci_save_state(pdev);
234 if (pm_state.event == PM_EVENT_SUSPEND) {
235 pci_disable_device(pdev);
236 pci_set_power_state(pdev, PCI_D3hot);
237 }
238
239 acquire_console_sem();
Dave Airlie38651672010-03-30 05:34:13 +0000240 nouveau_fbcon_set_suspend(dev, 1);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000241 release_console_sem();
Dave Airlie38651672010-03-30 05:34:13 +0000242 nouveau_fbcon_restore_accel(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000243 return 0;
244
245out_abort:
246 NV_INFO(dev, "Re-enabling acceleration..\n");
247 pfifo->enable(dev);
248 pfifo->reassign(dev, true);
249 pgraph->fifo_access(dev, true);
250 return ret;
251}
252
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000253int
Ben Skeggs6ee73862009-12-11 19:24:15 +1000254nouveau_pci_resume(struct pci_dev *pdev)
255{
256 struct drm_device *dev = pci_get_drvdata(pdev);
257 struct drm_nouveau_private *dev_priv = dev->dev_private;
258 struct nouveau_engine *engine = &dev_priv->engine;
259 struct drm_crtc *crtc;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000260 int ret, i;
261
Dave Airlie38651672010-03-30 05:34:13 +0000262 nouveau_fbcon_save_disable_accel(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000263
264 NV_INFO(dev, "We're back, enabling device...\n");
265 pci_set_power_state(pdev, PCI_D0);
266 pci_restore_state(pdev);
267 if (pci_enable_device(pdev))
268 return -1;
269 pci_set_master(dev->pdev);
270
Francisco Jereze04d8e82010-07-23 20:29:13 +0200271 /* Make sure the AGP controller is in a consistent state */
272 if (dev_priv->gart_info.type == NOUVEAU_GART_AGP)
273 nouveau_mem_reset_agp(dev);
274
Francisco Jerezc88c2e02010-07-24 17:37:33 +0200275 /* Make the CRTCs accessible */
276 engine->display.early_init(dev);
277
Ben Skeggs6ee73862009-12-11 19:24:15 +1000278 NV_INFO(dev, "POSTing device...\n");
279 ret = nouveau_run_vbios_init(dev);
280 if (ret)
281 return ret;
282
Ben Skeggs64f1c112010-09-17 13:35:25 +1000283 nouveau_pm_resume(dev);
284
Ben Skeggs6ee73862009-12-11 19:24:15 +1000285 if (dev_priv->gart_info.type == NOUVEAU_GART_AGP) {
286 ret = nouveau_mem_init_agp(dev);
287 if (ret) {
288 NV_ERROR(dev, "error reinitialising AGP: %d\n", ret);
289 return ret;
290 }
291 }
292
293 NV_INFO(dev, "Reinitialising engines...\n");
294 engine->instmem.resume(dev);
295 engine->mc.init(dev);
296 engine->timer.init(dev);
297 engine->fb.init(dev);
298 engine->graph.init(dev);
299 engine->fifo.init(dev);
300
301 NV_INFO(dev, "Restoring GPU objects...\n");
302 nouveau_gpuobj_resume(dev);
303
304 nouveau_irq_postinstall(dev);
305
306 /* Re-write SKIPS, they'll have been lost over the suspend */
307 if (nouveau_vram_pushbuf) {
308 struct nouveau_channel *chan;
309 int j;
310
311 for (i = 0; i < dev_priv->engine.fifo.channels; i++) {
312 chan = dev_priv->fifos[i];
Ben Skeggs3c8868d2009-12-16 14:51:13 +1000313 if (!chan || !chan->pushbuf_bo)
Ben Skeggs6ee73862009-12-11 19:24:15 +1000314 continue;
315
316 for (j = 0; j < NOUVEAU_DMA_SKIPS; j++)
317 nouveau_bo_wr32(chan->pushbuf_bo, i, 0);
318 }
319 }
320
321 NV_INFO(dev, "Restoring mode...\n");
322 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
323 struct nouveau_framebuffer *nouveau_fb;
324
325 nouveau_fb = nouveau_framebuffer(crtc->fb);
326 if (!nouveau_fb || !nouveau_fb->nvbo)
327 continue;
328
329 nouveau_bo_pin(nouveau_fb->nvbo, TTM_PL_FLAG_VRAM);
330 }
331
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200332 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
333 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200334
335 ret = nouveau_bo_pin(nv_crtc->cursor.nvbo, TTM_PL_FLAG_VRAM);
336 if (!ret)
337 ret = nouveau_bo_map(nv_crtc->cursor.nvbo);
338 if (ret)
339 NV_ERROR(dev, "Could not pin/map cursor.\n");
340 }
341
Francisco Jerezc88c2e02010-07-24 17:37:33 +0200342 engine->display.init(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000343
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200344 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
345 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
346
347 nv_crtc->cursor.set_offset(nv_crtc,
348 nv_crtc->cursor.nvbo->bo.offset -
349 dev_priv->vm_vram_base);
350
351 nv_crtc->cursor.set_pos(nv_crtc, nv_crtc->cursor_saved_x,
352 nv_crtc->cursor_saved_y);
353 }
354
Ben Skeggs6ee73862009-12-11 19:24:15 +1000355 /* Force CLUT to get re-loaded during modeset */
356 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
357 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
358
359 nv_crtc->lut.depth = 0;
360 }
361
362 acquire_console_sem();
Dave Airlie38651672010-03-30 05:34:13 +0000363 nouveau_fbcon_set_suspend(dev, 0);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000364 release_console_sem();
365
Dave Airlie38651672010-03-30 05:34:13 +0000366 nouveau_fbcon_zfill_all(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000367
368 drm_helper_resume_force_mode(dev);
Dave Airlie38651672010-03-30 05:34:13 +0000369
370 nouveau_fbcon_restore_accel(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000371 return 0;
372}
373
374static struct drm_driver driver = {
375 .driver_features =
376 DRIVER_USE_AGP | DRIVER_PCI_DMA | DRIVER_SG |
Ben Skeggscd0b0722010-06-01 15:56:22 +1000377 DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM |
378 DRIVER_MODESET,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000379 .load = nouveau_load,
380 .firstopen = nouveau_firstopen,
381 .lastclose = nouveau_lastclose,
382 .unload = nouveau_unload,
383 .preclose = nouveau_preclose,
384#if defined(CONFIG_DRM_NOUVEAU_DEBUG)
385 .debugfs_init = nouveau_debugfs_init,
386 .debugfs_cleanup = nouveau_debugfs_takedown,
387#endif
388 .irq_preinstall = nouveau_irq_preinstall,
389 .irq_postinstall = nouveau_irq_postinstall,
390 .irq_uninstall = nouveau_irq_uninstall,
391 .irq_handler = nouveau_irq_handler,
392 .reclaim_buffers = drm_core_reclaim_buffers,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000393 .ioctls = nouveau_ioctls,
394 .fops = {
395 .owner = THIS_MODULE,
396 .open = drm_open,
397 .release = drm_release,
Arnd Bergmanned8b6702009-12-16 22:17:09 +0000398 .unlocked_ioctl = drm_ioctl,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000399 .mmap = nouveau_ttm_mmap,
400 .poll = drm_poll,
401 .fasync = drm_fasync,
402#if defined(CONFIG_COMPAT)
403 .compat_ioctl = nouveau_compat_ioctl,
404#endif
405 },
406 .pci_driver = {
407 .name = DRIVER_NAME,
408 .id_table = pciidlist,
409 .probe = nouveau_pci_probe,
410 .remove = nouveau_pci_remove,
411 .suspend = nouveau_pci_suspend,
412 .resume = nouveau_pci_resume
413 },
414
415 .gem_init_object = nouveau_gem_object_new,
416 .gem_free_object = nouveau_gem_object_del,
417
418 .name = DRIVER_NAME,
419 .desc = DRIVER_DESC,
420#ifdef GIT_REVISION
421 .date = GIT_REVISION,
422#else
423 .date = DRIVER_DATE,
424#endif
425 .major = DRIVER_MAJOR,
426 .minor = DRIVER_MINOR,
427 .patchlevel = DRIVER_PATCHLEVEL,
428};
429
430static int __init nouveau_init(void)
431{
432 driver.num_ioctls = nouveau_max_ioctl;
433
434 if (nouveau_modeset == -1) {
435#ifdef CONFIG_VGA_CONSOLE
436 if (vgacon_text_force())
437 nouveau_modeset = 0;
438 else
439#endif
440 nouveau_modeset = 1;
441 }
442
Ben Skeggscd0b0722010-06-01 15:56:22 +1000443 if (!nouveau_modeset)
444 return 0;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000445
Ben Skeggscd0b0722010-06-01 15:56:22 +1000446 nouveau_register_dsm_handler();
Ben Skeggs6ee73862009-12-11 19:24:15 +1000447 return drm_init(&driver);
448}
449
450static void __exit nouveau_exit(void)
451{
Ben Skeggscd0b0722010-06-01 15:56:22 +1000452 if (!nouveau_modeset)
453 return;
454
Ben Skeggs6ee73862009-12-11 19:24:15 +1000455 drm_exit(&driver);
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000456 nouveau_unregister_dsm_handler();
Ben Skeggs6ee73862009-12-11 19:24:15 +1000457}
458
459module_init(nouveau_init);
460module_exit(nouveau_exit);
461
462MODULE_AUTHOR(DRIVER_AUTHOR);
463MODULE_DESCRIPTION(DRIVER_DESC);
464MODULE_LICENSE("GPL and additional rights");