lkml.org 
[lkml]   [2003]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] nVidia nForce AGP fix
Date
Hi,

nVidia nForce AGP is broken in 2.4.21-ac2. This patch fixed it for me.
I think 2.5.x needs a similar fix too.

Marcelo Penna Guerra
--- agpgart_be.c 2003-06-24 18:24:31.000000000 -0300
+++ agpgart_be.c.new 2003-06-24 18:30:53.000000000 -0300
@@ -4285,7 +4285,7 @@
mem->is_flushed = TRUE;
}
for (i = 0, j = pg_start; i < mem->page_count; i++, j++) {
- agp_bridge.gatt_table[nvidia_private.pg_offset + j] = mem->memory[i];
+ agp_bridge.gatt_table[nvidia_private.pg_offset + j] = agp_bridge.mask_memory(mem->memory[i], mem->type);
}

agp_bridge.tlb_flush(mem);
\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.047 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site