Sign in
coral
/
linux-imx
/
b24413180f5600bcb3bb70fbed5cf186b60864bd
/
include
/
drm
/
ttm
/
ttm_bo_driver.h
373533f
drm/ttm: make ttm_mem_type_manager_func debug more useful
by Christian König
· 8 years ago
09ac4fc
drm/ttm: Implement vm_operations_struct.access v2
by Felix Kuehling
· 8 years ago
2da8331
drm/ttm: fix include notation and remove -Iinclude/drm flag
by Masahiro Yamada
· 8 years ago
ea642c3
drm/ttm: add io_mem_pfn callback
by Christian König
· 8 years ago
7286366
drm/ttm: decrease ttm bo priority number
by Roger.He
· 8 years ago
ef96152
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
5187b6c
drm/ttm: make TTM_MAX_BO_PRIORITY unsigned
by Nicolai Hähnle
· 8 years ago
896d630
drm/ttm: revert "add optional LRU removal callback v2"
by Christian König
· 8 years ago
260498f
drm/ttm: revert "implement LRU add callbacks v2"
by Christian König
· 8 years ago
cf6c467
drm/ttm: add BO priorities for the LRUs
by Christian König
· 8 years ago
66257db
drm/ttm: add evict parameter to ttm_bo_driver::move_notify
by Nicolai Hähnle
· 8 years ago
2c935bc
locking/atomic, kref: Add kref_read()
by Peter Zijlstra
· 8 years ago
220196b
Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 8 years ago
a2ab19fe
drm/ttm: make eviction decision a driver callback v2
by Christian König
· 9 years ago
585ffd6
drm/ttm: fix coding style in ttm_bo_driver.h
by Christian König
· 9 years ago
f54d186
dma-buf: Rename struct fence to dma_fence
by Chris Wilson
· 8 years ago
af1f85d
drm/ttm: remove cpu_address member from ttm_tt
by Alexandre Courbot
· 8 years ago
4499f2a
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
by Michel Dänzer
· 9 years ago
4e2f0ca
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
by Michel Dänzer
· 9 years ago
7b8082b
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
by Michel Dänzer
· 9 years ago
2ff2bf1
drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3
by Christian König
· 9 years ago
3ddf4ad
drm/ttm: add the infrastructure for pipelined evictions
by Christian König
· 9 years ago
5bc7306
drm/ttm: remove TTM_BO_PRIV_FLAG_MOVING
by Christian König
· 9 years ago
74561cd
drm/ttm: remove no_gpu_wait param from ttm_bo_move_accel_cleanup
by Christian König
· 9 years ago
77dfc28
drm/ttm: wait for BO idle in ttm_bo_move_memcpy
by Christian König
· 9 years ago
089f16c
drm/ttm: cleanup ttm_tt_(unbind|destroy)
by Christian König
· 9 years ago
98c2872
drm/ttm: implement LRU add callbacks v2
by Christian König
· 9 years ago
c3ea576
drm/ttm: add optional LRU removal callback v2
by Christian König
· 9 years ago
00cfd66
drm/ttm: remove unused validation sequence
by Christian König
· 9 years ago
dfd5e50
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
by Christian König
· 9 years ago
e6bf6e5
drm/ttm: Remove TTM_HAS_AGP
by Daniel Vetter
· 9 years ago
eb227c5
drm/ttm: fix documentation of ttm_bo_reserve
by Nicolai Hähnle
· 9 years ago
54c4cd6
drm/ttm: device address space != CPU address space
by Alex Deucher
· 10 years ago
f2c24b8
drm/ttm: flip the switch, and convert to dma_fence
by Maarten Lankhorst
· 11 years ago
dd7cfd6
drm/ttm: kill fence_lock
by Maarten Lankhorst
· 11 years ago
f1217ed
drm/ttm: move fpfn and lpfn into each placement v2
by Christian König
· 11 years ago
3d50d4d
drm/ttm: expose CPU address of DMA-allocated pages
by Alexandre Courbot
· 11 years ago
e3f2027
drm/ttm: fix handling of TTM_PL_FLAG_TOPDOWN v2
by Christian König
· 11 years ago
15f8f657
drm/ttm: remove declaration of ttm_tt_cache_flush
by Alexandre Courbot
· 11 years ago
c752308
drm/ttm: Hide the implementation details of reservation
by Thomas Hellstrom
· 11 years ago
44d847b
drm: init TTM dev_mapping in ttm_bo_device_init()
by David Herrmann
· 12 years ago
58aa662
drm/ttm: Correctly set page mapping and -index members
by Thomas Hellstrom
· 11 years ago
72525b3
drm/ttm: convert to unified vma offset manager
by David Herrmann
· 12 years ago
3482032
drm/ttm: inline ttm_bo_reserve and related calls
by Maarten Lankhorst
· 12 years ago
ecff665
drm/ttm: make ttm reservation calls behave like reservation calls
by Maarten Lankhorst
· 12 years ago
afe6804
ttm: export functions to allow qxl do its own iomapping
by Dave Airlie
· 12 years ago
cc4c0c4
drm/ttm: unexport ttm_bo_wait_unreserved
by Maarten Lankhorst
· 12 years ago
5e45d7d
drm/ttm: add ttm_bo_reserve_slowpath
by Maarten Lankhorst
· 12 years ago
63d0a41
drm/ttm: remove lru_lock around ttm_bo_reserve
by Maarten Lankhorst
· 12 years ago
97a875c
drm/ttm: remove no_wait_reserve, v3
by Maarten Lankhorst
· 12 years ago
654aa792
drm/ttm: alter cpu_writers to return -EBUSY in ttm_execbuf_util reservations
by Maarten Lankhorst
· 12 years ago
dedfdff
drm/ttm: remove sync_arg from driver functions
by Maarten Lankhorst
· 12 years ago
b03640b
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
by Maarten Lankhorst
· 12 years ago
830e283
drm/ttm: remove ttm_bo_device->nice_mode
by Marcin Slusarz
· 12 years ago
a1ce392
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
by David Howells
· 12 years ago
b97ce28
drm/ttm: remove stale declaration and field
by Ilija Hadzic
· 13 years ago
129b78b
ttm: add prime sharing support to TTM (v2)
by Dave Airlie
· 13 years ago
dea7e0a
ttm: fix agp since ttm tt rework
by Jerome Glisse
· 13 years ago
57de4ba
drm/ttm: simplify memory accounting for ttm user v2
by Jerome Glisse
· 13 years ago
8e7e705
drm/ttm: isolate dma data from ttm_tt V4
by Jerome Glisse
· 13 years ago
2334b75
drm/ttm: provide dma aware ttm page pool code V9
by Konrad Rzeszutek Wilk
· 13 years ago
b1e5f17
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
by Jerome Glisse
· 13 years ago
649bf3c
drm/ttm: merge ttm_backend and ttm_tt V5
by Jerome Glisse
· 13 years ago
a14af87
drm/ttm: remove unused backend flags field
by Jerome Glisse
· 13 years ago
667b7a2
drm/ttm: remove split btw highmen and lowmem page
by Jerome Glisse
· 13 years ago
3316497
drm/ttm: remove userspace backed ttm object support
by Jerome Glisse
· 13 years ago
0d74f86
ttm: Fix spelling mistakes and remove unused #ifdef
by Konrad Rzeszutek Wilk
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
5df2397
drm: fix "persistant" typo
by Jan Engelhardt
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a2c06ee
Revert "ttm: Include the 'struct dev' when using the DMA API."
by Dave Airlie
· 14 years ago
de1e7cd
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next
by Dave Airlie
· 14 years ago
5a893fc
ttm: Include the 'struct dev' when using the DMA API.
by Konrad Rzeszutek Wilk
· 14 years ago
27e8b23
ttm: Expand (*populate) to support an array of DMA addresses.
by Konrad Rzeszutek Wilk
· 14 years ago
f9820a4
ttm: Introduce a placeholder for DMA (bus) addresses.
by Konrad Rzeszutek Wilk
· 14 years ago
eba6709
drm/ttm: Fix up io_mem_reserve / io_mem_free calling
by Thomas Hellstrom
· 14 years ago
6570596
drm/ttm/vmwgfx: Have TTM manage the validation sequence.
by Thomas Hellstrom
· 14 years ago
95762c2
drm/ttm: Improved fencing of buffer object lists
by Thomas Hellstrom
· 14 years ago
702adba
drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lock
by Thomas Hellstrom
· 14 years ago
96726fe
drm/ttm: Don't deadlock on recursive multi-bo reservations
by Thomas Hellstrom
· 14 years ago
d6ea888
drm/ttm: Add a bo list reserve fastpath (v2)
by Dave Airlie
· 14 years ago
3205bc2
drm/ttm: Documentation update
by Thomas Hellstrom
· 14 years ago
40d857b
drm/ttm: Avoid using the ttm_mem_type_manager::put_locked function
by Thomas Hellstrom
· 14 years ago
c9220b0
drm/ttm: add unlocked variant of new manager put node.
by Dave Airlie
· 14 years ago
d961db7
drm/ttm: restructure to allow driver to plug in alternate memory manager
by Ben Skeggs
· 15 years ago
42311ff
drm/ttm: introduce utility function to free an allocated memory node
by Ben Skeggs
· 15 years ago
ba4420c
drm: move ttm global code to core drm
by Dave Airlie
· 15 years ago
59534f7
Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
8cfe92d
drm/ttm: Remove the ttm_bo_block_reservation() function.
by Thomas Hellstrom
· 15 years ago
0c321c7
drm/ttm: remove io_ field from TTM V6
by Jerome Glisse
· 15 years ago
82c5da6
drm/ttm: ttm_fault callback to allow driver to handle bo placement V6
by Jerome Glisse
· 15 years ago
9d87fa2
drm/ttm: split no_wait argument in 2 GPU or reserve wait
by Jerome Glisse
· 15 years ago
72e942d
drm/ttm: use drm calloc large and free large
by Dave Airlie
· 15 years ago
a55e8d4
drm/ttm: fix function prototype to match implementation
by Randy Dunlap
· 15 years ago
3f09ea4
drm/ttm: Add a swap_notify callback.
by Thomas Hellstrom
· 15 years ago
98ffc415
drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.
by Thomas Hellstrom
· 15 years ago
ca262a999
drm/ttm: Rework validation & memory space allocation (V3)
by Jerome Glisse
· 15 years ago
4bfd75c
drm/ttm: Export symbols needed for the vmwgfx driver.
by Thomas Hellstrom
· 15 years ago
51c8b40
Merge Linus master to drm-next
by Dave Airlie
· 16 years ago
a987fca
ttm: Make parts of a struct ttm_bo_device global.
by Thomas Hellstrom
· 16 years ago
Next »