public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Jones <davej@redhat.com>
To: Yuri Vilmanis <vilmanis@internode.on.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: EXPORT_SYMBOL_GPL for __symbol_get replacing EXPORT_SYMBOL for deprecated inter_module_get
Date: Wed, 13 Apr 2005 10:54:25 -0400	[thread overview]
Message-ID: <20050413145424.GA4797@redhat.com> (raw)
In-Reply-To: <200504131855.00806.vilmanis@internode.on.net>

On Wed, Apr 13, 2005 at 06:55:00PM +0930, Yuri Vilmanis wrote:

 > The case in point for me is ATI's binary openGL accelerated drivers (fglrx) - 
 > these used inter_module_get() to communicate with the agp gart module, for 
 > obvious reasons - this AGP communication is essential to the functionality of 
 > the driver. No, I don't like ATI only having closed-source drivers any more 
 > than you, but given the extremely competetive nature of high end video card 
 > sales, I can see why they want to do it this way.
 > ....
 > Am I take it to mean that no closed-source / binary-only driver may use AGP 
 > acceleration in the future, including ones that have in the past?

They can use the in-kernel GART driver just fine. Of course, they choose
to take a bastardised version from some ancient tree, mangle it to
all hell, strip off the GPL MODULE_VERSION, and weld it to their
own driver, but that's their decision. Which is btw, whats partly
causing your problem.  (They still would've needed to change some
code, but the AGP side of the fence would be taken care of).

		Dave


  parent reply	other threads:[~2005-04-13 14:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-13  9:25 EXPORT_SYMBOL_GPL for __symbol_get replacing EXPORT_SYMBOL for deprecated inter_module_get Yuri Vilmanis
2005-04-13  9:56 ` Arjan van de Ven
2005-04-13 13:34 ` Dave Airlie
2005-04-13 14:54 ` Dave Jones [this message]
2005-04-13 15:57   ` Richard B. Johnson
2005-04-13 16:01     ` Sean

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=20050413145424.GA4797@redhat.com \
    --to=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vilmanis@internode.on.net \
    /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