summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm/ttm_tt: Demote kernel-doc header format abusesLee Jones2020-11-171-2/+2
* drm/ttm/ttm_range_manager: Demote non-conformant kernel-doc headerLee Jones2020-11-171-1/+1
* drm/ttm/ttm_bo: Fix one function header - demote lots of kernel-doc abusesLee Jones2020-11-171-11/+12
* drm/ttm: fix missing NULL check in the new page poolChristian König2020-11-131-1/+1
* drm/ttm: add multihop infrastrucutre (v3)Dave Airlie2020-11-111-9/+65
* drm/ttm: Add vmap/vunmap to TTM and TTM GEM helpersThomas Zimmermann2020-11-091-0/+72
* drm/ttm: replace context flags with bools v2Christian König2020-11-044-5/+5
* drm/ttm: rework no_retry handling v2Christian König2020-11-042-8/+1
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-11-021-1/+1
|\
| * drm/ttm: fix eviction valuable range check.Dave Airlie2020-10-211-1/+1
* | drm/ttm: nuke old page allocatorChristian König2020-10-298-2500/+2
* | drm/ttm: wire up the new pool as default one v2Christian König2020-10-293-6/+9
* | drm/ttm: new TT backend allocation pool v3Christian König2020-10-293-1/+671
* | drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König2020-10-264-73/+58
* | drm/ttm: move swapin out of page alloc backendChristian König2020-10-263-16/+8
* | drm/ttm: nuke ttm_tt_set_(un)populated againChristian König2020-10-263-8/+7
* | drm/ttm: remove overlapping memcpy supportDave Airlie2020-10-231-16/+3
* | drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie2020-10-221-2/+2
* | drm/ttm: ttm_bo_mem_placement doesn't need ctx parameter.Dave Airlie2020-10-221-5/+3
* | drm/ttm: move last binding into the drivers.Dave Airlie2020-10-211-4/+0
* | drm/ttm: drop move notify around move.Dave Airlie2020-10-211-11/+1
* | drm/ttm: remove move to new and inline into remainging place.Dave Airlie2020-10-212-27/+9
* | drm/ttm: drop unbind callback.Dave Airlie2020-10-211-5/+0
* | drm/ttm: add move to system into driversDave Airlie2020-10-211-21/+0
* | drm/ttm: minor cleanup to move to systemDave Airlie2020-10-211-3/+1
* | drm/ttm: move some move binds into the driversDave Airlie2020-10-211-1/+0
* | drm/ttm: drop ttm_bo_move_ttm wrapperDave Airlie2020-10-201-19/+0
* | drm/ttm: add move old to system to drivers.Dave Airlie2020-10-201-2/+3
* | drm/ttm: use new move interface for known system->ttm movesDave Airlie2020-10-201-0/+1
* | drm/ttm: split out the move to system from move ttm codeDave Airlie2020-10-201-14/+25
* | drm/ttm: refactor out common code to setup a new tt backed resourceDave Airlie2020-10-202-20/+26
* | drm/ttm: drop free old node wrapper.Dave Airlie2020-10-191-8/+3
* | drm/ttm: nuke caching placement flagsChristian König2020-10-154-77/+8
* | drm/ttm: use caching instead of placement for ttm_io_protChristian König2020-10-152-10/+15
* | drm/ttm: set the tt caching state at creation timeChristian König2020-10-154-40/+41
* | drm/ttm: move ttm_set_memory.h out of includeChristian König2020-10-073-2/+88
* | drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König2020-10-071-11/+0
* | drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König2020-10-072-3/+4
* | drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König2020-10-073-24/+6
* | drm/ttm: cleanup ttm_handle_caching_state_failureChristian König2020-10-071-12/+8
* | drm/ttm: make move callback compulstoryDave Airlie2020-10-071-12/+1
* | drm/ttm: remove fault callbackChristian König2020-09-281-22/+0
* | drm/ttm: move SG flag check into ttm_bo_vm_reserveChristian König2020-09-281-7/+9
* | drm/ttm: handle the SYSTEM->TT path in same place as others.Dave Airlie2020-09-251-12/+9
* | drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König2020-09-241-8/+3
* | drm/ttm: remove ttm_bo_createChristian König2020-09-241-40/+0
* | drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König2020-09-242-4/+7
* | drm/ttm: remove persistent_swap_storageChristian König2020-09-242-36/+29
* | drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie2020-09-241-2/+2
* | drm/ttm: stop dangerous caching attribute changeChristian König2020-09-232-71/+5
|/