index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_execbuf_util.c
Age
Commit message (
Expand
)
Author
2021-01-21
drm/ttm: device naming cleanup
Christian König
2020-12-15
drm/ttm: cleanup LRU handling further
Christian König
2020-08-06
drm/ttm/amdgpu: consolidate ttm reserve paths
Dave Airlie
2019-10-25
drm/ttm: remove pointers to globals
Christian König
2019-10-25
drm/ttm: always keep BOs on the LRU
Christian König
2019-10-25
drm/ttm, drm/vmwgfx: move cpu_writers handling into vmwgfx
Christian König
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-08-06
drm/ttm: switch ttm core from bo->resv to bo->base.resv
Gerd Hoffmann
2019-08-05
dma-buf: add more reservation object locking wrappers
Christian König
2019-05-31
drm/ttm: Make LRU removal optional v2
Christian König
2019-03-19
drm/ttm: remove set but not used variable 'bdev'
YueHaibing
2018-12-07
drm/ttm: allow reserving more than one shared slot v3
Christian König
2018-11-19
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-11-09
drm/ttm: remove set but not used variable 'driver'
YueHaibing
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
2018-05-15
Add SPDX idenitifier and clarify license
Dirk Hohndel
2018-02-26
drm/ttm: drop bo->glob
Christian König
2018-02-19
drm/ttm: Simplify ttm_eu_reserve_buffers()
Tom St Denis
2017-12-06
drm/ttm: consistently use reservation_object_unlock
Christian König
2017-01-14
locking/atomic, kref: Kill kref_sub()
Peter Zijlstra
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-05-04
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2014-12-03
drm/ttm: optionally move duplicates to a separate list
Christian König
2014-09-11
drm/ttm: allow fence to be added as shared
Christian König
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
2014-09-01
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
2014-09-01
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
2014-04-04
drm/ttm: Hide the implementation details of reservation
Thomas Hellstrom
2013-11-18
drm/ttm: Allow execbuf util reserves without ticket
Thomas Hellstrom
2013-06-28
drm/ttm: inline ttm_bo_reserve and related calls
Maarten Lankhorst
2013-06-28
drm/ttm: convert to the reservation api
Maarten Lankhorst
2013-06-28
drm/ttm: make ttm reservation calls behave like reservation calls
Maarten Lankhorst
2013-01-15
drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2
Maarten Lankhorst
2013-01-15
drm/ttm: cleanup ttm_eu_reserve_buffers handling
Maarten Lankhorst
2013-01-15
drm/ttm: remove lru_lock around ttm_bo_reserve
Maarten Lankhorst
2012-12-10
drm/ttm: change fence_lock to inner lock
Maarten Lankhorst
2012-11-20
drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations
Maarten Lankhorst
2012-11-20
drm/ttm: remove sync_obj_arg member
Maarten Lankhorst
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2010-11-22
drm/ttm/vmwgfx: Have TTM manage the validation sequence.
Thomas Hellstrom
2010-11-22
drm/ttm: Improved fencing of buffer object lists
Thomas Hellstrom
2010-11-22
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
Thomas Hellstrom
2010-11-22
drm/ttm: Optimize ttm_eu_backoff_reservation
Thomas Hellstrom
2010-11-22
drm/ttm: Add a bo list reserve fastpath (v2)
Dave Airlie
2009-12-07
drm/ttm: Add TTM execbuf utilities.
Thomas Hellstrom