Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7de40b4bd5395260b22072a8e2c37c5f4a7a546d
/
drivers
/
gpu
/
drm
/
ttm
/
ttm_tt.c
731c7d3
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
2ff2bf1
drm/ttm: partial revert "cleanup ttm_tt_(unbind|destroy)" v3
by Christian König
· 8 years ago
4279cb1
drm/ttm: remove NULL checks when calling ttm_tt_destroy
by Christian König
· 8 years ago
089f16c
drm/ttm: cleanup ttm_tt_(unbind|destroy)
by Christian König
· 8 years ago
93c76a3
file_inode(f)->i_mapping is f->f_mapping
by Al Viro
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
55579cf
drivers: gpu: Drop unlikely before IS_ERR(_OR_NULL)
by Viresh Kumar
· 9 years ago
3d50d4d
drm/ttm: expose CPU address of DMA-allocated pages
by Alexandre Courbot
· 10 years ago
1b76af5
drm/ttm: Don't clear page metadata of imported sg pages
by Thomas Hellstrom
· 11 years ago
58aa662
drm/ttm: Correctly set page mapping and -index members
by Thomas Hellstrom
· 11 years ago
182b17c
drm/ttm: fix the tt_populated check in ttm_tt_destroy()
by Ben Skeggs
· 11 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
55aa914
drm/ttm: remove unneeded preempt_disable/enable
by Akinobu Mita
· 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
259a290
gpu/drm/ttm: use copy_highpage
by Akinobu Mita
· 12 years ago
be53bfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
1c9c20f
drm: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
25d0479
drm/ttm: Use pr_fmt and pr_<level>
by Joe Perches
· 13 years ago
dea7e0a
ttm: fix agp since ttm tt rework
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
822c4d9
drm/ttm: page allocation use page array instead of list
by Jerome Glisse
· 13 years ago
f9517e6
drm/ttm: test for dma_address array allocation failure
by Jerome Glisse
· 13 years ago
5e26568
drm/ttm: use ttm put pages function to properly restore cache attribute
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
2d1a8a4
gpu: Add export.h as required to drivers/gpu files.
by Paul Gortmaker
· 13 years ago
3142b65
drm/ttm: use shmem_read_mapping_page
by Hugh Dickins
· 13 years ago
5df2397
drm: fix "persistant" typo
by Jan Engelhardt
· 14 years ago
a2c06ee
Revert "ttm: Include the 'struct dev' when using the DMA API."
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
7dcebb5
drm/ttm: remove failed ttm binding error printout
by Thomas Hellstrom
· 14 years ago
c2b4127
Merge branch 'drm-ttm-pool' into drm-core-next
by Dave Airlie
· 15 years ago
1403b1a
drm/ttm: add pool wc/uc page allocator V3
by Pauli Nieminen
· 15 years ago
336f589
Merge branch 'master' into export-slabh
by Tejun Heo
· 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
72e942d
drm/ttm: use drm calloc large and free large
by Dave Airlie
· 15 years ago
79fa9eb
Merge remote branch 'korg/drm-core-next' into drm-next-stage
by Dave Airlie
· 15 years ago
290e5505
drm/ttm: handle OOM in ttm_tt_swapout
by Maarten Maathuis
· 15 years ago
f0e2f38
drm/ttm: fix caching problem on non-PAT systems.
by Francisco Jerez
· 15 years ago
db78e27
drm/ttm: Avoid conflicting reserve_memtype during ttm_tt_set_page_caching.
by Francisco Jerez
· 15 years ago
1bd049f
Merge branch 'drm-core-next' into drm-linus
by Dave Airlie
· 15 years ago
4bfd75c
drm/ttm: Export symbols needed for the vmwgfx driver.
by Thomas Hellstrom
· 15 years ago
df67bed
drm/radeon/kms: fix coherency issues on AGP cards.
by Dave Airlie
· 15 years ago
c9c97b8
drm/ttm: consolidate cache flushing code in one place.
by Dave Airlie
· 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
5fd9cba
drm/ttm: Memory accounting rework.
by Thomas Hellstrom
· 15 years ago
b42db2b
drm/ttm: fix highuser vs dma32 confusion.
by Dave Airlie
· 15 years ago
f121ecf
drm/ttm: powerpc: Fix Highmem cache flushing.
by Thomas Hellstrom
· 15 years ago
ad49f50
drm/ttm/radeon: add dma32 support.
by Dave Airlie
· 15 years ago
8b169b5
drm: remove unused #include <linux/version.h>'s
by Huang Weiyi
· 15 years ago
46f4b3e
drm/ttm: Add some powerpc cache flush code.
by Michel Dänzer
· 15 years ago
ba4e7d9
drm: Add the TTM GPU memory manager subsystem.
by Thomas Hellstrom
· 15 years ago