summaryrefslogtreecommitdiff
path: root/src/nv_setup.c
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-17 01:37:18 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-17 01:37:18 +0000
commitb0ea43a51d2a6983559eecdb7dbb73c5e585697c (patch)
treec671982f2aeba3a6c8ae41d031eca28f49a08259 /src/nv_setup.c
parentcdf20033e2cfc9e8634876dd42613f7719340a5a (diff)
Bugzilla #4480 <https://bugs.freedesktop.org/show_bug.cgi?id=4480> Patch
#3305 <https://bugs.freedesktop.org/attachment.cgi?id=3305> 13-Sep-2005 nv driver update from Mark Vojkovich: - Adds PCI ids for GeForce 6800 XT cards - Adds names for existing PCI ids for some GeForce 6xxx & 7xxx cards - Fix a potential problem with pixmap cache corruption on GeForce 6xxx and 7xxx parts. (Mark Vojkovich, NVIDIA)
Diffstat (limited to 'src/nv_setup.c')
-rw-r--r--src/nv_setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nv_setup.c b/src/nv_setup.c
index 60d63dd..1d8b536 100644
--- a/src/nv_setup.c
+++ b/src/nv_setup.c
@@ -37,7 +37,7 @@
|* *|
\***************************************************************************/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v 1.47 2005/08/03 17:39:31 mvojkovi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_setup.c,v 1.48 2005/09/14 02:28:03 mvojkovi Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -317,7 +317,6 @@ static void nv10GetConfig (NVPtr pNv)
pNv->CrystalFreqKHz = 27000;
}
- pNv->CursorStart = (pNv->RamAmountKBytes - 96) * 1024;
pNv->CURSOR = NULL; /* can't set this here */
pNv->MinVClockFreqKHz = 12000;
pNv->MaxVClockFreqKHz = pNv->twoStagePLL ? 400000 : 350000;