From: Nigel Cunningham <ncunningham@cyclades.com>
To: Paul Mackerras <paulus@samba.org>
Cc: Linus Torvalds <torvalds@osdl.org>, Dave Jones <DaveJ@redhat.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Jerome Glisse <j.glisse@gmail.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
linuxppc64-dev@ozlabs.org
Subject: Re: [PATCH] AGP support for powermac G5
Date: Fri, 11 Mar 2005 14:52:47 +1100 [thread overview]
Message-ID: <1110513167.3049.45.camel@desktop.cunningham.myip.net.au> (raw)
In-Reply-To: <16945.2617.625095.404994@cargo.ozlabs.ibm.com>
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
next prev parent reply other threads:[~2005-03-11 4:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-11 3:02 [PATCH] AGP support for powermac G5 Paul Mackerras
2005-03-11 3:52 ` Nigel Cunningham [this message]
2005-03-11 4:02 ` Paul Mackerras
2005-03-11 4:08 ` Nigel Cunningham
2005-03-11 4:29 ` Benjamin Herrenschmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1110513167.3049.45.camel@desktop.cunningham.myip.net.au \
--to=ncunningham@cyclades.com \
--cc=DaveJ@redhat.com \
--cc=benh@kernel.crashing.org \
--cc=j.glisse@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc64-dev@ozlabs.org \
--cc=paulus@samba.org \
--cc=torvalds@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).