summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
AgeCommit message (Expand)AuthorLines
2019-10-14drm/ttm: fix handling in ttm_bo_add_mem_to_lruChristian König-2/+3
2019-10-14drm/ttm: Restore ttm prefaultingThomas Hellstrom-9/+7
2019-10-14drm/ttm: fix busy reference in ttm_mem_evict_firstChristian König-2/+2
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-81/+81
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König-81/+81
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie-0/+3
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher-105/+65
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-94/+104
2019-08-06drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann-2/+0
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann-71/+71
2019-08-06drm/ttm: set both resv and base.resv pointersGerd Hoffmann-0/+2
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann-9/+10
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann-17/+24
2019-08-05dma-buf: add more reservation object locking wrappersChristian König-7/+9
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling-0/+3
2019-07-26Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/l...Dave Airlie-1/+5
2019-07-18drm/ttm: use the same attributes when freeing d_page->vaddrFuqian Huang-1/+5
2019-07-18drm/ttm: use the same attributes when freeing d_page->vaddrFuqian Huang-1/+5
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie-105/+65
2019-06-27drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling-1/+1
2019-06-21Merge tag 'drm-misc-next-2019-06-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-2/+2
2019-06-18drm: Permit video-buffers writecombine mapping for MIPSSerge Semin-2/+2
2019-06-18drm/ttm: TTM fault handler helpersThomas Hellstrom-62/+101
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom-3/+4
2019-05-31drm/ttm: fix busy memory to fail other user v10Christian König-11/+66
2019-05-31drm/ttm: immediately move BOs to the new LRU v3Christian König-10/+32
2019-05-31drm/ttm: cleanup ttm_bo_mem_spaceChristian König-61/+66
2019-05-31drm/ttm: remove manual placement preferenceChristian König-9/+9
2019-05-31drm/ttm: return immediately in case of a signalChristian König-4/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König-19/+24
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-10/+11
2019-04-19drm/ttm: fix re-init of global structuresChristian König-7/+8
2019-04-11drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi-1/+3
2019-04-11drm/ttm: fix incrementing the page pointer for huge pagesChristian König-2/+2
2019-04-11drm/ttm: fix start page for huge page check in ttm_put_pages()Christian König-2/+2
2019-04-11drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Christian König-2/+3
2019-03-19drm/ttm: Fix spelling of "KiB"Jakub Wilk-2/+2
2019-03-19drm/ttm: remove set but not used variable 'bdev'YueHaibing-2/+0
2019-03-19drm/ttm: Account for kernel allocations in kernel zone onlyFelix Kuehling-3/+3
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann-3/+3
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann-0/+3
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann-2/+2
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann-9/+0
2019-01-25drm/ttm: stop always moving BOs on the LRU on page faultChristian König-7/+12
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou-4/+7
2018-12-21drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug outputMichel Dänzer-16/+17
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König-5/+7
2018-11-30drm/ttm: fix LRU handling in ttm_buffer_object_transferChristian König-1/+3
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-36/+49
2018-11-09drm/ttm: remove set but not used variable 'driver'YueHaibing-2/+0