From 80b01907d96ee06aefd2aba184e8035fcbe4356f Mon Sep 17 00:00:00 2001
From: Rudolf Cornelissen
Date: Tue, 26 May 2009 18:46:00 +0000
Subject: [PATCH] modified GPU Ptimer programming which according to nouveau
should fix LVDS panel programming in some cases. Bumped version to 0.91. If
this update brings trouble, let me know... Sorry about the empty commit
message before btw.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30868 a95241bf-73f2-0310-859d-f6bbb57e9c96
---
src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
index 9457446488..4f4686e2f5 100644
--- a/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
+++ b/src/add-ons/kernel/drivers/graphics/nvidia/UPDATE.html
@@ -4,7 +4,7 @@
Changes done for each driverversion:
-head (SVN 0.90, Rudolf)
+head (SVN 0.91, Rudolf)
- Fixed driver assuming enabling AGP mode succeeded on some occasions if it did not block it itself. Blocking AGP mode completely via the AGP busmanager (option 'block_agp') resulted in a crashing acceleration engine because it was setup for AGP transfers instead of using PCI transfers. Error was solved with help from user kraton.
- Fixed shared_info struct problem occuring when 3D 'accelerant' is used (tested Alpha 4.1): the TVencoder type definition list apparantly gets some memory assigned these days when done inside the definition of shared_info. Moved encoder list outside the shared_info definition.
@@ -21,6 +21,7 @@
- Added partial DDC/EDID support: dumping monitor specs to logfile only for now.
- Added confirmed support for laptop card with ID 0x01d7: Quadro NVS 110M/GeForce 7300 Go. Also fixed support for laptop card with ID 0x01d8: GeForce 7400 Go: the 'laptop' definition was missing here.
- Fixed acceleration engine crashes on at least G72 cards (Geforce 7300/7400/7500) by powering up new part(s) of the acceleration engines too..
+
- Modified GPU PTimer programming which according to the Nouveau project fixes LVDS panel programming in some cases.
nv_driver 0.80 (Rudolf)