OSDN Git Service

Add a code comment.
[android-x86/external-libdrm.git] / linux-core / drm_bo.c
2007-04-17 Thomas HellstromAdd a code comment.
2007-04-16 Thomas HellstromRequire the hardware lock for buffer creation
2007-04-03 Thomas HellstromEvicted no-move buffers can get lost if they end up...
2007-04-03 Thomas HellstromFix an oops when trying to clean a not yet initialized...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-28 Dave Airliedrm/bo: avoid oops if the memory manager for this type...
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-18 Dave Airliewhitespace cleanup pending a kernel merge
2007-02-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-02-16 Thomas HellstromSimple fence object sample driver for via, based on...
2007-02-15 Thomas HellstromInitial support for fence object classes.
2007-02-14 Thomas HellstromMerge branch 'ttm-vram-0-1-branch'
2007-02-13 Thomas HellstromMore bugfixes.
2007-02-13 Wang ZhenyuMerge branch 'master' into crestline
2007-02-12 Thomas HellstromLindent.
2007-02-12 Thomas HellstromMore bugfixes.
2007-02-12 Thomas HellstromCleanup and fix support for pinned buffers.
2007-02-10 Thomas HellstromVarious bugfixes.
2007-02-09 Thomas HellstromReinstate some LRU handling.
2007-02-08 Thomas HellstromRemove some code that should have gone in
2007-02-08 Thomas HellstromFix copyright statements.
2007-02-08 Thomas HellstromFix evict_mutex locking range.
2007-02-08 Thomas HellstromAdd an accelerated buffer copy cleanup helper.
2007-02-08 Thomas HellstromDon't create a ttm just to copy from.
2007-02-08 Thomas HellstromA minor function interface change and some memcpy bugfi...
2007-02-08 Thomas HellstromSimplify external ttm page allocation.
2007-02-08 Thomas HellstromUpdate memory compatibility tests.
2007-02-07 Thomas HellstromCheckpoint commit.
2007-02-07 Thomas HellstromFix a stray unlock_kernel() in drm_vm.c
2007-02-06 Thomas HellstromSimplify pci map vs no pci map choice.
2007-02-06 Thomas HellstromImplement a drm_mem_reg_t substructure in the buffer...
2007-02-06 Thomas HellstromImplement a policy for selecting memory types.
2007-02-02 Thomas HellstromMake also later kernels work with buffer object vm
2007-02-02 Thomas HellstromMake vm handle buffer objects instead of ttm objects.
2007-01-31 Thomas Hellstrommemory manager: Make device driver aware of different...
2007-01-31 Thomas HellstromFix an error-path oops.
2007-01-30 Thomas HellstromAdd a buffer object transfer function.
2007-01-30 Thomas HellstromClean up buffer object destruction somewhat.
2007-01-29 Thomas HellstromUse pre-defined list_splice function.
2007-01-29 Thomas Hellstroms/buf/bo/ for consistency.
2007-01-29 Thomas HellstromSome cleanup. A buffer object should only have one...
2007-01-08 Keith PackardMerge branch 'master' into crestline
2007-01-01 Dave Airliemake build against 2.6.20 hopefully
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-27 Thomas HellstromLast minute changes to support multi-page size buffer...
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-19 Thomas HellstromMake sure delayed delete list is empty on lastclose.
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-17 Thomas HellstromRemove max number of locked pages check and call, since
2006-10-17 Thomas HellstromLindent.
2006-10-17 Thomas HellstromAdd memory usage accounting to avoid DOS problems.
2006-10-17 Thomas HellstromImplement mm_lock and mm_unlock functions.
2006-10-17 Thomas HellstromRemove the memory manager parameter from the put_block...
2006-10-17 Thomas HellstromExtend generality for more memory types.
2006-10-12 Thomas HellstromBugfixes.
2006-10-12 Thomas HellstromSimplify the AGP backend interface somewhat.
2006-10-11 Thomas HellstromCompatibility code for 2.6.15-2.6.18. It is ugly but...
2006-10-11 Thomas HellstromBig update:
2006-09-29 Thomas HellstromFix buffer manager takedown error.
2006-09-27 Thomas HellstromFix racy buffer object destruction.
2006-09-27 Thomas HellstromFix tt fixed size that slipped through in previous...
2006-09-27 Thomas HellstromAdapt to architecture-specific hooks for gatt pages.
2006-09-25 Thomas HellstromAdd /proc filesystem buffer / fence object accounting.
2006-09-18 Thomas HellstromAlternative implementation of page table zeroing using...
2006-09-15 Thomas HellstromAllow a "native type" to be associated with a fence...
2006-09-15 Thomas HellstromSome bugfixes.
2006-09-12 Thomas HellstromFix some debug messages.
2006-09-12 Thomas HellstromUse lazy fence wait when possible even for RW fences...
2006-09-12 Thomas HellstromMore bugfixes.
2006-09-08 Thomas HellstromVarious bugfixes.
2006-09-05 Thomas HellstromFence all unfenced buffers function.
2006-09-04 Thomas HellstromBuffer object wait IOCTL operation.
2006-09-04 Thomas HellstromMake memory caches global so that they can be used...
2006-09-01 Thomas HellstromLindent drm_bo.c
2006-09-01 Thomas HellstromFlag bit pattern bugfixes. Remove some error messages.
2006-09-01 Thomas HellstromExport buffer info on map and validate ioctls.
2006-09-01 Thomas HellstromBugfixes,
2006-09-01 Thomas HellstromVarious bugfixes.
2006-08-31 Thomas HellstromValidation and fencing.
2006-08-31 Thomas HellstromRemove the buffer manager mutex. Use dev->struct_mutex...
2006-08-31 Thomas HellstromMore mapping synchronization.
2006-08-30 Thomas HellstromLindenting drm_bo.c and drm_ttm.c
2006-08-30 Thomas HellstromBuffer object binding.
2006-08-30 Thomas HellstromBuffer eviction.
2006-08-30 Thomas HellstromRemove the buffer object hint field and use it only
2006-08-30 Thomas HellstromBuffer object mapping and mapping synchronization for...
2006-08-30 Thomas HellstromMemory manager init and takedown.
2006-08-30 Thomas HellstromBuffer object reply fill in.
2006-08-29 Thomas HellstromCheckpoint commit. Buffer object flags and IOCTL argume...
2006-08-29 Thomas HellstromCheckpoint ttm addition to buffer objects.
2006-08-29 Thomas Hellstrom64-bit IOCTL integer (Michel Dänzer & Brian Paul)
2006-08-28 Thomas HellstromBuffer object creation.
2006-08-28 Thomas HellstromProper TTM dereferencing
2006-08-28 Thomas HellstromBuffer object idle and mapping synchronization.
2006-08-28 Thomas HellstromCheckpoint buffer object IOCTL stub.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-27 Thomas HellstromRemove the ioctl multiplexing, and instead allow for...
next