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-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
2007-05-08
ttm: complete drm buffer object ioctl split
Dave Airlie
2007-05-08
drm/ttm: ioctl cleanup for buffer object - user side only
Dave Airlie
2007-05-06
drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
Dave Airlie
2007-04-26
drm/ttm: allow drm_buffer_object_create to be used in-kernel
Jesse Barnes
2007-04-26
Add new buffer object type for kernel allocations that don't initially have a...
Jesse Barnes
2007-04-17
Don't always free up memory space when we unpin buffers.
Thomas Hellstrom
2007-04-17
Fix buffer object reference problems.
Thomas Hellstrom
2007-04-17
Add a code comment.
Thomas Hellstrom
2007-04-16
Require the hardware lock for buffer creation
Thomas Hellstrom
2007-04-03
Evicted no-move buffers can get lost if they end up in another
Thomas Hellstrom
2007-04-03
Fix an oops when trying to clean a not yet initialized memory type.
Thomas Hellstrom
2007-03-29
drm/bo: avoid oops if the memory manager for this type isn't initialised
Dave Airlie
2007-03-19
whitespace cleanup pending a kernel merge
Dave Airlie
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-13
More bugfixes.
Thomas Hellstrom
2007-02-12
Lindent.
Thomas Hellstrom
2007-02-12
More bugfixes.
Thomas Hellstrom
2007-02-12
Cleanup and fix support for pinned buffers.
Thomas Hellstrom
2007-02-10
Various bugfixes.
Thomas Hellstrom
2007-02-09
Reinstate some LRU handling.
Thomas Hellstrom
2007-02-09
Remove some code that should have gone in
Thomas Hellstrom
2007-02-09
Fix copyright statements.
Thomas Hellstrom
2007-02-09
Fix evict_mutex locking range.
Thomas Hellstrom
2007-02-08
Add an accelerated buffer copy cleanup helper.
Thomas Hellstrom
2007-02-08
Don't create a ttm just to copy from.
Thomas Hellstrom
2007-02-08
A minor function interface change and some memcpy bugfixing.
Thomas Hellstrom
2007-02-08
Simplify external ttm page allocation.
Thomas Hellstrom
2007-02-08
Update memory compatibility tests.
Thomas Hellstrom
2007-02-07
Checkpoint commit.
Thomas Hellstrom
2007-02-07
Fix a stray unlock_kernel() in drm_vm.c
Thomas Hellstrom
2007-02-06
Simplify pci map vs no pci map choice.
Thomas Hellstrom
2007-02-06
Implement a drm_mem_reg_t substructure in the buffer object type.
Thomas Hellstrom
[next]