summaryrefslogtreecommitdiff
path: root/src/nv_driver.c
AgeCommit message (Collapse)Author
2009-12-15New board namesAaron Plattner
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-11-10More new boardsAaron Plattner
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-11-09New boardsAaron Plattner
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-07-28nv: update for resources/RAC API removalDave Airlie
2009-06-26More new chipsAaron Plattner
2009-06-10New chip support.Aaron Plattner
Part of the G80DispPreInit change suggested by <shenyn321@hotmail.com>.
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-05-15More chip names.Aaron Plattner
Add support for the following previously unsupported chips: * 0x0658 - Quadro FX 380 * 0x0659 - Quadro FX 580 * 0x065C - Quadro FX 770M
2009-05-06Fix a dumb typo in the chip name entry for the GeForce 9800 GTX+Aaron Plattner
2009-03-20Add missing pci id for GeForce 7100 GSBryce Harrington
Signed-off-by: Bryce Harrington <bryce@bryceharrington.org> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2008-10-17Only match PCI display devices in our display driver.Aaron Plattner
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-08-26One more missing GPU name.Aaron Plattner
2008-08-25More chips names.Aaron Plattner
2008-06-30More G8x chips.Aaron Plattner
2008-06-16GeForce GTX 280 and 260 chip names.Aaron Plattner
Note: These GPUs already worked with this driver, this change just adds their names to the table.
2008-06-05GeForce 9 mobile chips.Aaron Plattner
2008-05-09Yet more G80s.Aaron Plattner
Sometimes I wish we made fewer products.
2008-04-29More G80s.Aaron Plattner
2008-04-28Sort the IsSupported table.Aaron Plattner
2008-03-07Bug #14885: Add missing static keywords.Aaron Plattner
2008-03-06More new chip names.Aaron Plattner
2008-02-26GeForce 9600 GT.Aaron Plattner
Note that the 9600 GT should already work in 2.1.7. This change just adds its name to the list.
2008-01-25[PATCH] Enable backlight toggling for Dell Inspiron 8200 GeForce2 GoGiuseppe Bilotta
GeForce2 Go and similar cards are explicitly excluded from the NVBacklightEnable() code (purposedly, as the code used for the other chipsets on x86 has no effect.) This causes the backlight to remain active on laptops equipped with such a card, even when DPMS modes were active. Fix the issue for Dell Inspiron 8200 by introducing the proper registry writes to toggle the backlight. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2008-01-24Update know card list date and add G92 to the manpage.Aaron Plattner
2008-01-24New chips.Aaron Plattner
2007-11-30Bug #7309: Delay after disabling cursor to avoid wedging the cursor hardware ↵Aaron Plattner
on GeForce 6150.
2007-11-02GeForce 8800 GT.Aaron Plattner
2007-09-21Fix stupid, stupid typos reported by Alan Coopersmith.Aaron Plattner
Thanks!
2007-09-17New products.Aaron Plattner
2007-09-17libpciaccess support.Aaron Plattner
2007-07-24Nuke old RCS tags.Aaron Plattner
Fix the ends of files. Update the known cards date.
2007-07-10More GeForce 8 series mobile chips.Aaron Plattner
2007-07-08GeForce 8600M GT.Aaron Plattner
2007-06-30GeForce 8400M G.Aaron Plattner
2007-05-11Add rudimentary VBE-based dual head support for pre-G80.Aaron Plattner
2007-05-02GeForce 8800 UltraAaron Plattner
2007-04-24Merge branch 'randr-1.2'Aaron Plattner
Conflicts: configure.ac man/Makefile.am man/nv.man src/g80_display.h src/g80_output.c src/nv_driver.c
2007-04-20GeForce 8300 GS and GeForce 8400 GS.Aaron Plattner
2007-04-20Always support G80.Aaron Plattner
2007-04-17Add GeForce 8600 and 8500 PCI IDs.Aaron Plattner
2007-04-01Remove extraneous DisplayModeRec allocation.Aaron Plattner
Thanks to Luc Verhaegen for pointing this out.
2007-03-3110360: Need to inject a mode corresponding panel width/height for validationHenry Zhao
2007-03-19NVSync hangs in EnterVT, so don't call it there.Aaron Plattner
2007-03-16Avoid hanging when switching modes on some nv4x cards.Aaron Plattner
SUSE bug #235171.
2007-03-15Hide the cursor in CloseScreen.Aaron Plattner
Otherwise, if we're restoring a graphical framebuffer mode the cursor will still be visible.
2007-03-08Initial G80 support. Bump to 1.99.1.Aaron Plattner
2007-01-17Remove the riva128 submodule. Link Riva support into nv_drv.so directly.Aaron Plattner
2006-11-30Use XORG_RELEASE_VERSION.Aaron Plattner
2006-08-11Replace panel message + MODE_BAD with MODE_PANEL.Adam Jackson
2006-06-29New chip support and new PCI IDs.Mark Vojkovich