[PATCH] AGP support for powermac G5
Nigel Cunningham
ncunningham at cyclades.com
Fri Mar 11 14:52:47 EST 2005
Hi.
On Fri, 2005-03-11 at 14:02, Paul Mackerras wrote:
> +struct agp_bridge_driver u3_agp_driver = {
> + .owner = THIS_MODULE,
> + .aperture_sizes = (void *)u3_sizes,
> + .size_type = U32_APER_SIZE,
> + .num_aperture_sizes = 8,
> + .configure = uninorth_configure,
> + .fetch_size = uninorth_fetch_size,
> + .cleanup = uninorth_cleanup,
> + .tlb_flush = uninorth_tlbflush,
> + .mask_memory = agp_generic_mask_memory,
> + .masks = NULL,
> + .cache_flush = null_cache_flush,
> + .agp_enable = uninorth_agp_enable,
> + .create_gatt_table = uninorth_create_gatt_table,
> + .free_gatt_table = uninorth_free_gatt_table,
> + .insert_memory = u3_insert_memory,
> + .remove_memory = u3_remove_memory,
> + .alloc_by_type = agp_generic_alloc_by_type,
> + .free_by_type = agp_generic_free_by_type,
> + .agp_alloc_page = agp_generic_alloc_page,
> + .agp_destroy_page = agp_generic_destroy_page,
> + .cant_use_aperture = 1,
> + .needs_scratch_page = 1,
> +};
> +
No power management support? :>
Regards,
Nigel
--
Nigel Cunningham
Software Engineer, Canberra, Australia
http://www.cyclades.com
Bus: +61 (2) 6291 9554; Hme: +61 (2) 6292 8028; Mob: +61 (417) 100 574
Maintainer of Suspend2 Kernel Patches http://suspend2.net
More information about the Linuxppc64-dev
mailing list