summaryrefslogtreecommitdiffstats
path: root/include/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: Remove two unused function declarationsYue Haibing2023-08-101-2/+0
* Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2023-06-152-2/+4
|\
| * drm/ttm: add NUMA node id to the poolRajneesh Bhardwaj2023-06-091-1/+3
| * drm/ttm: Helper function to get TTM mem limitMukul Joshi2023-06-091-1/+1
* | drm/ttm: let struct ttm_device_funcs be placed in rodataJani Nikula2023-05-171-2/+2
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \ | |/ |/|
| * mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* | drm/ttm: Use the BIT macro for the TTM_TT_FLAGsThomas Hellström2023-03-091-5/+5
* | ttm/ttm_device.h: fix a trival typosuijingfeng2023-03-031-1/+1
|/
* drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König2023-01-181-1/+0
* drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-063-484/+166
* drm/ttm: use per BO cleanup workersChristian König2022-12-062-19/+6
* drm/ttm: remove ttm_bo_(un)lock_delayed_workqueueChristian König2022-12-061-16/+0
* drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATEDGaosheng Cui2022-11-021-1/+1
* drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-271-2/+2
* drm/ttm: Remove unnecessary '0' values from retLi zeming2022-09-071-1/+1
* drm/ttm: Add new callbacks to ttm res mgrArunpravin Paneer Selvam2022-08-221-0/+40
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-07-131-4/+4
|\
| * drm/ttm: fix bulk move handling v2Christian König2022-06-141-4/+4
* | drm/ttm: rename and cleanup ttm_bo_initChristian König2022-07-111-85/+8
|/
* drm/ttm: Add common debugfs code for resource managersZack Rusin2022-04-201-0/+4
* drm/ttm: fix kerneldoc for ttm_lru_bulk_moveChristian König2022-04-131-2/+1
* drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld2022-04-121-8/+3
* drm/ttm: remove bo->movingChristian König2022-04-071-2/+0
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-053-14/+13
|\
| * Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-251-3/+9
| |\
| * \ Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-113-13/+13
| |\ \
| | * | dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-073-13/+13
* | | | drm/ttm: Add a parameter to add extra pages into ttm_ttRamalingam C2022-04-021-1/+3
* | | | drm/amdgpu: drop amdgpu_gtt_nodeChristian König2022-03-291-0/+8
* | | | drm/ttm: rework bulk move handling v5Christian König2022-03-294-26/+12
* | | | drm/ttm: de-inline ttm_bo_pin/unpinChristian König2022-03-291-28/+2
* | | | drm/ttm: allow bulk moves for all domainsChristian König2022-03-282-4/+2
* | | | drm/ttm: add resource iterator v4Christian König2022-03-281-0/+23
* | | | drm/ttm: move the LRU into resource handling v4Christian König2022-03-283-44/+41
| |_|/ |/| |
* | | drm/ttm: add common accounting to the resource mgr v3Christian König2022-02-141-2/+9
* | | drm/ttm: fix resource manager size type and descriptionChristian König2022-02-141-1/+1
|/ /
* | drm/ttm: add a weak BO reference to the resource v3Christian König2022-01-261-0/+4
* | drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-261-7/+9
* | drm/ttm: add ttm_resource_fini v2Christian König2022-01-261-0/+3
|/
* drm/ttm: Clarify that the TTM_PL_SYSTEM is under TTMs controlZack Rusin2021-12-011-0/+11
* drm/ttm: Don't include drm_hashtab.hThomas Zimmermann2021-11-301-1/+0
* Merge tag 'drm-misc-next-fixes-2021-11-10' of git://anongit.freedesktop.org/d...Dave Airlie2021-11-111-2/+1
|\
| * drm/ttm: remove ttm_bo_vm_insert_huge()Jason Gunthorpe2021-11-051-2/+1
* | Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-11-051-2/+4
|\|
| * drm/ttm_bo_api: update the description for @placement and @sgAmos Kong2021-10-131-2/+4
* | Merge tag 'drm-intel-gt-next-2021-10-08' of git://anongit.freedesktop.org/drm...Dave Airlie2021-10-111-1/+1
|\ \ | |/ |/|
| * Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen2021-09-152-3/+7
| |\
| * | drm/ttm, drm/i915: Update ttm_move_memcpy for async useThomas Hellström2021-08-251-1/+1
* | | drm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLEMatthew Auld2021-09-291-3/+16