summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-29Add support for secondary vertical blank interrupt to DRM core.Michel Dänzer4-28/+60
2006-09-29Add a new buffer flag.Thomas Hellstrom1-8/+15
2006-09-29Fix buffer manager takedown error.Thomas Hellstrom2-69/+128
2006-09-28Libdrm version bump and naming.Thomas Hellstrom1-1/+1
2006-09-28Don't enable fence / buffer objects on non-linux systems.Thomas Hellstrom2-7/+11
2006-09-27Activate error message that was never hit since it was maskedThomas Hellstrom1-2/+7
2006-09-27Fix racy buffer object destruction.Thomas Hellstrom1-10/+54
2006-09-27Fix tt fixed size that slipped through in previous commit.Thomas Hellstrom1-1/+1
2006-09-27Adapt to architecture-specific hooks for gatt pages.Thomas Hellstrom6-23/+59
2006-09-26Silence valgrind.Thomas Hellstrom1-27/+31
2006-09-26Remove the call to drm_lock_transfer, since it is not used anymore.Thomas Hellstrom1-6/+3
2006-09-26Allow for a driver to overload the ttm backend object methods.Thomas Hellstrom5-16/+24
2006-09-25Add /proc filesystem buffer / fence object accounting.Thomas Hellstrom6-19/+122
2006-09-22Fix proc formatting broken by last commit.Thomas Hellstrom2-3/+6
2006-09-20Allow for 64-bit map handles of ttms and buffer objects.Thomas Hellstrom4-7/+8
2006-09-18Fence handler fixThomas Hellstrom1-2/+9
2006-09-18Alternative implementation of page table zeroing using zap page_range.Thomas Hellstrom4-4/+21
2006-09-18More verbose error reporting in some cases.Thomas Hellstrom3-5/+39
2006-09-15Allow a "native type" to be associated with a fence sequence.Thomas Hellstrom7-119/+73
2006-09-15Some bugfixes.Thomas Hellstrom10-121/+151
2006-09-14Simplify ttm alloc and free.Thomas Hellstrom2-20/+15
2006-09-14Remove the use of reserved pages, and use locked pages instead.Thomas Hellstrom3-25/+48
2006-09-12Fix some debug messages.Thomas Hellstrom3-36/+11
2006-09-12Use lazy fence wait when possible even for RW fences. Saves some CPU.Thomas Hellstrom4-53/+97
2006-09-12More bugfixes.Thomas Hellstrom12-42/+115
2006-09-08Various bugfixes.Thomas Hellstrom12-103/+227
2006-09-05Multithreaded application note.Thomas Hellstrom2-23/+16
2006-09-05Fence all unfenced buffers function.Thomas Hellstrom6-57/+105
2006-09-05i915: Only turn on user IRQs when they are needed.Thomas Hellstrom3-8/+40
2006-09-05Fix memory cache initialization.Thomas Hellstrom1-1/+2
2006-09-04Libdrm function headers. Some renaming.Thomas Hellstrom2-5/+56
2006-09-04Buffer object wait IOCTL operation.Thomas Hellstrom3-11/+47
2006-09-04Make memory caches global so that they can be used withThomas Hellstrom6-85/+92
2006-09-01Lindent drm_bo.cThomas Hellstrom1-69/+49
2006-09-01Flag bit pattern bugfixes. Remove some error messages.Thomas Hellstrom4-53/+64
2006-09-01Export buffer info on map and validate ioctls.Thomas Hellstrom4-49/+164
2006-09-01Bugfixes,Thomas Hellstrom6-36/+216
2006-09-01Various bugfixes.Thomas Hellstrom4-19/+37
2006-08-31Validation and fencing.Thomas Hellstrom8-195/+462
2006-08-31Remove the buffer manager mutex. Use dev->struct_mutex instead.Thomas Hellstrom2-39/+83
2006-08-31More mapping synchronization.Thomas Hellstrom5-96/+445
2006-08-30Lindenting drm_bo.c and drm_ttm.cThomas Hellstrom1-50/+35
2006-08-30Buffer object binding.Thomas Hellstrom2-97/+177
2006-08-30Buffer eviction.Thomas Hellstrom1-61/+90
2006-08-30Remove the buffer object hint field and use it onlyThomas Hellstrom6-26/+120
2006-08-30Add missing map flags.Thomas Hellstrom1-2/+3
2006-08-30Buffer object mapping and mapping synchronization for multiple clients.Thomas Hellstrom5-15/+104
2006-08-30Memory manager init and takedown.Thomas Hellstrom8-18/+175
2006-08-30Buffer object reply fill in.Thomas Hellstrom5-163/+188
2006-08-29Part of buffer object libdrm interface.Thomas Hellstrom4-38/+198