Commit 40588f73 authored by Dave Jones's avatar Dave Jones

[AGPGART] Some Intel chipsets were using the wrong masks.

Spotted by Christian Zander.
parent d6266c68
...@@ -951,7 +951,7 @@ struct agp_bridge_driver intel_generic_driver = { ...@@ -951,7 +951,7 @@ struct agp_bridge_driver intel_generic_driver = {
.cleanup = intel_cleanup, .cleanup = intel_cleanup,
.tlb_flush = intel_tlbflush, .tlb_flush = intel_tlbflush,
.mask_memory = agp_generic_mask_memory, .mask_memory = agp_generic_mask_memory,
.masks = NULL, .masks = intel_generic_masks,
.agp_enable = agp_generic_enable, .agp_enable = agp_generic_enable,
.cache_flush = global_cache_flush, .cache_flush = global_cache_flush,
.create_gatt_table = agp_generic_create_gatt_table, .create_gatt_table = agp_generic_create_gatt_table,
......
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