~thong-u/unoptimized/+git/libdrm:multihead-1-0-0-branch

Last commit made on 2001-07-30
Get this branch:
git clone -b multihead-1-0-0-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
multihead-1-0-0-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

b34f558... by David Dawes <email address hidden>

Some cleanups before merging into the trunk.

6039ed6... by David Dawes <email address hidden>

Merge from trunk.

d5031ec... by David Dawes <email address hidden>

Need <stdarg.h> here too for the client module build.

ac4fb01... by David Dawes <email address hidden>

Make drmOpenByName() open the first matching device that isn't already
    open. This is better than the previous hack.

309a29b... by David Dawes <email address hidden>

Make DRIScreenInit() keep trying if drmOpen() succeeds but the device it
    opened is already used by another screen (the symptom is drmSetBusid()
    failing with EBUSY). The way I'm doing it now is by abusing the busid
    argument for drmOpen() -- interpreting low values as a hint for the
    first dev minor number to try. I'll look for a better way soon, but it
    works for now, allowing multihead DRI with two voodoo3 cards.

0f8fad8... by David Dawes <email address hidden>

Allow multiple instances (minor numbers) to be initialised with a single
    driver. The way the number of instances is determined is up to the
    driver, and can be one of the following:
- driver-provided function
- driver-provided list of PCI vendor/device IDs to match against, with one
    instance allocated for each matching card.
- driver-provided static number If the driver provides none of these, the
    default is 1 as before.

50f8a44... by David Dawes <email address hidden>

Fix tdfx makefile dependencies (add $(DRMTEMPLATES) to $(TDFXHEADERS)).
    Module option is "drm_opts" not "drm", so adjust comment to match.

2ea1222... by David Dawes <email address hidden>

Initial merge for XFree86 4.0.99.3 import

a576d41... by David Dawes <email address hidden>

Import of XFree86 4.0.99.3

b804c09... by Alan Hourihane <email address hidden>

fix build of i810 kernel driver for 2.4.3 or greater kernels