summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
Commit message (Expand)AuthorAgeFilesLines
...
* | | drm/ttm: fix missing res assignment in ttm_range_man_allocChristian König2021-06-071-4/+6
* | | dma-buf: drop the _rcu postfix on function names v3Christian König2021-06-061-9/+9
* | | dma-buf: rename and cleanup dma_resv_get_list v2Christian König2021-06-061-1/+1
* | | dma-buf: rename and cleanup dma_resv_get_excl v3Christian König2021-06-061-1/+1
* | | drm/ttm: flip the switch for driver allocated resources v2Christian König2021-06-043-38/+15
* | | drm/ttm: flip over the sys manager to self allocated nodesChristian König2021-06-041-0/+7
* | | drm/ttm: flip over the range manager to self allocated nodesChristian König2021-06-042-24/+58
* | | drm/ttm: allocate resource object instead of embedding it v2Christian König2021-06-043-85/+72
* | | drm/ttm/ttm_tt: Demote non-conformant kernel-doc headerLee Jones2021-06-031-1/+1
* | | drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-023-52/+56
* | | drm/ttm: Remove ttm_bo_mmap() and friendsThomas Zimmermann2021-05-261-53/+0
* | | drm/ttm: Don't override vm_ops callbacks, if setThomas Zimmermann2021-05-261-1/+6
* | | drm/ttm: Explain why ttm_bo_add_move_fence uses a shared slotDaniel Vetter2021-05-201-1/+3
* | | drm/ttm: Remap all page faults to per process dummy page.Andrey Grodzovsky2021-05-191-1/+53
* | | drm/ttm: fix warning in new sys manChristian König2021-05-041-0/+2
* | | drm/ttm: properly allocate sys resource during swapoutChristian König2021-05-031-5/+7
* | | drm/ttm: always initialize the full ttm_resource v2Christian König2021-05-033-25/+16
* | | drm/ttm: add ttm_sys_manager v3Christian König2021-05-035-25/+47
* | | drm/ttm: cleanup ttm_agp_backendChristian König2021-05-031-4/+4
* | | drm/ttm: move the page_alignment into the BO v2Christian König2021-04-232-5/+3
* | | drm/ttm: minor range manager coding style clean upsChristian König2021-04-231-18/+17
* | | drm/ttm: remove special handling for non GEM driversChristian König2021-04-231-11/+0
* | | drm/ttm: fix error handling if no BO can be swapped out v4Shiwu Zhang2021-04-232-1/+3
* | | drm/ttm/ttm_device: Demote kernel-doc abusesLee Jones2021-04-221-2/+2
* | | drm/ttm/ttm_bo: Fix incorrectly documented function 'ttm_bo_cleanup_refs'Lee Jones2021-04-221-1/+1
* | | drm/ttm: warn stricter about freeing pinned BOsChristian König2021-04-191-1/+3
* | | drm/ttm: Don't count pages in SG BOs against pages_limitFelix Kuehling2021-04-141-9/+18
* | | drm/ttm: re-add debugfs tt_shrink fileChristian König2021-04-121-0/+20
* | | drm/ttm: fix return value checkChristian König2021-04-121-1/+1
* | | drm/ttm: make global mutex and use count staticChristian König2021-04-091-2/+2
|/ /
* | drm/ttm: ioremap buffer according to TTM mem caching settingOak Zeng2021-04-081-0/+14
* | drm/ttm: Ignore signaled move fencesFelix Kuehling2021-04-081-1/+2
|/
* drm/ttm: switch back to static allocation limits for nowChristian König2021-03-292-74/+52
* drm/ttm: fix invalid NULL derefChristian König2021-03-261-3/+3
* drm/ttm: switch to per device LRU lockChristian König2021-03-244-44/+34
* drm/ttm: remove swap LRU v3Christian König2021-03-243-45/+45
* drm/ttm: move swapout logic around v3Christian König2021-03-243-42/+46
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-1614-1132/+513
|\
| * drm/ttm: Do not add non-system domain BO into swap listxinhui pan2021-02-251-0/+2
| * drm/ttm: drop sysfs directoryChristian König2021-02-092-52/+0
| * drm/ttm: move memory accounting into vmwgfx v4Christian König2021-02-096-740/+22
| * drm/ttm: rework ttm_tt page limit v4Christian König2021-02-093-12/+104
| * drm/ttm: fix removal of bo_count sysfs fileChristian König2021-02-091-2/+0
| * drm/ttm: device naming cleanupChristian König2021-01-2110-253/+292
| * drm/ttm: optimize ttm pool shrinker a bitChristian König2021-01-201-7/+16
| * drm/ttm: add debugfs entry to test pool shrinker v2Christian König2021-01-201-18/+35
| * drm/ttm: add a debugfs file for the global page poolsChristian König2021-01-201-20/+50
| * drm/ttm: add debugfs directory v2Christian König2021-01-203-47/+11
* | drm/ttm: Fix TTM page pool accountingAnthony DeRossi2021-03-111-2/+2
* | drm/ttm: soften TTM warningsChristian König2021-03-111-2/+6