Commit Graph

228 Commits

Author SHA1 Message Date
Aaron Plattner
36eb96854b New chip support.
Part of the G80DispPreInit change suggested by <shenyn321@hotmail.com>.
2009-06-10 22:32:45 -07:00
Adam Jackson
23ca1b0d43 Remove useless loader symbol lists. 2009-05-28 15:11:20 -04:00
Aaron Plattner
c8d6f7aa7c More chip names.
Add support for the following previously unsupported chips:
  * 0x0658 - Quadro FX 380
  * 0x0659 - Quadro FX 580
  * 0x065C - Quadro FX 770M
2009-05-15 16:24:57 -07:00
Yinan Shen
29acf7c970 G80: Fix incorrect I2C port access for ports above 3. 2009-05-06 19:15:56 -07:00
Aaron Plattner
bf18cd4842 Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+ 2009-05-06 19:15:53 -07:00
Adam Jackson
df87eaf191 nv 2.1.13 xf86-video-nv-2.1.13 2009-04-07 13:40:36 -04:00
Adam Jackson
c0cc7d1247 Remove README.NV1
There's no nv1 support here, so.
2009-04-07 13:34:26 -04:00
Bryce Harrington
b278aca7d7 Add missing pci id for GeForce 7100 GS
Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-03-20 10:28:01 -07:00
Chris Ball
74758ef3b1 Revert "Build fix: set EXA_DRIVER_KNOWN_MAJOR=3"
This reverts commit 492513bf04.
The EXA developers have backed out this ABI bump.

Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-27 10:55:11 -05:00
Chris Ball
492513bf04 Build fix: set EXA_DRIVER_KNOWN_MAJOR=3
EXA in server HEAD requires this now.  Since this driver doesn't
use {Prepare,Finish}Access or UploadToScratch, the change is safe.

Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-24 23:44:47 -05:00
Aaron Plattner
b9140a510e Add NV_/RIVA_ prefixes to fix build warnings.
xserver commit 5e0967f5 pollutes the namespace by adding a "SetBit" macro to
inputstr.h that conflicts with the preexisting ones in nv_type.h and
riva_type.h.
2009-02-03 13:28:07 -08:00
Alan Coopersmith
3890a0aefc Add README with pointers to mailing list, bugzilla & git repos 2009-01-30 20:43:04 -08:00
Alan Coopersmith
302ffbefb8 Remove xorgconfig & xorgcfg from See Also list in man page 2009-01-09 16:31:55 -08:00
Chris Ball
6c6511f4bd Build fix, s/pNv->/pRiva->/.
Fixes 52c034f5a4.
2008-11-03 20:08:32 -05:00
Adam Jackson
52c034f5a4 Do E-EDID if built against a server that supports it. 2008-11-03 15:01:58 -05:00
Adam Jackson
b5f33108fe Adjust the nv34 panel tweak for Toshiba Tecra M2. 2008-10-27 17:54:36 -04:00
Aaron Plattner
e387bf31aa Only match PCI display devices in our display driver.
Apparently the server needs the driver to tell it that no, we really don't want
screen sections on our NIC, USB hubs, bridge devices, etc.

Stop whining about PROBE_DETECT in G80 PreInit and just bail out instead.

Bug #18099: Xorg -configure tries to create a screen for every nvidia device.
2008-10-17 20:47:03 -07:00
Aaron Plattner
27e2a98531 Bump to 2.1.12. nv-2.1.12 2008-08-28 11:19:04 -07:00
Aaron Plattner
75bcdc7ab1 G80: Fix a CPUToScreenColorExpandFill bug introduced by commit 2e0416c. 2008-08-28 11:18:29 -07:00
Aaron Plattner
c3aa93fa47 Bump to 2.1.11. nv-2.1.11 2008-08-26 22:27:46 -07:00
Aaron Plattner
36af14dfdb One more missing GPU name. 2008-08-26 13:47:04 -07:00
Aaron Plattner
02001d2298 More chips names. 2008-08-25 10:31:01 -07:00
Aaron Plattner
7884f59187 Bug #15309: Set the pixel clock even if the hardware doesn't think it needs it.
Fixes a problem where switching from DVI to VGA hangs.
2008-08-24 00:23:54 -07:00
Aaron Plattner
ff32eb25f8 Fix warnings. 2008-08-23 23:39:08 -07:00
Aaron Plattner
c2128e5a86 G80: Log the i2c port number for LVDS, when there is one. 2008-08-23 23:39:08 -07:00
Alan Coopersmith
f485c553c2 Print error message when pci_device_map_range fails 2008-08-19 08:45:10 -07:00
Alan Coopersmith
319ee20c9b Fix pciaccess READ_LONG to work with Sun compilers
Sun compilers don't allow nesting {} inside () apparently
2008-08-19 08:45:10 -07:00
Aaron Plattner
2e0416cf89 G80: Fix some ROP bugs. 2008-08-04 15:09:19 -07:00
Aaron Plattner
9b727b8384 Move hardware cursor initialization to after AcquireDisplay.
The original order works fine when the server starts, but on the second server
generation the server tries to call G80CrtcHideCursor before the display engine
has been initialized, causing a hang.
2008-07-24 18:03:31 -07:00
Aaron Plattner
6cd80057fa Bump to 2.1.10. nv-2.1.10 2008-06-30 16:26:26 -07:00
Aaron Plattner
3f43093cf0 More G8x chips. 2008-06-30 16:25:54 -07:00
Aaron Plattner
69aa963d7a Fix build by using CARD32 instead of uint32_t, like we do everywhere else. 2008-06-30 13:31:42 -07:00
Aaron Plattner
91d8778176 G80: Handle extended I2C ports and LVDS panels with DDC-based EDIDs. 2008-06-30 10:36:16 -07:00
Aaron Plattner
db768cf105 Add a note that MODE_PANEL really means "larger than BIOS-programmed panel size".
Bug #16085.
2008-06-22 13:08:42 -07:00
Aaron Plattner
fb10793d26 Add new chips to the man page and fix capitalization of "Quadro". 2008-06-22 12:55:10 -07:00
Aaron Plattner
2fdcda8ea6 Replace copyright notices with stock MIT X11 boilerplate. 2008-06-22 12:45:31 -07:00
Aaron Plattner
2df11aafe4 GeForce GTX 280 and 260 chip names.
Note: These GPUs already worked with this driver, this change just adds their
names to the table.
2008-06-16 10:07:07 -07:00
Aaron Plattner
745a1d2d31 GeForce 9 mobile chips. 2008-06-05 20:41:43 -07:00
Aaron Plattner
cca0a00c89 Bump to 2.1.9. nv-2.1.9 2008-05-09 18:45:46 -07:00
Aaron Plattner
9c98d2ca94 Yet more G80s.
Sometimes I wish we made fewer products.
2008-05-09 18:44:57 -07:00
Aaron Plattner
cb83fbdfa2 Add an option to allow validation of dual-link DVI modes.
These modes don't work at bootup (i.e. power saving) configuration on all GPUs,
so they're still disabled by default.  This option allows users to enable them
in case they actually work.
2008-05-09 18:31:07 -07:00
Aaron Plattner
8db2d4e635 More G80s. 2008-04-29 12:09:01 -07:00
Aaron Plattner
4aa43a2b66 Fix a few startup bugs. 2008-04-28 14:45:11 -07:00
Aaron Plattner
0ddee23471 Sort the IsSupported table. 2008-04-28 14:44:28 -07:00
Aaron Plattner
c0c7d61080 I win at C. 2008-04-28 14:44:03 -07:00
Matthieu Herrb
b62a7cf70d Makefile.am: nuke RCS Id 2008-03-08 23:43:58 +01:00
Aaron Plattner
f88ef39098 Bug #14885: Add missing static keywords. 2008-03-07 12:38:01 -08:00
Aaron Plattner
4965498f23 Bump to 2.1.8. nv-2.1.8 2008-03-06 14:31:22 -08:00
Aaron Plattner
806331f411 Add xf86gtf.c to the compat file list. 2008-03-06 14:31:16 -08:00
Aaron Plattner
09d154246a More new chip names. 2008-03-06 13:52:53 -08:00