blob: 204772160a4e95d01ab00b37439d54c201833b9e [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"
Ben Skeggs2a259a32012-05-08 10:24:27 +100032#include "nouveau_abi16.h"
Ben Skeggs6ee73862009-12-11 19:24:15 +100033#include "nouveau_hw.h"
34#include "nouveau_fb.h"
35#include "nouveau_fbcon.h"
Ben Skeggse193b1d2012-07-19 10:51:42 +100036#include "nouveau_fence.h"
Ben Skeggs64f1c112010-09-17 13:35:25 +100037#include "nouveau_pm.h"
Ben Skeggs6ee73862009-12-11 19:24:15 +100038#include "nv50_display.h"
Ben Skeggsc0077062012-07-26 08:51:21 +100039#include "nouveau_acpi.h"
Ben Skeggsfce875d2012-07-26 08:54:33 +100040#include "nouveau_ioctl.h"
Ben Skeggs6ee73862009-12-11 19:24:15 +100041
42#include "drm_pciids.h"
43
Ben Skeggs6ee73862009-12-11 19:24:15 +100044MODULE_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
Ben Skeggs6ee73862009-12-11 19:24:15 +100048MODULE_PARM_DESC(vram_notify, "Force DMA notifiers to be in VRAM");
Ben Skeggs2dfe36b2010-06-01 09:47:43 +100049int nouveau_vram_notify = 0;
Ben Skeggs6ee73862009-12-11 19:24:15 +100050module_param_named(vram_notify, nouveau_vram_notify, int, 0400);
51
Ben Skeggs7ad2d312011-12-11 00:30:05 +100052MODULE_PARM_DESC(vram_type, "Override detected VRAM type");
53char *nouveau_vram_type;
54module_param_named(vram_type, nouveau_vram_type, charp, 0400);
55
Ben Skeggs6ee73862009-12-11 19:24:15 +100056MODULE_PARM_DESC(duallink, "Allow dual-link TMDS (>=GeForce 8)");
57int nouveau_duallink = 1;
58module_param_named(duallink, nouveau_duallink, int, 0400);
59
60MODULE_PARM_DESC(uscript_lvds, "LVDS output script table ID (>=GeForce 8)");
61int nouveau_uscript_lvds = -1;
62module_param_named(uscript_lvds, nouveau_uscript_lvds, int, 0400);
63
64MODULE_PARM_DESC(uscript_tmds, "TMDS output script table ID (>=GeForce 8)");
65int nouveau_uscript_tmds = -1;
66module_param_named(uscript_tmds, nouveau_uscript_tmds, int, 0400);
67
Ben Skeggsa1470892010-01-18 11:42:37 +100068MODULE_PARM_DESC(ignorelid, "Ignore ACPI lid status");
69int nouveau_ignorelid = 0;
70module_param_named(ignorelid, nouveau_ignorelid, int, 0400);
71
Marcin Koƛcielnicki0cba1b72010-09-29 11:15:01 +000072MODULE_PARM_DESC(force_post, "Force POST");
73int nouveau_force_post = 0;
74module_param_named(force_post, nouveau_force_post, int, 0400);
75
Ben Skeggsda647d52010-03-04 12:00:39 +100076MODULE_PARM_DESC(override_conntype, "Ignore DCB connector type");
77int nouveau_override_conntype = 0;
78module_param_named(override_conntype, nouveau_override_conntype, int, 0400);
79
Jean Delvare1a5f9852011-11-30 17:23:55 +010080MODULE_PARM_DESC(tv_disable, "Disable TV-out detection");
Ben Skeggsf4053502010-03-15 09:43:51 +100081int nouveau_tv_disable = 0;
82module_param_named(tv_disable, nouveau_tv_disable, int, 0400);
83
Ben Skeggs6ee73862009-12-11 19:24:15 +100084MODULE_PARM_DESC(tv_norm, "Default TV norm.\n"
85 "\t\tSupported: PAL, PAL-M, PAL-N, PAL-Nc, NTSC-M, NTSC-J,\n"
86 "\t\t\thd480i, hd480p, hd576i, hd576p, hd720p, hd1080i.\n"
87 "\t\tDefault: PAL\n"
88 "\t\t*NOTE* Ignored for cards with external TV encoders.");
89char *nouveau_tv_norm;
90module_param_named(tv_norm, nouveau_tv_norm, charp, 0400);
91
Jean Delvare1a5f9852011-11-30 17:23:55 +010092MODULE_PARM_DESC(perflvl, "Performance level (default: boot)");
Ben Skeggs6f876982010-09-16 16:47:14 +100093char *nouveau_perflvl;
94module_param_named(perflvl, nouveau_perflvl, charp, 0400);
95
Jean Delvare1a5f9852011-11-30 17:23:55 +010096MODULE_PARM_DESC(perflvl_wr, "Allow perflvl changes (warning: dangerous!)");
Ben Skeggs6f876982010-09-16 16:47:14 +100097int nouveau_perflvl_wr;
98module_param_named(perflvl_wr, nouveau_perflvl_wr, int, 0400);
99
Jean Delvare1a5f9852011-11-30 17:23:55 +0100100MODULE_PARM_DESC(msi, "Enable MSI (default: off)");
Ben Skeggs35fa2f22010-10-21 14:07:03 +1000101int nouveau_msi;
102module_param_named(msi, nouveau_msi, int, 0400);
103
Jean Delvare1a5f9852011-11-30 17:23:55 +0100104MODULE_PARM_DESC(ctxfw, "Use external HUB/GPC ucode (fermi)");
Ben Skeggs0411de82011-05-25 18:32:44 +1000105int nouveau_ctxfw;
106module_param_named(ctxfw, nouveau_ctxfw, int, 0400);
107
Jean Delvare1a5f9852011-11-30 17:23:55 +0100108MODULE_PARM_DESC(mxmdcb, "Santise DCB table according to MXM-SIS");
Ben Skeggsb4c26812011-10-12 16:36:42 +1000109int nouveau_mxmdcb = 1;
110module_param_named(mxmdcb, nouveau_mxmdcb, int, 0400);
111
Ben Skeggs6ee73862009-12-11 19:24:15 +1000112int nouveau_fbpercrtc;
113#if 0
114module_param_named(fbpercrtc, nouveau_fbpercrtc, int, 0400);
115#endif
116
Ben Skeggs6ee73862009-12-11 19:24:15 +1000117static struct drm_driver driver;
118
Ben Skeggs94580292012-07-06 12:14:00 +1000119int __devinit
Ben Skeggs6ee73862009-12-11 19:24:15 +1000120nouveau_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
121{
Jordan Crousedcdb1672010-05-27 13:40:25 -0600122 return drm_get_pci_dev(pdev, ent, &driver);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000123}
124
Ben Skeggs94580292012-07-06 12:14:00 +1000125void
Ben Skeggs6ee73862009-12-11 19:24:15 +1000126nouveau_pci_remove(struct pci_dev *pdev)
127{
128 struct drm_device *dev = pci_get_drvdata(pdev);
129
130 drm_put_dev(dev);
131}
132
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000133int
Ben Skeggs6ee73862009-12-11 19:24:15 +1000134nouveau_pci_suspend(struct pci_dev *pdev, pm_message_t pm_state)
135{
136 struct drm_device *dev = pci_get_drvdata(pdev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000137 struct drm_crtc *crtc;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000138
Ben Skeggsf62b27d2011-11-09 15:18:47 +1000139 NV_INFO(dev, "Disabling display...\n");
140 nouveau_display_fini(dev);
Maxim Levitsky4bfb94a2011-10-09 22:58:33 +0200141
Maarten Maathuis814415702010-02-21 13:28:35 +0100142 NV_INFO(dev, "Unpinning framebuffer(s)...\n");
Ben Skeggs6ee73862009-12-11 19:24:15 +1000143 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
144 struct nouveau_framebuffer *nouveau_fb;
145
146 nouveau_fb = nouveau_framebuffer(crtc->fb);
147 if (!nouveau_fb || !nouveau_fb->nvbo)
148 continue;
149
150 nouveau_bo_unpin(nouveau_fb->nvbo);
151 }
152
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200153 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
154 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
155
156 nouveau_bo_unmap(nv_crtc->cursor.nvbo);
157 nouveau_bo_unpin(nv_crtc->cursor.nvbo);
158 }
159
Ben Skeggs6ee73862009-12-11 19:24:15 +1000160 return 0;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000161}
162
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000163int
Ben Skeggs6ee73862009-12-11 19:24:15 +1000164nouveau_pci_resume(struct pci_dev *pdev)
165{
166 struct drm_device *dev = pci_get_drvdata(pdev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000167 struct drm_crtc *crtc;
Ben Skeggsebb945a2012-07-20 08:17:34 +1000168 int ret;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000169
Ben Skeggs6ee73862009-12-11 19:24:15 +1000170 ret = nouveau_run_vbios_init(dev);
171 if (ret)
172 return ret;
173
Ben Skeggs6ee73862009-12-11 19:24:15 +1000174 nouveau_irq_postinstall(dev);
175
Ben Skeggsebb945a2012-07-20 08:17:34 +1000176#if 0
Ben Skeggs6ee73862009-12-11 19:24:15 +1000177 /* Re-write SKIPS, they'll have been lost over the suspend */
178 if (nouveau_vram_pushbuf) {
179 struct nouveau_channel *chan;
180 int j;
181
Ben Skeggsc420b2d2012-05-01 20:48:08 +1000182 for (i = 0; i < (pfifo ? pfifo->channels : 0); i++) {
Ben Skeggscff5c132010-10-06 16:16:59 +1000183 chan = dev_priv->channels.ptr[i];
Ben Skeggs3c8868d2009-12-16 14:51:13 +1000184 if (!chan || !chan->pushbuf_bo)
Ben Skeggs6ee73862009-12-11 19:24:15 +1000185 continue;
186
187 for (j = 0; j < NOUVEAU_DMA_SKIPS; j++)
188 nouveau_bo_wr32(chan->pushbuf_bo, i, 0);
189 }
190 }
Ben Skeggsebb945a2012-07-20 08:17:34 +1000191#endif
Ben Skeggs6ee73862009-12-11 19:24:15 +1000192
Maxim Levitsky71d91f62011-10-09 22:58:35 +0200193 nouveau_pm_resume(dev);
194
Ben Skeggs6ee73862009-12-11 19:24:15 +1000195 NV_INFO(dev, "Restoring mode...\n");
196 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
197 struct nouveau_framebuffer *nouveau_fb;
198
199 nouveau_fb = nouveau_framebuffer(crtc->fb);
200 if (!nouveau_fb || !nouveau_fb->nvbo)
201 continue;
202
203 nouveau_bo_pin(nouveau_fb->nvbo, TTM_PL_FLAG_VRAM);
204 }
205
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200206 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
207 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
Maarten Maathuisb334f2b2010-05-09 14:49:52 +0200208
209 ret = nouveau_bo_pin(nv_crtc->cursor.nvbo, TTM_PL_FLAG_VRAM);
210 if (!ret)
211 ret = nouveau_bo_map(nv_crtc->cursor.nvbo);
212 if (ret)
213 NV_ERROR(dev, "Could not pin/map cursor.\n");
214 }
215
Ben Skeggscf41d532011-11-09 14:31:16 +1000216 nouveau_fbcon_set_suspend(dev, 0);
217 nouveau_fbcon_zfill_all(dev);
218
Ben Skeggsf62b27d2011-11-09 15:18:47 +1000219 nouveau_display_init(dev);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000220
221 /* Force CLUT to get re-loaded during modeset */
222 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
223 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
224
225 nv_crtc->lut.depth = 0;
226 }
227
Ben Skeggs6ee73862009-12-11 19:24:15 +1000228 drm_helper_resume_force_mode(dev);
Dave Airlie38651672010-03-30 05:34:13 +0000229
Maxim Levitskya4eaa0a2011-10-09 22:58:34 +0200230 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
231 struct nouveau_crtc *nv_crtc = nouveau_crtc(crtc);
232 u32 offset = nv_crtc->cursor.nvbo->bo.offset;
233
234 nv_crtc->cursor.set_offset(nv_crtc, offset);
235 nv_crtc->cursor.set_pos(nv_crtc, nv_crtc->cursor_saved_x,
236 nv_crtc->cursor_saved_y);
237 }
238
Ben Skeggs6ee73862009-12-11 19:24:15 +1000239 return 0;
240}
241
Ben Skeggs2a259a32012-05-08 10:24:27 +1000242static struct drm_ioctl_desc nouveau_ioctls[] = {
243 DRM_IOCTL_DEF_DRV(NOUVEAU_GETPARAM, nouveau_abi16_ioctl_getparam, DRM_UNLOCKED|DRM_AUTH),
244 DRM_IOCTL_DEF_DRV(NOUVEAU_SETPARAM, nouveau_abi16_ioctl_setparam, DRM_UNLOCKED|DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY),
245 DRM_IOCTL_DEF_DRV(NOUVEAU_CHANNEL_ALLOC, nouveau_abi16_ioctl_channel_alloc, DRM_UNLOCKED|DRM_AUTH),
246 DRM_IOCTL_DEF_DRV(NOUVEAU_CHANNEL_FREE, nouveau_abi16_ioctl_channel_free, DRM_UNLOCKED|DRM_AUTH),
247 DRM_IOCTL_DEF_DRV(NOUVEAU_GROBJ_ALLOC, nouveau_abi16_ioctl_grobj_alloc, DRM_UNLOCKED|DRM_AUTH),
248 DRM_IOCTL_DEF_DRV(NOUVEAU_NOTIFIEROBJ_ALLOC, nouveau_abi16_ioctl_notifierobj_alloc, DRM_UNLOCKED|DRM_AUTH),
249 DRM_IOCTL_DEF_DRV(NOUVEAU_GPUOBJ_FREE, nouveau_abi16_ioctl_gpuobj_free, DRM_UNLOCKED|DRM_AUTH),
250 DRM_IOCTL_DEF_DRV(NOUVEAU_GEM_NEW, nouveau_gem_ioctl_new, DRM_UNLOCKED|DRM_AUTH),
251 DRM_IOCTL_DEF_DRV(NOUVEAU_GEM_PUSHBUF, nouveau_gem_ioctl_pushbuf, DRM_UNLOCKED|DRM_AUTH),
252 DRM_IOCTL_DEF_DRV(NOUVEAU_GEM_CPU_PREP, nouveau_gem_ioctl_cpu_prep, DRM_UNLOCKED|DRM_AUTH),
253 DRM_IOCTL_DEF_DRV(NOUVEAU_GEM_CPU_FINI, nouveau_gem_ioctl_cpu_fini, DRM_UNLOCKED|DRM_AUTH),
254 DRM_IOCTL_DEF_DRV(NOUVEAU_GEM_INFO, nouveau_gem_ioctl_info, DRM_UNLOCKED|DRM_AUTH),
255};
256
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700257static const struct file_operations nouveau_driver_fops = {
258 .owner = THIS_MODULE,
259 .open = drm_open,
260 .release = drm_release,
261 .unlocked_ioctl = drm_ioctl,
262 .mmap = nouveau_ttm_mmap,
263 .poll = drm_poll,
264 .fasync = drm_fasync,
265 .read = drm_read,
266#if defined(CONFIG_COMPAT)
267 .compat_ioctl = nouveau_compat_ioctl,
268#endif
269 .llseek = noop_llseek,
270};
271
Ben Skeggs94580292012-07-06 12:14:00 +1000272int nouveau_drm_load(struct drm_device *, unsigned long);
273int nouveau_drm_unload(struct drm_device *);
Ben Skeggsebb945a2012-07-20 08:17:34 +1000274int nouveau_drm_open(struct drm_device *, struct drm_file *);
275void nouveau_drm_preclose(struct drm_device *dev, struct drm_file *);
276void nouveau_drm_postclose(struct drm_device *, struct drm_file *);
Ben Skeggs94580292012-07-06 12:14:00 +1000277
Ben Skeggs6ee73862009-12-11 19:24:15 +1000278static struct drm_driver driver = {
279 .driver_features =
280 DRIVER_USE_AGP | DRIVER_PCI_DMA | DRIVER_SG |
Ben Skeggscd0b0722010-06-01 15:56:22 +1000281 DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | DRIVER_GEM |
Dave Airlie22b33e82012-04-02 11:53:06 +0100282 DRIVER_MODESET | DRIVER_PRIME,
Ben Skeggs94580292012-07-06 12:14:00 +1000283 .load = nouveau_drm_load,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000284 .firstopen = nouveau_firstopen,
285 .lastclose = nouveau_lastclose,
Ben Skeggs94580292012-07-06 12:14:00 +1000286 .unload = nouveau_drm_unload,
Ben Skeggsebb945a2012-07-20 08:17:34 +1000287 .open = nouveau_drm_open,
288 .preclose = nouveau_drm_preclose,
289 .postclose = nouveau_drm_postclose,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000290 .irq_preinstall = nouveau_irq_preinstall,
291 .irq_postinstall = nouveau_irq_postinstall,
292 .irq_uninstall = nouveau_irq_uninstall,
293 .irq_handler = nouveau_irq_handler,
Francisco Jerez042206c2010-10-21 18:19:29 +0200294 .get_vblank_counter = drm_vblank_count,
295 .enable_vblank = nouveau_vblank_enable,
296 .disable_vblank = nouveau_vblank_disable,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000297 .ioctls = nouveau_ioctls,
Arjan van de Vene08e96d2011-10-31 07:28:57 -0700298 .fops = &nouveau_driver_fops,
Dave Airlie22b33e82012-04-02 11:53:06 +0100299
300 .prime_handle_to_fd = drm_gem_prime_handle_to_fd,
301 .prime_fd_to_handle = drm_gem_prime_fd_to_handle,
302 .gem_prime_export = nouveau_gem_prime_export,
303 .gem_prime_import = nouveau_gem_prime_import,
304
Ben Skeggs6ee73862009-12-11 19:24:15 +1000305 .gem_init_object = nouveau_gem_object_new,
306 .gem_free_object = nouveau_gem_object_del,
Ben Skeggs639212d2011-06-03 16:18:26 +1000307 .gem_open_object = nouveau_gem_object_open,
308 .gem_close_object = nouveau_gem_object_close,
Ben Skeggs6ee73862009-12-11 19:24:15 +1000309
Ben Skeggs33dbc272011-09-30 08:55:50 +1000310 .dumb_create = nouveau_display_dumb_create,
311 .dumb_map_offset = nouveau_display_dumb_map_offset,
312 .dumb_destroy = nouveau_display_dumb_destroy,
313
Ben Skeggs6ee73862009-12-11 19:24:15 +1000314 .name = DRIVER_NAME,
315 .desc = DRIVER_DESC,
316#ifdef GIT_REVISION
317 .date = GIT_REVISION,
318#else
319 .date = DRIVER_DATE,
320#endif
321 .major = DRIVER_MAJOR,
322 .minor = DRIVER_MINOR,
323 .patchlevel = DRIVER_PATCHLEVEL,
324};
325
Ben Skeggs94580292012-07-06 12:14:00 +1000326int __init nouveau_init(struct pci_driver *pdrv)
Ben Skeggs6ee73862009-12-11 19:24:15 +1000327{
Ben Skeggs2a259a32012-05-08 10:24:27 +1000328 driver.num_ioctls = ARRAY_SIZE(nouveau_ioctls);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000329
330 if (nouveau_modeset == -1) {
331#ifdef CONFIG_VGA_CONSOLE
332 if (vgacon_text_force())
333 nouveau_modeset = 0;
334 else
335#endif
336 nouveau_modeset = 1;
337 }
338
Ben Skeggscd0b0722010-06-01 15:56:22 +1000339 if (!nouveau_modeset)
340 return 0;
Ben Skeggs6ee73862009-12-11 19:24:15 +1000341
Ben Skeggscd0b0722010-06-01 15:56:22 +1000342 nouveau_register_dsm_handler();
Ben Skeggs94580292012-07-06 12:14:00 +1000343 return drm_pci_init(&driver, pdrv);
Ben Skeggs6ee73862009-12-11 19:24:15 +1000344}
345
Ben Skeggs94580292012-07-06 12:14:00 +1000346void __exit nouveau_exit(struct pci_driver *pdrv)
Ben Skeggs6ee73862009-12-11 19:24:15 +1000347{
Ben Skeggscd0b0722010-06-01 15:56:22 +1000348 if (!nouveau_modeset)
349 return;
350
Ben Skeggs94580292012-07-06 12:14:00 +1000351 drm_pci_exit(&driver, pdrv);
Dave Airlie6a9ee8a2010-02-01 15:38:10 +1000352 nouveau_unregister_dsm_handler();
Ben Skeggs6ee73862009-12-11 19:24:15 +1000353}