index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2018-12-08
drm/ttm: allow reserving more than one shared slot v3
Christian König
1
-5
/
+7
2018-11-19
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-2
/
+0
2018-11-10
drm/ttm: remove set but not used variable 'driver'
YueHaibing
1
-2
/
+0
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
1
-2
/
+2
2018-05-15
Add SPDX idenitifier and clarify license
Dirk Hohndel
1
-0
/
+1
2018-02-27
drm/ttm: drop bo->glob
Christian König
1
-3
/
+3
2018-02-19
drm/ttm: Simplify ttm_eu_reserve_buffers()
Tom St Denis
1
-6
/
+8
2017-12-06
drm/ttm: consistently use reservation_object_unlock
Christian König
1
-4
/
+4
2017-01-14
locking/atomic, kref: Kill kref_sub()
Peter Zijlstra
1
-3
/
+1
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
1
-1
/
+2
2016-05-05
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
1
-2
/
+1
2014-12-04
drm/ttm: optionally move duplicates to a separate list
Christian König
1
-1
/
+9
2014-09-11
drm/ttm: allow fence to be added as shared
Christian König
1
-3
/
+15
2014-09-02
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
1
-8
/
+2
2014-09-01
drm/ttm: kill off some members to ttm_validate_buffer
Maarten Lankhorst
1
-92
/
+50
2014-09-01
drm/ttm: add interruptible parameter to ttm_eu_reserve_buffers
Maarten Lankhorst
1
-9
/
+13
2014-09-01
drm/ttm: kill fence_lock
Maarten Lankhorst
1
-2
/
+0
2014-04-04
drm/ttm: Hide the implementation details of reservation
Thomas Hellstrom
1
-4
/
+4
2013-11-18
drm/ttm: Allow execbuf util reserves without ticket
Thomas Hellstrom
1
-13
/
+19
2013-06-28
drm/ttm: inline ttm_bo_reserve and related calls
Maarten Lankhorst
1
-5
/
+4
2013-06-28
drm/ttm: convert to the reservation api
Maarten Lankhorst
1
-26
/
+17
2013-06-28
drm/ttm: make ttm reservation calls behave like reservation calls
Maarten Lankhorst
1
-28
/
+30
2013-01-15
drm/ttm: use ttm_bo_reserve_slowpath_nolru in ttm_eu_reserve_buffers, v2
Maarten Lankhorst
1
-2
/
+21
2013-01-15
drm/ttm: cleanup ttm_eu_reserve_buffers handling
Maarten Lankhorst
1
-32
/
+21
2013-01-15
drm/ttm: remove lru_lock around ttm_bo_reserve
Maarten Lankhorst
1
-1
/
+1
2012-12-10
drm/ttm: change fence_lock to inner lock
Maarten Lankhorst
1
-2
/
+2
2012-11-20
drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations
Maarten Lankhorst
1
-4
/
+1
2012-11-20
drm/ttm: remove sync_obj_arg member
Maarten Lankhorst
1
-1
/
+0
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-3
/
+3
2010-11-22
drm/ttm/vmwgfx: Have TTM manage the validation sequence.
Thomas Hellstrom
1
-1
/
+4
2010-11-22
drm/ttm: Improved fencing of buffer object lists
Thomas Hellstrom
1
-11
/
+25
2010-11-22
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
Thomas Hellstrom
1
-3
/
+4
2010-11-22
drm/ttm: Optimize ttm_eu_backoff_reservation
Thomas Hellstrom
1
-7
/
+8
2010-11-22
drm/ttm: Add a bo list reserve fastpath (v2)
Dave Airlie
1
-11
/
+113
2009-12-07
drm/ttm: Add TTM execbuf utilities.
Thomas Hellstrom
1
-0
/
+117