All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Vasilyev <pavel@pavlinux.ru>
To: linux-kernel@vger.kernel.org
Subject: Re: GART_IOMMU without AGP
Date: Thu, 23 Jul 2009 03:15:43 +0400	[thread overview]
Message-ID: <200907230315.44654.pavel@pavlinux.ru> (raw)

On Thursday 23 July 2009 02:17:38 you wrote:
> On Wed, 22 Jul 2009 17:37:46 -0400
>
> Dave Jones <davej@redhat.com> wrote:
> > On Wed, Jul 22, 2009 at 07:26:49PM +0400, Pavel Vasilyev wrote:
> >  > In the kernel configuration, if I choose x86_64 and PCI, then choose
> >  > the item "Garth IOMMU support", which, in turn, chooses not to switch
> >  > off, support for AGP. But many IOMMU system does not have AGP bus.
> >
> > The lack of AGP slots doesn't mean a lack of AGP bus.
> > It's part of the K8 on-CPU northbridge.
>
> And the user is selecting CONFIG_AGP to select AGP devices rather than to
> demonstrate their deep guru grade knowledge of K8 northbridges. Not only
> that but CONFIG_AGP controls the display of AGP video card options so it
> is a selection for offered devices not really an internal detail.
>
> So I think Pavel is right here.


May be  next logic 

 IF  ( GART_IOMMU  == TRUE )  
    THEN  
            IF ( AGP == TRUE ) 
               THEN 
                        AGP_AMD64 = TRUE;
           FI
FI 

Now 

 IF  ( GART_IOMMU  == TRUE )  
    THEN  
              AGP = TRUE;'
	AGP_AMD64 = TURE;
FI
 

And in bytes is 

-rw-r--r-- 1 root root 54322 Jul 23 01:21 agpgart.ko
-rw-r--r-- 1 root root 19745 Jil 23 01:21  amd64-agp.ko 

 is  74067 bytes  :)


             reply	other threads:[~2009-07-22 23:15 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-22 23:15 Pavel Vasilyev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-07-22 15:26 GART_IOMMU without AGP Pavel Vasilyev
2009-07-22 21:37 ` Dave Jones
2009-07-22 21:58   ` Pavel Vasilyev
2009-07-22 22:25     ` Dave Jones
2009-07-22 22:44       ` Alan Cox
2009-07-22 22:17   ` Alan Cox
2009-07-22 22:28     ` Dave Jones
2009-07-22 23:05       ` Pavel Vasilyev
2009-07-22 22:34   ` Andi Kleen

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=200907230315.44654.pavel@pavlinux.ru \
    --to=pavel@pavlinux.ru \
    --cc=linux-kernel@vger.kernel.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 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.