~thong-u/unoptimized/+git/libdrm:pre-superioctl-branch

Last commit made on 2007-10-04
Get this branch:
git clone -b pre-superioctl-branch https://git.launchpad.net/~thong-u/unoptimized/+git/libdrm

Branch merges

Branch information

Name:
pre-superioctl-branch
Repository:
lp:~thong-u/unoptimized/+git/libdrm

Recent commits

0e5792d... by Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>

Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning."

This reverts cf2d569daca6954d11a796f4d110148ae2e0c827 commit.

9384290... by Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>

Revert "Copy the important parts of object_validate into object_create()."

This reverts f9c27aa50b715a7d21858f1ce9e4785120bd0c36 commit.

40b411d... by Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>

Revert "Remove the pinned buffer from the LRU when pinning."

This reverts 3a0bc518e35c62bb9c64c9105f836584d949653f commit.

cfe20cb... by Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>

Revert "Add some more verbosity to drm_bo_set_pin_req comments."

This reverts e7bfeb3031374653f7e55d67cc1b5c823849359f commit.

495bbba... by Dave Airlie <email address hidden>

drm: fix page count calculation

Also no need to do pre-populate work on single page

b047369... by Dave Airlie <email address hidden>

ttm: returning into dummy causes a buffer object leak

as nobody ever derefs dummy, however not returning does the deref
correctly.

c4b3a0f... by Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>

Merge branch 'master' into pre-superioctl-branch

Conflicts:

 linux-core/drm_bo.c
 linux-core/drm_fence.c
 linux-core/drm_objects.h
 shared-core/drm.h

03c47f1... by Dave Airlie <email address hidden>

drm: use fence_class as name instead of class

bb5516f... by Dave Airlie <email address hidden>

drm/ttm: fixup fence class naming and interfaces

This is some code for nouveau that Ben Skeggs worked on, and also
fixes the naming (having class in a system header file == C++ keyword == bad plan)

54df1b9... by Thomas Hellstrom <thomas-at-tungstengraphics-dot-com>

Fix pinned buffer fence class.