diff options
author | Francisco Jerez <currojerez@riseup.net> | 2010-09-07 20:28:23 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-09-24 02:25:16 -0400 |
commit | de5899bdaccaabfaab894559a7eec3302ae88b52 (patch) | |
tree | e440f96e5aad614d872899522721048d3a29e296 /drivers/gpu/drm/nouveau/nouveau_drv.h | |
parent | 71d0618661f9dd531caa94ce2ce5dc919321624b (diff) |
drm/nouveau: Add module parameter to override the default AGP rate.
Signed-off-by: Francisco Jerez <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index c8b990b09f5..cc1892cce6c 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -659,7 +659,7 @@ nouveau_bo_ref(struct nouveau_bo *ref, struct nouveau_bo **pnvbo) | |||
659 | } while (0) | 659 | } while (0) |
660 | 660 | ||
661 | /* nouveau_drv.c */ | 661 | /* nouveau_drv.c */ |
662 | extern int nouveau_noagp; | 662 | extern int nouveau_agpmode; |
663 | extern int nouveau_duallink; | 663 | extern int nouveau_duallink; |
664 | extern int nouveau_uscript_lvds; | 664 | extern int nouveau_uscript_lvds; |
665 | extern int nouveau_uscript_tmds; | 665 | extern int nouveau_uscript_tmds; |