aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm/ttm_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04Merge tag 'drm-misc-next-2019-10-31' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-96/+36
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-18/+26
2019-10-25drm/ttm: remove pointers to globalsChristian König1-36/+29
2019-10-25drm/ttm: always keep BOs on the LRUChristian König1-37/+11
2019-10-25drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfxChristian König1-27/+0
2019-10-23Merge v5.4-rc4 into drm-nextDaniel Vetter1-4/+5
2019-10-14drm/ttm: fix handling in ttm_bo_add_mem_to_lruChristian König1-2/+3
2019-10-14drm/ttm: fix busy reference in ttm_mem_evict_firstChristian König1-2/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+3
2019-09-16drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2)Christian König1-18/+26
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann1-7/+2
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann1-4/+9
2019-08-21Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-59/+59
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-59/+59
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 Deucher1-1/+0
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 Hoffmann1-49/+49
2019-08-06drm/ttm: set both resv and base.resv pointersGerd Hoffmann1-0/+2
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-4/+4
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann1-16/+23
2019-08-05dma-buf: add more reservation object locking wrappersChristian König1-4/+6
2019-08-02drm/ttm: Add release_notify callback to ttm_bo_driverFelix Kuehling1-0/+3
2019-07-16Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next"Dave Airlie1-1/+0
2019-06-27drm/ttm: return -EBUSY if waiting for busy BO failsFelix Kuehling1-1/+1
2019-06-18drm/ttm: Allow the driver to provide the ttm struct vm_operations_structThomas Hellstrom1-0/+1
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önig1-11/+12
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+3
2019-04-19drm/ttm: fix re-init of global structuresChristian König1-5/+5
2019-04-11drm/ttm: fix dma_fence refcount imbalance on error pathLin Yi1-1/+3
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann1-2/+2
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: 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-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-23/+46
2018-11-07drm/ttm: Fix bo_global and mem_global kfree errorTrigger Huang1-1/+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önig1-3/+7
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önig1-2/+2
2018-10-10list: introduce list_bulk_move_tail helperChristian König1-20/+5