aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-06Revert "drm/ttm: fix memleak in ttm_transfered_destroy"Greg Kroah-Hartman1-1/+0
2021-11-02drm/ttm: fix memleak in ttm_transfered_destroyChristian König1-0/+1
2020-11-05drm/ttm: fix eviction valuable range check.Dave Airlie1-1/+1
2020-08-26drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling1-1/+3
2020-08-19drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie1-3/+0
2020-07-16drm/ttm: Fix dma_fence refcnt leak when adding move fenceXiyu Yang1-1/+3
2020-04-23drm/ttm: flush the fence on the bo after we individualize the reservation objectxinhui pan1-1/+3
2019-12-31drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2)Christian König1-18/+26
2019-10-14drm/ttm: fix handling in ttm_bo_add_mem_to_lruChristian König1-2/+3
2019-10-14drm/ttm: Restore ttm prefaultingThomas Hellstrom1-9/+7
2019-10-14drm/ttm: fix busy reference in ttm_mem_evict_firstChristian König1-2/+2
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-81/+81
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König5-81/+81
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+3
2019-08-09Merge tag 'v5.3-rc3' into drm-next-5.4Alex Deucher2-105/+65
2019-08-09Merge tag 'drm-misc-next-2019-08-08' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-94/+104
2019-08-06drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann1-2/+0
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann5-71/+71
2019-08-06drm/ttm: set both resv and base.resv pointersGerd Hoffmann1-0/+2
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann3-9/+10
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann2-17/+24
2019-08-05dma-buf: add more reservation object locking wrappersChristian König2-7/+9
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling1-0/+3
2019-07-26Merge tag 'drm-fixes-5.3-2019-07-24' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie1-1/+5
2019-07-18drm/ttm: use the same attributes when freeing d_page->vaddrFuqian Huang1-1/+5
2019-07-18drm/ttm: use the same attributes when freeing d_page->vaddrFuqian Huang1-1/+5
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next"Dave Airlie2-105/+65
2019-06-27drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling1-1/+1
2019-06-21Merge tag 'drm-misc-next-2019-06-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-2/+2
2019-06-18drm: Permit video-buffers writecombine mapping for MIPSSerge Semin1-2/+2
2019-06-18drm/ttm: TTM fault handler helpersThomas Hellstrom1-62/+101
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom2-3/+4
2019-05-31drm/ttm: fix busy memory to fail other user v10Christian König1-11/+66
2019-05-31drm/ttm: immediately move BOs to the new LRU v3Christian König1-10/+32
2019-05-31drm/ttm: cleanup ttm_bo_mem_spaceChristian König1-61/+66
2019-05-31drm/ttm: remove manual placement preferenceChristian König1-9/+9
2019-05-31drm/ttm: return immediately in case of a signalChristian König1-4/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König2-19/+24
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-10/+11
2019-04-19drm/ttm: fix re-init of global structuresChristian König2-7/+8
2019-04-11drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi1-1/+3
2019-04-11drm/ttm: fix incrementing the page pointer for huge pagesChristian König1-2/+2
2019-04-11drm/ttm: fix start page for huge page check in ttm_put_pages()Christian König1-2/+2
2019-04-11drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Christian König1-2/+3
2019-03-19drm/ttm: Fix spelling of "KiB"Jakub Wilk1-2/+2
2019-03-19drm/ttm: remove set but not used variable 'bdev'YueHaibing1-2/+0
2019-03-19drm/ttm: Account for kernel allocations in kernel zone onlyFelix Kuehling1-3/+3
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann2-3/+3
2019-03-19drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann1-0/+3
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-2/+2