New DRM driver model - gets rid of DRM() macros!

Jon Smirl jonsmirl at gmail.com
Tue Sep 28 10:28:46 PDT 2004


On Tue, 28 Sep 2004 09:56:38 -0700, Ian Romanick <idr at us.ibm.com> wrote:
> Anyone have a PCI card so that we can test actually using more than one
> at a time?  In the mean time, I think just having them all load at once
> and one of them work is good enough.

It would be best if everyone tested each card individually right now,
both PCI and AGP versions should work.

I think I know of a couple places where it might break if multiple
cards are used simultaneously. All static variables in the core are
suspect and need to be individually checked. There are less than 20 so
it shouldn't take too long. Of course any help with this is
appreciated.

Another thing that isn't written is splitting the module parameters
between the core and personalities. I'll also switch syntax from 2.4
style to 2.6 style. When finished each module with have a debug=1
parameter and the core will also have a cards_limit which defaults to
16.

This version also includes minor number reuse so hotplugging a card
in/out won't exhaust the DRM minors.

-- 
Jon Smirl
jonsmirl at gmail.com



More information about the xorg mailing list