From: Dave Jones <davej@redhat.com>
To: Pavel Machek <pavel@suse.cz>
Cc: Ingo Molnar <mingo@elte.hu>, kernel list <linux-kernel@vger.kernel.org>
Subject: Re: aperture_64: use symbolic constants
Date: Tue, 20 May 2008 11:42:09 -0400 [thread overview]
Message-ID: <20080520154209.GD542@redhat.com> (raw)
In-Reply-To: <20080520153215.GA5368@elf.ucw.cz>
On Tue, May 20, 2008 at 05:32:15PM +0200, Pavel Machek wrote:
> > Instead of making this an inline, we could add it to the agpgart code
> > and export it, and have the gart-iommu code call it.
> > You can't build the IOMMU code without agpgart anyway, and having this inlined
> > in both places seems a bit wasteful.
> > Additionally, it would mean not having a function in a header file,
> > which always strikes me as a wrong thing to do.
>
> Can you elaborate? Yes, it would be nicer if this went to .c
> somewhere, but aperture_64.c seems unsuitable (we need it on 32-bit,
> too, right?)... plus it was __init in one place, and __devinit in the
> other, so I figured out "inline it so that it works automagically".
>
> Plus, I don't think it should go into drivers/agp, as iommu code in
> arch/x86/kernel seems to be able to work without that...?
If you enable IOMMU, you _have_ to enable AGP. (well, you don't have to,
it does a 'select AGP' for you when you enable it :-)
It does this because the agpgart driver needs to know how much of the
aperture has been stolen for IOMMU use, and I think it already uses some
functions from that driver already.
Dave
--
http://www.codemonkey.org.uk
next prev parent reply other threads:[~2008-05-20 16:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-19 12:39 aperture_64: use symbolic constants Pavel Machek
2008-05-20 11:20 ` Andi Kleen
[not found] ` <20080519125425.GD13546@elte.hu>
2008-05-20 14:27 ` Pavel Machek
2008-05-20 15:06 ` Dave Jones
2008-05-20 15:32 ` Pavel Machek
2008-05-20 15:42 ` Dave Jones [this message]
2008-05-21 1:23 ` Andi Kleen
2008-05-20 15:42 ` Ingo Molnar
2008-05-21 1:59 ` Yinghai Lu
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=20080520154209.GD542@redhat.com \
--to=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=pavel@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.