index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_bo.c
Age
Commit message (
Expand
)
Author
2007-10-26
Buffer flags and masks are 64-bit.
Thomas Hellstrom
2007-10-25
Buffer manager:
Thomas Hellstrom
2007-10-25
Fix buffer object flag / mask checking.
Thomas Hellstrom
2007-10-22
Don't clobber the unfenced list with DONT_FENCE operations.
Thomas Hellstrom
2007-10-21
Remove the need for the hardware lock in the buffer manager.
Thomas Hellstrom
2007-10-20
Simple replacement for hardware lock in some cases.
Thomas Hellstrom
2007-10-19
Some comment updates pending removal of the init mutex.
Thomas Hellstrom
2007-10-19
No fence_class argument on drmBOSetStatus since it's not
Thomas Hellstrom
2007-10-19
Remove the clean_unfenced function.
Thomas Hellstrom
2007-10-17
Only allow creator to change shared buffer mask.
Thomas Hellstrom
2007-10-17
Remove the op ioctl, and replace it with a setuser ioctl.
Thomas Hellstrom
2007-10-17
Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...
Thomas Hellstrom
2007-10-17
Revert "Copy the important parts of object_validate into object_create()."
Thomas Hellstrom
2007-10-17
Revert "Remove the pinned buffer from the LRU when pinning."
Thomas Hellstrom
2007-10-16
Drop destroy ioctls for fences and buffer objects.
Kristian Høgsberg
2007-10-16
Take bo type argument out of the ioctl interface.
Kristian Høgsberg
2007-10-16
Eliminate support for fake buffers.
[utf-8] Kristian Høgsberg
2007-10-02
ttm: returning into dummy causes a buffer object leak
Dave Airlie
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
Fix pinned buffer fence class.
Thomas Hellstrom
2007-09-22
Fix drm_bo.c compiling.
Thomas Hellstrom
2007-09-22
Add fence error member.
Thomas Hellstrom
2007-08-16
Merge branch 'master' into bo-set-pin
Eric Anholt
2007-08-06
Export some useful ttm functions to drivers.
Ben Skeggs
2007-08-02
Remove the pinned buffer from the LRU when pinning.
Eric Anholt
2007-08-02
Add a couple of doxygen comments from reading the code.
Eric Anholt
2007-07-26
Copy the important parts of object_validate into object_create().
Eric Anholt
2007-07-26
Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set pinning.
Eric Anholt
2007-07-26
drm/bo: set the req pointer for each buffer to validate
Dave Airlie
2007-07-26
drm: fix size argument for copy to/from user
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-18
drm: remove drm_u64_t, replace with uint64_t everwhere
Dave Airlie
2007-07-16
drm: remove drm_ref_t
Dave Airlie
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
Fence object reference / dereference cleanup.
Thomas Hellstrom
2007-06-15
Indentation fixes.
Thomas Hellstrom
2007-06-15
Fix refcounting / lock race.
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-06-13
Fix fence object deref race.
Thomas Hellstrom
2007-06-12
Fix some obvious bugs.
Thomas Hellstrom
2007-06-12
Try to make buffer object / fence object ioctl args 64-bit safe.
Thomas Hellstrom
2007-05-26
Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."
Dave Airlie
2007-05-26
drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
Dave Airlie
[next]