summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)AuthorFilesLines
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom13-44/+223
2006-10-17Implement mm_lock and mm_unlock functions.Thomas Hellstrom2-50/+143
2006-10-17Remove the memory manager parameter from the put_block function, as thisThomas Hellstrom5-26/+32
2006-10-17Extend generality for more memory types.Thomas Hellstrom5-235/+381
2006-10-16Change Intel AGP memory type numbers.Thomas Hellstrom2-3/+2
2006-10-12Bugfixes.Thomas Hellstrom2-2/+2
2006-10-12Simplify the AGP backend interface somewhat.Thomas Hellstrom6-98/+95
2006-10-11Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is thatThomas Hellstrom6-44/+428
2006-10-11Big update:Thomas Hellstrom9-796/+327
2006-10-10Use a nopage-based approach to fault in pfns.Thomas Hellstrom8-189/+155
2006-10-03Get rid of all ugly PTE hacks.Thomas Hellstrom6-191/+29
2006-10-02Fix type of second argument to spin_lock_irqsave().Michel Dänzer2-3/+3
2006-10-02Make the user_token 44-bit for TTMs, and have them occupy a unique file spaceThomas Hellstrom1-5/+19
2006-10-02Add a buffer object manager for TTM maps.Thomas Hellstrom3-20/+35
2006-10-02Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom4-16/+17
2006-10-02Add a comment to previos commit.Thomas Hellstrom1-0/+7
2006-10-02Trap and be verbose about a deadlock that occurs with AIGLX and drivers thatThomas Hellstrom2-3/+21
2006-09-29Core vsync: Don't clobber target sequence number when scheduling signal.Michel Dänzer1-2/+3
2006-09-29Core vsync: Add flag DRM_VBLANK_NEXTONMISS.Michel Dänzer1-6/+10
2006-09-29Change first valid DRM drawable ID to be 1 instead of 0.Michel Dänzer1-0/+12
2006-09-29Drop tasklet locked driver callback when uninstalling IRQ.Michel Dänzer1-0/+2
2006-09-29Hook up DRM_IOCTL_UPDATE_DRAW ioctl.Michel Dänzer2-1/+5
2006-09-29Add support for tracking drawable information to coreMichel Dänzer4-58/+14
2006-09-29Add support for interrupt triggered driver callback with lock held to DRM core.Michel Dänzer3-0/+88
2006-09-29Add support for secondary vertical blank interrupt to i915 driver.Michel Dänzer1-1/+3
2006-09-29Add support for secondary vertical blank interrupt to DRM core.Michel Dänzer3-27/+57
2006-09-29Fix buffer manager takedown error.Thomas Hellstrom2-69/+128
2006-09-28Don't enable fence / buffer objects on non-linux systems.Thomas Hellstrom1-4/+8
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-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 Hellstrom5-18/+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 Hellstrom2-3/+4
2006-09-18Fence handler fixThomas Hellstrom1-2/+9
2006-09-18Alternative implementation of page table zeroing using zap page_range.Thomas Hellstrom3-2/+17
2006-09-18More verbose error reporting in some cases.Thomas Hellstrom1-2/+4
2006-09-15Allow a "native type" to be associated with a fence sequence.Thomas Hellstrom5-118/+66
2006-09-15Some bugfixes.Thomas Hellstrom5-31/+58
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 Hellstrom3-51/+87
2006-09-12More bugfixes.Thomas Hellstrom6-18/+45
2006-09-08Various bugfixes.Thomas Hellstrom8-72/+172
2006-09-05Fence all unfenced buffers function.Thomas Hellstrom3-56/+87
2006-09-05i915: Only turn on user IRQs when they are needed.Thomas Hellstrom1-6/+2