summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
AgeCommit message (Expand)AuthorFilesLines
2006-10-27Last minute changes to support multi-page size buffer offset alignments.Thomas Hellstrom1-1/+1
2006-10-26New mm function names. Update header.Thomas Hellstrom1-1/+5
2006-10-19Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drmThomas Hellstrom1-1/+0
2006-10-18Merging drm-ttm-0-2-branchThomas Hellstrom1-17/+450
2006-10-18Avoid driver-specific AGP user-populated types, since we don't know what AGPThomas Hellstrom1-4/+1
2006-10-17Remove max number of locked pages check and call, sinceThomas Hellstrom1-1/+0
2006-10-17Add vma list memory usage to memory accounting.Thomas Hellstrom1-1/+0
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom1-0/+60
2006-10-17Implement mm_lock and mm_unlock functions.Thomas Hellstrom1-0/+5
2006-10-17Remove the memory manager parameter from the put_block function, as thisThomas Hellstrom1-1/+2
2006-10-17Extend generality for more memory types.Thomas Hellstrom1-19/+16
2006-10-14remove config.h from build no longer exists kbuild does itDave Airlie1-1/+0
2006-10-12Simplify the AGP backend interface somewhat.Thomas Hellstrom1-7/+9
2006-10-11Big update:Thomas Hellstrom1-1/+1
2006-10-10Use a nopage-based approach to fault in pfns.Thomas Hellstrom1-0/+1
2006-10-03Get rid of all ugly PTE hacks.Thomas Hellstrom1-0/+1
2006-10-02Bug 6242: [mach64] Use private DMA buffers, part #3.George Sapountzis1-1/+2
2006-10-02Add a buffer object manager for TTM maps.Thomas Hellstrom1-18/+25
2006-09-29Hook up DRM_IOCTL_UPDATE_DRAW ioctl.Michel Dänzer1-0/+2
2006-09-29Add support for tracking drawable information to coreMichel Dänzer1-0/+10
2006-09-29Add support for interrupt triggered driver callback with lock held to DRM core.Michel Dänzer1-0/+3
2006-09-29Add support for secondary vertical blank interrupt to DRM core.Michel Dänzer1-0/+4
2006-09-29Fix buffer manager takedown error.Thomas Hellstrom1-2/+5
2006-09-28Hook up DRM_IOCTL_UPDATE_DRAW ioctl.Michel Dänzer1-0/+2
2006-09-28Add support for tracking drawable information to coreMichel Dänzer1-0/+11
2006-09-28Add support for interrupt triggered driver callback with lock held to DRM core.Michel Dänzer1-0/+3
2006-09-28Add support for secondary vertical blank interrupt to DRM core.Michel Dänzer1-0/+4
2006-09-26Allow for a driver to overload the ttm backend object methods.Thomas Hellstrom1-2/+4
2006-09-25Add /proc filesystem buffer / fence object accounting.Thomas Hellstrom1-7/+12
2006-09-22bug 5942: add stubs for drm_mtrr_add/del for non-MTRR configured linuxFelix Kuhling1-0/+12
2006-09-20Allow for 64-bit map handles of ttms and buffer objects.Thomas Hellstrom1-1/+1
2006-09-18drm: put domain number back to 0, domain support is seriously fubar..Dave Airlie1-1/+1
2006-09-15Allow a "native type" to be associated with a fence sequence.Thomas Hellstrom1-4/+9
2006-09-15Some bugfixes.Thomas Hellstrom1-0/+1
2006-09-12More bugfixes.Thomas Hellstrom1-0/+3
2006-09-08Various bugfixes.Thomas Hellstrom1-1/+1
2006-09-06Put the PCI device/vendor id in the drm_device_t.Eric Anholt1-0/+2
2006-09-05Fence all unfenced buffers function.Thomas Hellstrom1-2/+12
2006-09-04Make memory caches global so that they can be used withThomas Hellstrom1-7/+13
2006-09-01Bugfixes,Thomas Hellstrom1-1/+12
2006-08-31Validation and fencing.Thomas Hellstrom1-2/+9
2006-08-31Remove the buffer manager mutex. Use dev->struct_mutex instead.Thomas Hellstrom1-1/+1
2006-08-31More mapping synchronization.Thomas Hellstrom1-1/+0
2006-08-30Buffer object binding.Thomas Hellstrom1-0/+6
2006-08-30Remove the buffer object hint field and use it onlyThomas Hellstrom1-1/+0
2006-08-30Memory manager init and takedown.Thomas Hellstrom1-1/+4
2006-08-30Buffer object reply fill in.Thomas Hellstrom1-1/+3
2006-08-29Checkpoint commit. Buffer object flags and IOCTL argument list.Thomas Hellstrom1-1/+2
2006-08-29Checkpoint ttm addition to buffer objects.Thomas Hellstrom1-1/+2
2006-08-2964-bit IOCTL integer (Michel Dänzer & Brian Paul)Thomas Hellstrom1-27/+1