summaryrefslogtreecommitdiff
path: root/linux-core/drm_ttm.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie1-20/+20
2007-04-18Simplify the ttm backend interface and the agp ttm backend.Thomas Hellstrom1-5/+5
2007-03-19whitespace cleanup pending a kernel mergeDave Airlie1-8/+8
2007-02-12Lindent.Thomas Hellstrom1-10/+7
2007-02-09I915 accelerated blit copy functional.Thomas Hellstrom1-0/+1
2007-02-09Fix copyright statements.Thomas Hellstrom1-6/+8
2007-02-08Simplify external ttm page allocation.Thomas Hellstrom1-11/+21
2007-02-07Checkpoint commit.Thomas Hellstrom1-1/+1
2007-02-02Make also later kernels work with buffer object vmThomas Hellstrom1-42/+9
2007-02-02Make vm handle buffer objects instead of ttm objects.Thomas Hellstrom1-178/+24
2007-02-01Fix missing ttm_open_vma call from previous commit.Thomas Hellstrom1-1/+2
2007-01-09ttm: make ttm alloc/free into alloc_pages/free_pagesDave Airlie1-19/+20
2006-12-27Proper allocation of AGP pages for ttms.Thomas Hellstrom1-4/+2
2006-12-19Security fix. Zero pages before they are handed to user space.Thomas Hellstrom1-0/+2
2006-10-30Bugzilla Bug #8819Thomas Hellstrom1-1/+1
2006-10-26Add a one-page hole in the file offset space between buffers.Thomas Hellstrom1-2/+8
2006-10-21The CPU cache must be flushed _before_ we start modifying the kernel map ptes,Thomas Hellstrom1-0/+15
2006-10-17Lindent.Thomas Hellstrom1-31/+22
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom1-12/+24
2006-10-17Remove the memory manager parameter from the put_block function, as thisThomas Hellstrom1-1/+1
2006-10-12Simplify the AGP backend interface somewhat.Thomas Hellstrom1-13/+12
2006-10-11Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is thatThomas Hellstrom1-9/+61
2006-10-11Big update:Thomas Hellstrom1-508/+141
2006-10-10Use a nopage-based approach to fault in pfns.Thomas Hellstrom1-170/+5
2006-10-03Get rid of all ugly PTE hacks.Thomas Hellstrom1-58/+19
2006-10-02Make the user_token 44-bit for TTMs, and have them occupy a unique file spaceThomas Hellstrom1-5/+19
2006-10-02Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom1-3/+3
2006-09-27Adapt to architecture-specific hooks for gatt pages.Thomas Hellstrom1-19/+13
2006-09-14Simplify ttm alloc and free.Thomas Hellstrom1-17/+15
2006-09-14Remove the use of reserved pages, and use locked pages instead.Thomas Hellstrom1-17/+21
2006-09-12Fix some debug messages.Thomas Hellstrom1-3/+0
2006-09-12More bugfixes.Thomas Hellstrom1-2/+14
2006-09-08Various bugfixes.Thomas Hellstrom1-8/+55
2006-09-01Flag bit pattern bugfixes. Remove some error messages.Thomas Hellstrom1-0/+2
2006-09-01Various bugfixes.Thomas Hellstrom1-0/+1
2006-08-30Buffer object reply fill in.Thomas Hellstrom1-32/+29
2006-08-29Checkpoint commit. Buffer object flags and IOCTL argument list.Thomas Hellstrom1-2/+3
2006-08-29Checkpoint ttm addition to buffer objects.Thomas Hellstrom1-0/+10
2006-08-2964-bit IOCTL integer (Michel Dänzer & Brian Paul)Thomas Hellstrom1-2/+2
2006-08-28Proper TTM dereferencingThomas Hellstrom1-15/+41
2006-08-28Add a 64-bit drm unsigned type for 64-bit clean IOCTLS.Thomas Hellstrom1-2/+2
2006-08-27Bugfixes.Thomas Hellstrom1-0/+1
2006-08-27Remove the ioctl multiplexing, and instead allow for genericThomas Hellstrom1-2/+2
2006-08-27Have TTM create and reference ioctl call return the actual TTM size.Thomas Hellstrom1-6/+8
2006-08-27Add TTM map handle on reference.Thomas Hellstrom1-1/+9
2006-08-27ttm create / destroy / ref / unref ioctl.Thomas Hellstrom1-21/+117
2006-08-25More ioctl stubs.Thomas Hellstrom1-1/+1
2006-08-25ttm and buffer objects ioctl stubs.Thomas Hellstrom1-0/+5
2006-08-25Checkpoint commitThomas Hellstrom1-7/+5
2006-08-22More ttm cleanups.Thomas Hellstrom1-11/+14