~thong-u/unoptimized/+git/libdrm:driinterface-0-0-3-branch

Last commit made on 2004-03-03
Get this branch:
git clone -b driinterface-0-0-3-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
driinterface-0-0-3-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

6bb28da... by Ian Romanick <email address hidden>

Merge changes from DRI trunk.
Obtained from: DRI trunk

2b9c12e... by Michel Dänzer

Adapt to nopage() prototype change in Linux 2.6.1.
Reviewed by: Arjan van de Ven <email address hidden>, additional feedback from
    William Lee Irwin III and Linus Torvalds.

0dea4de... by Michel Dänzer

Make sure that all state packets are handled in
    radeon_check_and_fixup_packets()
Fix state packet IDs of R200 cubic offsets

7b62ed9... by Michel Dänzer

R200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contain 5 offsets, not 6
    (thanks to Andreas Stenglein for spotting this)

fb7b802... by Eric Anholt <email address hidden>

Fix some misuse of NULL where 0 is intended.
Obtained from: FreeBSD CVS

9fb6986... by Eric Anholt <email address hidden>

Don't ioremap the framebuffer area. The ioremapped area wasn't used by
    anything, and took up valuable KVA. While I'm in the area, clean up BSD
    MTRR stuff some more.
Suggested by: jonsmirl

5285b02... by Eric Anholt <email address hidden>

Add a collection of Radeon and R128 PCI IDs, including the IGP chipsets.
Submitted by: Donnie Berkholz <email address hidden> (mostly)

64006ef... by Keith Whitwell <email address hidden>

Add i865 pci id

6e56c39... by Eric Anholt <email address hidden>

Fix a locking nit, and add asserts in some things that should be called
    with locks held.

1f75982... by Eric Anholt <email address hidden>

Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it if
    dev->lock.hw_lock is already set. This fixes the case of two X Servers
    running on the same head on different VTs with interface 1.1, by making
    the 2nd head fail to inizialize like before.