aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)Author
2020-09-04drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie
2020-06-01drm/ttm: flush the fence on the bo after we individualize the reservation objectxinhui pan
2019-11-25drm/ttm: Restore ttm prefaultingThomas Hellstrom
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-04-19drm/ttm: fix re-init of global structuresChristian König
2019-04-11drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi
2019-04-11drm/ttm: fix incrementing the page pointer for huge pagesChristian König
2019-04-11drm/ttm: fix start page for huge page check in ttm_put_pages()Christian König
2019-04-11drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Christian König
2019-03-19drm/ttm: Fix spelling of "KiB"Jakub Wilk
2019-03-19drm/ttm: remove set but not used variable 'bdev'YueHaibing
2019-03-19drm/ttm: Account for kernel allocations in kernel zone onlyFelix Kuehling
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann
2019-01-25drm/ttm: stop always moving BOs on the LRU on page faultChristian König
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou
2018-12-21drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug outputMichel Dänzer
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König
2018-11-30drm/ttm: fix LRU handling in ttm_buffer_object_transferChristian König
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-09drm/ttm: remove set but not used variable 'driver'YueHaibing
2018-11-07drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_bo_global instanceChristian König
2018-11-05drm/ttm: make the device list mutex staticChristian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2018-10-10list: introduce list_bulk_move_tail helperChristian König
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx dr...Thomas Hellstrom
2018-09-13drm/ttm: once more fix ttm_bo_bulk_move_lru_tailChristian König
2018-09-02drm/ttm: fix ttm_bo_bulk_move_helperChristian König
2018-08-29drm/ttm: Initialize local lists in ttm_bo_bulk_move_helperMichel Dänzer
2018-08-27drm/ttm: add bulk move function on LRUHuang Rui
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König
2018-08-27drm/ttm: remove dead codesHuang Rui
2018-08-01drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui
2018-08-01drm/ttm: fix missed conversion of set_pages_array_ucHuang Rui
2018-07-27drm/ttm: Merge hugepage attr changes in ttm_dma_page_put. (v2)Bas Nieuwenhuizen
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_allocHuang Rui
2018-07-27drm/ttm: clean up non-x86 definitions on ttm_page_alloc_dmaHuang Rui
2018-07-10drm/ttm: Replace ttm_bo_unref() with ttm_bo_put()Thomas Zimmermann
2018-07-10drm/ttm: Replace ttm_bo_reference() with ttm_bo_get()Thomas Zimmermann
2018-07-10drm/ttm: Introduce ttm_bo_get() and ttm_bo_put() for ref countingThomas Zimmermann
2018-07-10drm/ttm: use swap macro in ttm_bo_handle_move_memGustavo A. R. Silva
2018-06-22Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie