Age | Commit message (Expand) | Author |
2008-03-30 | Initialize the fence::error member. | Thomas Hellstrom |
2008-03-12 | Add error message | Alan Hourihane |
2008-03-06 | drm: reorganise minor number handling using code from modesetting branch | Dave Airlie |
2008-01-31 | Add an fence_class_manager::last_queued_sequence member, since a | Thomas Hellstrom |
2008-01-30 | Simplify the fencing code and differentiate between flushes and | Thomas Hellstrom |
2007-11-05 | drm: more kernel coding style cleanups | Dave Airlie |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-10-16 | Revert part of earlier commit that caused an unresolved symbol for i915. | Michel Dänzer |
2007-10-16 | Drop destroy ioctls for fences and buffer objects. | Kristian Høgsberg |
2007-10-10 | Only add native-type on EXE signals. Otherwise flush flags may | Thomas Hellstrom |
2007-09-25 | Merge branch 'master' into pre-superioctl-branch | Thomas Hellstrom |
2007-09-25 | drm/ttm: fixup fence class naming and interfaces | Dave Airlie |
2007-09-22 | Add fence error member. | Thomas Hellstrom |
2007-08-01 | drm/fence: shut up lockdep | Dave Airlie |
2007-07-31 | drm: fix fencing refcount error | Dave Airlie |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-16 | drm: detypedef ttm/bo/fence code | Dave Airlie |
2007-07-16 | drm: remove hashtab/sman and object typedefs | Dave Airlie |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-07-16 | drm: remove ttm userspace typedefs | Dave Airlie |
2007-07-11 | Merge branch 'master' into cleanup | Dave Airlie |
2007-06-29 | Avoid hitting BUG() for kernel-only fence objects. | Thomas Hellstrom |
2007-06-29 | Fence object reference / dereference cleanup. | Thomas Hellstrom |
2007-06-15 | Locking fixes and instrumentation. | Thomas Hellstrom |
2007-06-13 | Make sure we read fence->signaled while spinlocked. | Thomas Hellstrom |
2007-05-26 | Revert "drm/ttm: cleanup most of fence ioctl split out" | Dave Airlie |
2007-05-26 | drm/ttm: cleanup most of fence ioctl split out | Dave Airlie |
2007-05-08 | drm/ttm: remove old fence ioctl | Dave Airlie |
2007-05-06 | drm/ttm: cleanup most of fence ioctl split out | Dave Airlie |
2007-04-26 | whitespace cleanup | Dave Airlie |
2007-04-20 | Initialize rwlock using rwlock_init to appease lockdep validator. | Kristian Høgsberg |
2007-04-20 | Avoid a fence timeout problem when a signal is pending. | Thomas Hellstrom |
2007-04-03 | Add a fence flush event to each fence-signaled check when lazy-waiting | Thomas Hellstrom |
2007-02-22 | Some fencing cleanup. | Thomas Hellstrom |
2007-02-16 | Simple fence object sample driver for via, based on idling the GPU. | Thomas Hellstrom |
2007-02-15 | Initial support for fence object classes. | Thomas Hellstrom |
2007-02-14 | Rename drm_ttm.h to drm_objects.h | Thomas Hellstrom |
2007-02-14 | Remove an intel-specific hack and replace it with a fence driver callback. | Thomas Hellstrom |
2007-02-09 | Fix copyright statements. | Thomas Hellstrom |
2006-12-15 | Remove the memory caches for fence objects and memory manager nodes, | Thomas Hellstrom |
2006-10-19 | Make sure delayed delete list is empty on lastclose. | Thomas Hellstrom |
2006-10-17 | Lindent. | Thomas Hellstrom |
2006-10-17 | Add memory usage accounting to avoid DOS problems. | Thomas Hellstrom |
2006-09-26 | Allow for a driver to overload the ttm backend object methods. | Thomas Hellstrom |
2006-09-25 | Add /proc filesystem buffer / fence object accounting. | Thomas Hellstrom |
2006-09-22 | Fix proc formatting broken by last commit. | Thomas Hellstrom |
2006-09-18 | Fence handler fix | Thomas Hellstrom |
2006-09-18 | More verbose error reporting in some cases. | Thomas Hellstrom |
2006-09-15 | Allow a "native type" to be associated with a fence sequence. | Thomas Hellstrom |