summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename drm_ttm.h to drm_objects.httm-vram-0-1-branchThomas Hellstrom2007-02-143-9/+10
* Move fence- and buffer-object related header stuff to drm_ttm.hThomas Hellstrom2007-02-142-371/+357
* Remove an intel-specific hack and replace it with a fence driver callback.Thomas Hellstrom2007-02-145-50/+79
* Set the drm bus map type for each buffer object memory type.Thomas Hellstrom2007-02-144-3/+9
* Rework buffer object vm code to use nopfn() for kernels >= 2.6.19.Thomas Hellstrom2007-02-143-67/+145
* More bugfixes.Thomas Hellstrom2007-02-134-61/+139
* Update flags and comments.Thomas Hellstrom2007-02-121-35/+60
* Lindent.Thomas Hellstrom2007-02-125-305/+244
* More bugfixes.Thomas Hellstrom2007-02-122-33/+34
* Cleanup and fix support for pinned buffers.Thomas Hellstrom2007-02-124-185/+263
* Various bugfixes.Thomas Hellstrom2007-02-104-33/+103
* I915 accelerated blit copy functional.Thomas Hellstrom2007-02-096-17/+77
* Reinstate some LRU handling.Thomas Hellstrom2007-02-091-0/+21
* Remove some code that should have gone inThomas Hellstrom2007-02-091-19/+0
* Fix copyright statements.Thomas Hellstrom2007-02-096-31/+32
* Fix evict_mutex locking range.Thomas Hellstrom2007-02-093-22/+38
* Add an accelerated buffer copy cleanup helper.Thomas Hellstrom2007-02-084-54/+177
* Don't create a ttm just to copy from.Thomas Hellstrom2007-02-082-2/+3
* Fix mm_block leak.Thomas Hellstrom2007-02-083-4/+6
* A minor function interface change and some memcpy bugfixing.Thomas Hellstrom2007-02-084-29/+31
* Simplify external ttm page allocation.Thomas Hellstrom2007-02-087-107/+210
* Update memory compatibility tests.Thomas Hellstrom2007-02-081-11/+78
* Checkpoint commit.Thomas Hellstrom2007-02-079-207/+142
* Fix a stray unlock_kernel() in drm_vm.cThomas Hellstrom2007-02-076-203/+264
* Simplify pci map vs no pci map choice.Thomas Hellstrom2007-02-067-57/+58
* Implement a drm_mem_reg_t substructure in the buffer object type.Thomas Hellstrom2007-02-062-92/+89
* Implement a policy for selecting memory types.Thomas Hellstrom2007-02-066-56/+205
* i915: Add copy-blit operation.Thomas Hellstrom2007-02-051-0/+44
* Make also later kernels work with buffer object vmThomas Hellstrom2007-02-028-185/+166
* Make vm handle buffer objects instead of ttm objects.Thomas Hellstrom2007-02-029-423/+467
* Fix missing ttm_open_vma call from previous commit.Thomas Hellstrom2007-02-016-14/+21
* Prepare for removal of the ttm_object type.Thomas Hellstrom2007-02-011-8/+26
* Protect drm_mmap against disappearing maps.Thomas Hellstrom2007-02-011-26/+39
* memory manager: Make device driver aware of different memory types.Thomas Hellstrom2007-01-316-50/+127
* Make the utility runnable also for normal users.Thomas Hellstrom2007-01-311-1/+1
* Fix an error-path oops.Thomas Hellstrom2007-01-311-2/+4
* Add a buffer object transfer function.Thomas Hellstrom2007-01-301-0/+43
* Indent according to xorg rules.Thomas Hellstrom2007-01-301-70/+54
* Add license header.Thomas Hellstrom2007-01-301-0/+31
* Add some relevant tests for the new buffer object interface.Thomas Hellstrom2007-01-301-1/+220
* Add the ttmtest test utility.Thomas Hellstrom2007-01-3012-0/+1372
* Clean up buffer object destruction somewhat.Thomas Hellstrom2007-01-301-134/+152
* Use pre-defined list_splice function.Thomas Hellstrom2007-01-291-3/+3
* s/buf/bo/ for consistency.Thomas Hellstrom2007-01-291-35/+35
* Some cleanup. A buffer object should only have one active memory type.Thomas Hellstrom2007-01-292-119/+51
* nouveau: determine chipset type at startup, instead of every time we use it.Ben Skeggs2007-01-285-23/+24
* make works ctx switch on nv10.Matthieu Castet2007-01-261-4/+7
* nouveau: oops, wrong indexing in nv17 regsPatrice Mandin2007-01-261-5/+5
* nouveau: read gpu type oncePatrice Mandin2007-01-261-5/+8
* nouveau: only save/restore nv17 regs on nv17,18 hwPatrice Mandin2007-01-261-15/+31