summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* drm/ttm: update kernel-doc line commentsTian Tao2020-09-211-1/+1
* drm/ttm: drop evicted from ttm_bo.Dave Airlie2020-09-181-4/+0
* drm/ttm: drop special pipeline accel cleanup function.Dave Airlie2020-09-181-57/+32
* drm/ttm: make common function for wait/free node path.Dave Airlie2020-09-181-18/+20
* drm/ttm: move ghost object creation to a common functionDave Airlie2020-09-181-62/+42
* drm/ttm: add a simple assign mem to bo wrapperDave Airlie2020-09-181-12/+6
* drm/ttm/drivers: call the bind function directly.Dave Airlie2020-09-181-1/+0
* drm/ttm: move unbind into the tt destroy.Dave Airlie2020-09-181-1/+0
* drm/ttm: flip tt destroy ordering.Dave Airlie2020-09-181-1/+6
* drm/ttm: protect against reentrant bind in the driversDave Airlie2020-09-183-23/+16
* drm/ttm: some cleanupsChristian König2020-09-172-11/+3
* drm/ttm: split bound/populated flags.Dave Airlie2020-09-161-4/+11
* drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie2020-09-163-35/+32
* drm/ttm: split populate out from binding.Dave Airlie2020-09-163-8/+16
* drm/ttm: tt destroy move null check to outer function.Dave Airlie2020-09-163-3/+3
* drm/ttm: wrap tt destroy. (v2)Dave Airlie2020-09-162-18/+15
* drm/ttm/tt: add wrappers to set tt state.Dave Airlie2020-09-164-18/+16
* drm/ttm: remove available_cachingChristian König2020-09-153-11/+3
* drm/ttm: remove default cachingChristian König2020-09-153-6/+0
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-141-1/+1
|\
| * Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-1/+1
| |\
| | * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* | | drm/ttm: nuke memory type flagsChristian König2020-09-112-74/+14
* | | drm/ttm: drop the tt backend function paths.Dave Airlie2020-09-091-12/+3
* | | drm/ttm/agp: remove bdev from agp helpersDave Airlie2020-09-091-7/+4
* | | drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie2020-09-091-17/+0
* | | drm/ttm/agp: drop back end bindings from agpDave Airlie2020-09-091-7/+0
* | | drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie2020-09-091-6/+9