aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-28drm/ttm: Remove ttm_bo_reference and ttm_bo_unrefThomas Zimmermann1-9/+0
2019-01-25drm/ttm: stop always moving BOs on the LRU on page faultChristian König1-7/+12
2019-01-25drm/ttm: add lru notify to bo driver v2Chunming Zhou1-4/+7
2018-12-21drm/ttm: Use drm_debug_printer for all ttm_bo_mem_space_debug outputMichel Dänzer1-16/+17
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König1-5/+7
2018-11-30drm/ttm: fix LRU handling in ttm_buffer_object_transferChristian König1-1/+3
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie3-36/+49
2018-11-09drm/ttm: remove set but not used variable 'driver'YueHaibing1-2/+0
2018-11-07drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang2-10/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-7/+12
2018-11-05drm/ttm: use a static ttm_bo_global instanceChristian König1-8/+23
2018-11-05drm/ttm: make the device list mutex staticChristian König1-5/+9
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König2-5/+10
2018-11-05drm/ttm: Provide ttm_bo_global_{init/release}() for struct ttm_bo_globalThomas Zimmermann1-10/+6
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-4/+4
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König2-4/+4
2018-10-10list: introduce list_bulk_move_tail helperChristian König1-20/+5
2018-09-28drm/ttm: Export ttm_bo_get_unless_zero()Thomas Hellstrom1-2/+1
2018-09-27drm/ttm, drm/vmwgfx: Move the lock- and object functionality to the vmwgfx driverThomas Hellstrom3-1080/+2
2018-09-13drm/ttm: once more fix ttm_bo_bulk_move_lru_tailChristian König1-21/+30
2018-09-02drm/ttm: fix ttm_bo_bulk_move_helperChristian König1-5/+8
2018-08-29drm/ttm: Initialize local lists in ttm_bo_bulk_move_helperMichel Dänzer1-1/+2
2018-08-27drm/ttm: add bulk move function on LRUHuang Rui1-0/+52
2018-08-27drm/ttm: revise ttm_bo_move_to_lru_tail to support bulk movesChristian König1-1/+25
2018-08-27drm/ttm: remove dead codesHuang Rui2-11/+2
2018-08-01drm/ttm: clean up non-x86 definitions on ttm_ttHuang Rui1-18/+7