summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* ttm: Provide an API for starting and stopping the delayed workqueueMatthew Garrett2010-05-181-0/+14
* drm/ttm: fix, avoid iomapping system memoryJerome Glisse2010-05-071-1/+1
* Merge branch 'drm-ttm-unmappable' into drm-core-nextDave Airlie2010-04-203-133/+114
|\
| * drm/ttm: remove io_ field from TTM V6Jerome Glisse2010-04-202-37/+4
| * drm/ttm: ttm_fault callback to allow driver to handle bo placement V6Jerome Glisse2010-04-203-84/+88
| * drm/ttm: split no_wait argument in 2 GPU or reserve waitJerome Glisse2010-04-082-28/+38
* | Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie2010-04-204-25/+873
|\ \
| * | drm/ttm: using kmalloc/kfree requires including slab.hStephen Rothwell2010-04-081-0/+1
| * | drm/ttm: include linux/seq_file.h for seq_printfMatt Turner2010-04-081-0/+1
| * | drm/ttm: Add sysfs interface to control pool allocator.Pauli Nieminen2010-04-062-2/+113
| * | drm/ttm: Use set_pages_array_wc instead of set_memory_wc.Pauli Nieminen2010-04-061-11/+1
| * | drm/ttm: Add debugfs output entry to pool allocator.Pauli Nieminen2010-04-061-7/+38
| * | drm/ttm: add pool wc/uc page allocator V3Pauli Nieminen2010-04-064-25/+739
| |/
* | Merge branch 'master' into export-slabhTejun Heo2010-04-053-32/+13
|\|
| * Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie2010-03-312-2/+2
| |\
| * | drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day2010-03-152-12/+10
| * | drm/ttm: use drm calloc large and free largeDave Airlie2010-03-151-20/+3
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
| |/ |/|
* | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
|/
* Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie2010-03-011-7/+11
|\
| * drm/ttm: handle OOM in ttm_tt_swapoutMaarten Maathuis2010-02-251-7/+11
* | drm/ttm: fix caching problem on non-PAT systems.Francisco Jerez2010-02-201-7/+11
* | drm/ttm: Fix a bug occuring when validating a buffer object in a range.Thomas Hellstrom2010-02-151-0/+6
|/
* Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-013-15/+19
|\
| * drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.cAustin Yuan2010-02-011-7/+2
| * drm/ttm: remove padding from ttm_ref_object on 64bit buildsRichard Kennedy2010-02-011-1/+1
| * drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.Francisco Jerez2010-02-011-7/+16
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-252-32/+39
|\|
| * drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom2010-01-251-0/+8
| * drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri2010-01-251-31/+23
| * drm/ttm: Make sure system buffer objects has offset == 0.Thomas Hellstrom2010-01-141-1/+2
| * drm/ttm: Export symbols needed for vmwgfx suspend / resume operations.Thomas Hellstrom2010-01-142-0/+3
| * drm/ttm: Add a swap_notify callback.Thomas Hellstrom2010-01-141-0/+3
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-162-26/+53
|\|
| * drm/ttm: Fix memory type manager debug information printingJerome Glisse2009-12-161-10/+9
| * drm/ttm: Fix printk format & compute bo->mem.size at bo initializationJerome Glisse2009-12-161-2/+3
| * drm/ttm: Fix potential ttm_mem_evict_first races.Thomas Hellstrom2009-12-161-5/+31
| * drm/ttm: Delayed delete fixes.Thomas Hellstrom2009-12-161-3/+4
| * drm/ttm: fix two bugs in new placement routines.Dave Airlie2009-12-161-5/+5
| * drm/ttm: fix incorrect logic in ttm_bo_io pathDave Airlie2009-12-161-1/+1
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-111-73/+61
|\|
| * drm/ttm: export some functions useful to drivers using ttmBen Skeggs2009-12-111-0/+4
| * drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse2009-12-111-73/+57
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-109-274/+1179
|\|
| * drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse2009-12-101-13/+57
| * drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse2009-12-101-0/+4
| * drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-102-24/+12
| * drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2009-12-101-242/+221
| * drm/ttm: fix memory leak noticed by kmemleak.Dave Airlie2009-12-091-1/+3
| * Merge branch 'drm-core-next' into drm-linusDave Airlie2009-12-088-7/+895
| |\