Remove the clean_unfenced function.
[platform/upstream/libdrm.git] / linux-core / drm_bo.c
2007-10-19 Thomas HellstromRemove the clean_unfenced function.
2007-10-17 Thomas HellstromOnly allow creator to change shared buffer mask.
2007-10-17 Thomas HellstromRemove the op ioctl, and replace it with a setuser...
2007-10-17 Thomas HellstromRevert "Replace NO_MOVE/NO_EVICT flags to buffer object...
2007-10-17 Thomas HellstromRevert "Copy the important parts of object_validate...
2007-10-17 Thomas HellstromRevert "Remove the pinned buffer from the LRU when...
2007-10-16 Kristian HøgsbergDrop destroy ioctls for fences and buffer objects.
2007-10-16 Kristian HøgsbergTake bo type argument out of the ioctl interface.
2007-10-16 [utf-8] Kristian... Eliminate support for fake buffers.
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-02 Dave Airliettm: returning into dummy causes a buffer object leak
2007-09-25 Thomas HellstromMerge branch 'master' into pre-superioctl-branch
2007-09-25 Dave Airliedrm/ttm: fixup fence class naming and interfaces
2007-09-22 Thomas HellstromFix pinned buffer fence class.
2007-09-22 Thomas HellstromFix drm_bo.c compiling.
2007-09-22 Thomas HellstromAdd fence error member.
2007-09-22 Eric AnholtMerge branch 'bo-set-pin'
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-08-06 Ben SkeggsExport some useful ttm functions to drivers.
2007-08-02 Eric AnholtRemove the pinned buffer from the LRU when pinning.
2007-08-02 Eric AnholtAdd a couple of doxygen comments from reading the code.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-26 Eric AnholtCopy the important parts of object_validate into object...
2007-07-26 Eric AnholtReplace NO_MOVE/NO_EVICT flags to buffer objects with...
2007-07-26 Dave Airliedrm/bo: set the req pointer for each buffer to validate
2007-07-26 Dave Airliedrm: fix size argument for copy to/from user
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-17 Dave Airliedrm: remove drm_u64_t, replace with uint64_t everwhere
2007-07-16 Dave Airliedrm: remove drm_ref_t
2007-07-16 Dave Airliedrm: detypedef ttm/bo/fence code
2007-07-16 Dave Airliedrm: remove hashtab/sman and object typedefs
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: remove ttm userspace typedefs
2007-07-16 Dave AirlieMerge branch 'drm-ttm-cleanup-branch'
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-06-29 Thomas HellstromFence object reference / dereference cleanup.
2007-06-15 Thomas HellstromIndentation fixes.
2007-06-15 Thomas HellstromFix refcounting / lock race.
2007-06-15 Thomas HellstromLocking fixes and instrumentation.
2007-06-13 Thomas HellstromMake sure we read fence->signaled while spinlocked.
2007-06-13 Thomas HellstromFix fence object deref race.
2007-06-12 Thomas HellstromFix some obvious bugs.
2007-06-12 Thomas HellstromTry to make buffer object / fence object ioctl args...
2007-05-25 Dave AirlieRevert "drm/ttm: cleanup mm_ioctl ioctls to be separate...
2007-05-25 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-05-08 Dave Airliettm: complete drm buffer object ioctl split
2007-05-08 Dave Airliedrm/ttm: ioctl cleanup for buffer object - user side...
2007-05-06 Dave Airliedrm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.
2007-04-26 Jesse Barnesdrm/ttm: allow drm_buffer_object_create to be used...
2007-04-26 Jesse BarnesAdd new buffer object type for kernel allocations that...
2007-04-17 Thomas HellstromDon't always free up memory space when we unpin buffers.
2007-04-17 Thomas HellstromFix buffer object reference problems.
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
next