aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09drm/ttm: move default BO destructor into VMWGFX v2Christian König1-8/+1
2022-04-21drm/ttm: use kvcalloc() instead of kvmalloc_array() in ttm_tt v2Yang Wang1-9/+7
2022-04-20drm/ttm: Add common debugfs code for resource managersZack Rusin1-0/+34
2022-04-13drm/ttm: fixup ttm_bo_add_move_fence v2Matthew Auld1-5/+2
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld1-0/+15
2022-04-11drm/ttm: fix logic inversion in ttm_eu_reserve_buffersChristian König1-1/+1
2022-04-07drm/ttm: remove bo->movingChristian König3-36/+15
2022-04-07dma-buf: add DMA_RESV_USAGE_BOOKKEEP v3Christian König1-7/+7
2022-04-07dma-buf: add DMA_RESV_USAGE_KERNEL v3Christian König2-3/+3
2022-04-07dma-buf: specify usage while adding fences to dma_resv obj v7Christian König3-7/+6
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-8/+10
2022-04-06dma-buf/drivers: make reserving a shared slot mandatory v4Christian König3-13/+22
2022-04-05Merge drm/drm-next into drm-misc-nextMaxime Ripard4-34/+34
2022-04-02drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2-6/+8
2022-03-29drm/ttm: rework bulk move handling v5Christian König2-33/+118
2022-03-29drm/ttm: de-inline ttm_bo_pin/unpinChristian König1-0/+32
2022-03-28drm/ttm: allow bulk moves for all domainsChristian König1-37/+15
2022-03-28drm/ttm: add resource iterator v4Christian König3-38/+76
2022-03-28drm/ttm: move the LRU into resource handling v4Christian König4-147/+159
2022-03-21drm/ttm: Fix a kernel oops due to an invalid readZack Rusin1-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+33
2022-02-14drm/ttm: add common accounting to the resource mgr v3Christian König1-0/+30
2022-02-14drm/ttm: fix resource manager size type and descriptionChristian König1-3/+3
2022-02-11Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie3-33/+33
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi3-33/+33
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie4-4/+45
2022-01-26drm/ttm: add a weak BO reference to the resource v3Christian König2-2/+14
2022-01-26drm/ttm: add back a reference to the bdev to the res managerChristian König3-2/+5
2022-01-26drm/ttm: add ttm_resource_fini v2Christian König3-0/+26
2022-01-14Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+3
2022-01-14drm/ttm: fix compilation on ARCH=umJohannes Berg1-1/+3
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter2-1/+3
2021-12-10Merge tag 'drm-fixes-2021-12-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+2
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-12-03drm/ttm: fix ttm_bo_swapoutChristian König1-1/+2
2021-11-30drm/ttm: stop pruning fences after waitChristian König1-1/+0
2021-11-22drm: ttm: correct ttm_range_manager kernel-doc notationRandy Dunlap1-4/+7
2021-11-18Merge drm/drm-next into drm-misc-nextThomas Zimmermann3-93/+5
2021-11-12Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+2
2021-11-12BackMerge tag 'v5.15' into drm-nextDave Airlie1-0/+1
2021-11-11drm/ttm: Put BO in its memory manager's lru listxinhui pan1-0/+2
2021-11-11drm/ttm: Double check mem_type of BO while evictionxinhui pan1-1/+2
2021-11-11Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-92/+2
2021-11-05drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe1-92/+2
2021-11-05Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-12/+4
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard1-10/+9
2021-10-21drm/ttm: fix memleak in ttm_transfered_destroyChristian König1-0/+1
2021-10-11Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-10/+9
2021-10-07drm/ttm: use the new iterator in ttm_bo_flush_all_fencesChristian König1-12/+4
2021-09-29drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld2-2/+7