mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: jordan.breeding@attbi.com
To: linux-kernel@vger.kernel.org
Subject: [RFC] use of drm on pci radeons in 2.5.x
Date: Sat, 16 Nov 2002 18:42:51 +0000	[thread overview]
Message-ID: <20021116183603Z267331-32597+23304@vger.kernel.org> (raw)

I noticed that ATI now has quite a few PCI based Radeons.  I also notcied 
that 
the current drm code in the kernel as well as the dri code in the CVS 
Xfree86 
tree has code like:

#if defined(__alpha__) || defined(__powerpc__)
# define PCIGART_ENABLED
#else
# undef PCIGART_ENABLED
#endif

which could also be easily modified to allow for its use on x86, however in 
drivers/char/drm/Kconfig we have this currently:

config DRM_RADEON
    tristate "ATI Radeon"
    depends on DRM && AGP
    help
  Choose this option if you have an ATI Radeon graphics card.  There
  are both PCI and AGP versions.  You don't need to choose this to
  run the Radeon in plain VGA mode.  There is a product page at
  <http://www.ati.com/na/pages/products/pc/radeon32/index.html>.
  If M is selected, the module will be called radeon.o.

My question is that if someone was running on PPC or Alpha or an x86 
chipset 
(and modifies the test mentioned above) with no AGP like the Intel E7500 
and 
was using a Radeon with PCI (like the PCI 7500) why should they have to 
enable 
AGP in Kconfig just to get the Radeon DRM driver, other drm drivers like 
the Rage128 and the 3dfx don't require AGP to be configured first?  
Thanks.

Jordan

                 reply	other threads:[~2002-11-16 18:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20021116183603Z267331-32597+23304@vger.kernel.org \
    --to=jordan.breeding@attbi.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®