Commit a1f18a1c authored by Dave Jones's avatar Dave Jones

[AGPGART] Fix ATI GART for IGP9100/R300

From the folks at ATI. Some chips hang with this flush.
parent d0cc2eec
......@@ -226,8 +226,6 @@ static int ati_configure(void)
OUTREG32(ati_generic_private.registers, ATI_GART_BASE,
agp_bridge->gatt_bus_addr);
/* Flush the tlb */
OUTREG32(ati_generic_private.registers, ATI_GART_CACHE_CNTRL, 1);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment