Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | |
This reverts commit 6656db10551bbb8770dd945b6d81d5138521f208. We really just want the libdrm and ioctl bits, not all the driver stuff. | |||
2008-07-31 | TTM: remove API and userspace objects. | Dave Airlie | |
This removes all the TTM userspace API and all userspace objects. It also removes the drm_bo_lock.c code | |||
2008-04-14 | Fix buffer object creation validation. | Thomas Hellstrom | |
BO lock fixes. | |||
2008-04-14 | Fix up buffer manager locking. | Thomas Hellstrom | |
2008-03-06 | drm: reorganise minor number handling using code from modesetting branch | Dave Airlie | |
Rip out the whole head thing and replace it with an idr and drm_minor structure. | |||
2007-11-05 | drm/ttm: apply linux kernel coding style to bo_lock/move/object/ttm.c | Dave Airlie | |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | |
Kernel "cleanfile" script run. | |||
2007-10-21 | Remove the need for the hardware lock in the buffer manager. | Thomas Hellstrom | |
Add interface entry cleaning a memory type without touching NO_EVICT buffers. |