Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4d688a2a15a52225289754627fc3a35f68c125ec
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_bo_util.c
94318d5
drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHED
by Benjamin Herrenschmidt
· 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
2fc2dd7
drm/ttm: recognize ARM arch in ioprot handler
by Lucas Stach
· 10 years ago
cfd72a4
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
dcbff15
drivers: gpu: Mark function as static in ttm_bo_util.c
by Rashika Kheria
· 11 years ago
2e6d8b4
drm/ttm: Fix swapin regression
by Thomas Hellstrom
· 11 years ago
4cda878
drm: Kill DRM_SUSER
by Daniel Vetter
· 11 years ago
0bc2542
drm/ttm: Don't move non-existing data
by Thomas Hellstrom
· 11 years ago
da95c78
drm/ttm: Fix ttm_bo_move_memcpy
by Thomas Hellstrom
· 11 years ago
9a0599d
drm/ttm: Handle in-memory region copies
by Jakob Bornecrantz
· 11 years ago
72525b3
drm/ttm: convert to unified vma offset manager
by David Herrmann
· 11 years ago
5e33840
drm/ttm: convert to the reservation api
by Maarten Lankhorst
· 11 years ago
afe6804
ttm: export functions to allow qxl do its own iomapping
by Dave Airlie
· 12 years ago
ff7c60c
drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try
by Daniel Vetter
· 12 years ago
6305418
ttm: don't destroy old mm_node on memcpy failure
by Dave Airlie
· 12 years ago
e8e8962
drm/ttm: fix fence locking in ttm_buffer_object_transfer
by Daniel Vetter
· 12 years ago
97a875c
drm/ttm: remove no_wait_reserve, v3
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
5fb4ef0
drm/ttm: remove sync_obj_arg member
by Maarten Lankhorst
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
04cf55e
drm: Handle io prot correctly for MIPS.
by Huacai Chen
· 12 years ago
57de4ba
drm/ttm: simplify memory accounting for ttm user v2
by Jerome Glisse
· 13 years ago
b1e5f17
drm/ttm: introduce callback for ttm_tt populate & unpopulate V4
by Jerome Glisse
· 13 years ago
e22469c
ttm: Fix error-path using an uninitialized value
by Thomas Hellstrom
· 13 years ago
eac2095
drm/ttm: unbind ttm before destroying node in accel move cleanup
by Ben Skeggs
· 13 years ago
b921bae
drm/ttm: delay freeing of old node during move_memcpy until after iounmap
by Ben Skeggs
· 14 years ago
eba6709
drm/ttm: Fix up io_mem_reserve / io_mem_free calling
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
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
3e4d3af
mm: stack based kmap_atomic()
by Peter Zijlstra
· 14 years ago
0c8eb0d
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next
by Dave Airlie
· 14 years ago
d961db7
drm/ttm: restructure to allow driver to plug in alternate memory manager
by Ben Skeggs
· 14 years ago
42311ff
drm/ttm: introduce utility function to free an allocated memory node
by Ben Skeggs
· 14 years ago
0fbecd4
drm/ttm: Clear the ghost cpu_writers flag on ttm_buffer_object_transfer.
by Francisco Jerez
· 14 years ago
db3307a
drm: kill drm_mm_node->private
by Daniel Vetter
· 14 years ago
9e51159c
drm/ttm: fix, avoid iomapping system memory
by Jerome Glisse
· 15 years ago
7547a91
Merge branch 'drm-ttm-unmappable' into drm-core-next
by Dave Airlie
· 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
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9ce9290
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
110b20c
drm/ttm: remove unnecessary save_flags and ttm_flag_masked in ttm_bo_util.c
by Austin Yuan
· 15 years ago
3ef884b
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
4bfd75c
drm/ttm: Export symbols needed for the vmwgfx driver.
by Thomas Hellstrom
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
51c8b40
Merge Linus master to drm-next
by Dave Airlie
· 15 years ago
a987fca
ttm: Make parts of a struct ttm_bo_device global.
by Thomas Hellstrom
· 15 years ago
6d0897b
drm/ttm: Fix a potential comparison of structs.
by Thomas Hellstrom
· 15 years ago
542c6f6
drm/ttm: Fix ttm in-kernel copying of pages with non-standard caching attributes.
by Thomas Hellstrom
· 15 years ago
4677f15
drm/ttm: Fix an oops and sync object leak.
by Thomas Hellstrom
· 15 years ago
8b169b5
drm: remove unused #include <linux/version.h>'s
by Huang Weiyi
· 15 years ago
ba4e7d9
drm: Add the TTM GPU memory manager subsystem.
by Thomas Hellstrom
· 15 years ago