More bugfixes.
[platform/upstream/libdrm.git] / linux-core / drmP.h
2007-02-13 Thomas HellstromMore bugfixes.
2007-02-12 Thomas HellstromCleanup and fix support for pinned buffers.
2007-02-08 Thomas HellstromAdd an accelerated buffer copy cleanup helper.
2007-02-08 Thomas HellstromFix mm_block leak.
2007-02-08 Thomas HellstromA minor function interface change and some memcpy bugfi...
2007-02-08 Thomas HellstromSimplify external ttm page allocation.
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-02-01 Thomas HellstromFix missing ttm_open_vma call from previous commit.
2007-02-01 Thomas HellstromPrepare for removal of the ttm_object type.
2007-01-31 Thomas Hellstrommemory manager: Make device driver aware of different...
2007-01-29 Thomas HellstromSome cleanup. A buffer object should only have one...
2007-01-25 Thomas HellstromRemove a scary error printed when we were leaking memor...
2007-01-08 Stephane MarchesinMerge branch 'master' of git+ssh://marcheu@git.freedesk...
2007-01-08 Christoph Hellwigdrm: remove drm_follow_page, and drm_ioremap and iorema...
2007-01-01 Dave Airliemake build against 2.6.20 hopefully
2006-12-20 Thomas HellstromRemove the stupid root_node field from the core memory...
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-19 Dave Airliefixup inclusion of agp.h
2006-12-19 Dave Airliedrm: remove all 2.4 support for drm development tree.
2006-12-16 Michael Bueschdrm/linux-core: drmP.h compilation fix
2006-12-15 Thomas HellstromRemove the memory caches for fence objects and memory...
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-26 Thomas HellstromNew mm function names. Update header.
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-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-18 Thomas HellstromAvoid driver-specific AGP user-populated types, since...
2006-10-17 Thomas HellstromRemove max number of locked pages check and call, since
2006-10-17 Thomas HellstromAdd vma list memory usage to memory accounting.
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-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-14 Dave Airlieremove config.h from build no longer exists kbuild...
2006-10-12 Thomas HellstromSimplify the AGP backend interface somewhat.
2006-10-11 Thomas HellstromBig update:
2006-10-10 Thomas HellstromUse a nopage-based approach to fault in pfns.
2006-10-03 Thomas HellstromGet rid of all ugly PTE hacks.
2006-10-02 George SapountzisBug 6242: [mach64] Use private DMA buffers, part #3.
2006-10-02 Thomas HellstromAdd a buffer object manager for TTM maps.
2006-09-29 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-29 Michel DänzerAdd support for tracking drawable information to core
2006-09-29 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-29 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-29 Thomas HellstromFix buffer manager takedown error.
2006-09-28 Michel DänzerHook up DRM_IOCTL_UPDATE_DRAW ioctl.
2006-09-28 Michel DänzerAdd support for tracking drawable information to core
2006-09-28 Michel DänzerAdd support for interrupt triggered driver callback...
2006-09-28 Michel DänzerAdd support for secondary vertical blank interrupt...
2006-09-26 Thomas HellstromAllow for a driver to overload the ttm backend object...
2006-09-25 Thomas HellstromAdd /proc filesystem buffer / fence object accounting.
2006-09-21 Felix Kuhlingbug 5942: add stubs for drm_mtrr_add/del for non-MTRR...
2006-09-20 Thomas HellstromAllow for 64-bit map handles of ttms and buffer objects.
2006-09-18 Dave Airliedrm: put domain number back to 0, domain support is...
2006-09-15 Thomas HellstromAllow a "native type" to be associated with a fence...
2006-09-15 Thomas HellstromSome bugfixes.
2006-09-12 Thomas HellstromMore bugfixes.
2006-09-08 Thomas HellstromVarious bugfixes.
2006-09-07 Eric AnholtPut the PCI device/vendor id in the drm_device_t.
2006-09-05 Thomas HellstromFence all unfenced buffers function.
2006-09-04 Thomas HellstromMake memory caches global so that they can be used...
2006-09-01 Thomas HellstromBugfixes,
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 HellstromBuffer object binding.
2006-08-30 Thomas HellstromRemove the buffer object hint field and use it only
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 HellstromProper TTM dereferencing
2006-08-28 Thomas HellstromBuffer object idle and mapping synchronization.
2006-08-28 Thomas HellstromAdd a 64-bit drm unsigned type for 64-bit clean IOCTLS.
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-28 Dave Airlieremove local copies of pci domain/bus/slot/num
2006-08-27 Thomas HellstromHave TTM create and reference ioctl call return the...
2006-08-27 Thomas Hellstromttm create / destroy / ref / unref ioctl.
2006-08-25 Thomas Hellstromttm and buffer objects ioctl stubs.
2006-08-25 Thomas HellstromCheckpoint commit
2006-08-23 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-22 Thomas Hellstromttm code cleanup.
2006-08-22 Thomas HellstromAdd a fence object class field for future use (For...
2006-08-22 Thomas HellstromAGP backends for TTM.
2006-08-22 Thomas HellstromBring in stripped TTM functionality.
2006-08-21 Thomas HellstromRemove some accidently included TTM code.
2006-08-21 Thomas HellstromAdd missing fence type define.
2006-08-21 Thomas HellstromUser / Kernel space fence objects (device-independent...
2006-08-21 Thomas HellstromGeneric DRM support base-class support for user-space...
2006-08-19 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
next