Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c1d83da98070588bc74a1c601981b3e8a87784bb
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_bo.c
4d8b3d3
drm/nouveau: size is u64 everywhere
by Ben Skeggs
· 9 years ago
605f9cc
drm/nouveau: s/mem/reg/ for struct ttm_mem_reg variables
by Ben Skeggs
· 9 years ago
1167c6b
drm/nouveau: allocate device object for every client
by Ben Skeggs
· 9 years ago
bab7cc1
drm/nouveau: pass nvif_client to nouveau_bo_new() instead of drm_device
by Ben Skeggs
· 9 years ago
134fdc1
drm/nouveau/core/mm: replace region list with next pointer
by Ben Skeggs
· 9 years ago
260498f
drm/ttm: revert "implement LRU add callbacks v2"
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
10dcab3
drm/nouveau/ttm: wait for bo fence to signal before unmapping vmas
by Ben Skeggs
· 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
· 8 years ago
f54d186
dma-buf: Rename struct fence to dma_fence
by Chris Wilson
· 8 years ago
6b25e21
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
bad3d80
drm/nouveau: Revert "bus: remove cpu_coherent flag"
by Karol Herbst
· 8 years ago
d9a1f0b
drm: use drm_file to tag vm-bos
by David Herrmann
· 8 years ago
4499f2a
drm/ttm: Remove unused parameter evict from ttm_bo_move_memcpy
by Michel Dänzer
· 8 years ago
4e2f0ca
drm/ttm: Remove unused parameter evict from ttm_bo_move_ttm
by Michel Dänzer
· 8 years ago
7b8082b
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
by Michel Dänzer
· 8 years ago
34b5835
drm/ttm: Wait for a BO to become idle before unbinding it from GTT
by Michel Dänzer
· 8 years ago
1640142
Merge branch 'linux-4.8' of git://github.com/skeggsb/linux into drm-next
by Dave Airlie
· 8 years ago
aff5117
drm/nouveau/bus: remove cpu_coherent flag
by Alexandre Courbot
· 8 years ago
36a471b
drm/nouveau/ttm: remove special handling of coherent objects
by Alexandre Courbot
· 8 years ago
146cfe2
drm/nouveau/ce/gp104: initial support
by Ben Skeggs
· 8 years ago
8e7e1586
drm/nouveau/ce/gp100: initial support
by Ben Skeggs
· 8 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
88932a7
drm/ttm: add wait for idle in all drivers bo_move functions
by Christian König
· 9 years ago
4dc2813
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
by Ben Skeggs
· 9 years ago
98c2872
drm/ttm: implement LRU add callbacks v2
by Christian König
· 9 years ago
8aa6d4f
drm/ttm: remove lazy parameter from ttm_bo_wait
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
9bcd38d
drm/nouveau/bo: consider DMA buffers on x86 only
by Alexandre Courbot
· 9 years ago
4fbbed4
drm/nouveau: use post-decrement in error handling
by Rasmus Villemoes
· 9 years ago
a7fb8a2
drm: Remove __OS_HAS_AGP
by Daniel Vetter
· 9 years ago
340b0e7
drm/nouveau/pci: merge agp handling from nouveau drm
by Ben Skeggs
· 9 years ago
26c9e8e
drm/nouveau/device: remove pci/platform_device from common struct
by Ben Skeggs
· 9 years ago
7e8820f
drm/nouveau/device: cleaner abstraction for device resource functions
by Ben Skeggs
· 9 years ago
c85ee6c
drm/nouveau/gr: convert to new-style nvkm_engine
by Ben Skeggs
· 9 years ago
03c8952
drm/nouveau/fb: convert to new-style nvkm_subdev
by Ben Skeggs
· 9 years ago
3293228
drm/nouveau/bar: convert to new-style nvkm_subdev
by Ben Skeggs
· 9 years ago
d8e8399
drm/nouveau/imem: improve management of instance memory
by Ben Skeggs
· 9 years ago
315a8b2
drm/nouveau/nvif: use negative oclass identifier for internal classes
by Ben Skeggs
· 9 years ago
a01ca78
drm/nouveau/nvif: simplify and tidy library interfaces
by Ben Skeggs
· 9 years ago
b1e4553
drm/nouveau/fb: cosmetic changes
by Ben Skeggs
· 9 years ago
990b454
drm/nouveau: support for buffer moves via MaxwellDmaCopyA
by Ben Skeggs
· 10 years ago
be83cd4
drm/nouveau: finalise nvkm namespace switch (no binary change)
by Ben Skeggs
· 10 years ago
989aa5b
drm/nouveau/nvif: namespace of nvkm accessors (no binary change)
by Ben Skeggs
· 10 years ago
5ce3bf3
drm/nouveau/mmu: rename from vmmgr (no binary change)
by Ben Skeggs
· 10 years ago
26b40d8
drm/nouveau/bo: Remove unused function
by Rickard Strandqvist
· 10 years ago
dcccdc1
drm/nouveau: fix missing return statement in nouveau_ttm_tt_unpopulate
by Alexandre Courbot
· 10 years ago
ad76b3f
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
by Ben Skeggs
· 10 years ago
50ab2e5
drm/nouveau: we need pin_refcnt for nouveau_bo_placement_set()
by Ben Skeggs
· 10 years ago
6aac6ce
drm/nouveau: fix pin refcnt leak in failure path
by Ben Skeggs
· 10 years ago
b22870b
drm/nouveau: synchronize BOs when required
by Alexandre Courbot
· 10 years ago
c3a0c77
drm/nouveau: implement explicitly coherent BOs
by Alexandre Courbot
· 10 years ago
5be5a15
drm/nouveau: warn when moving a pinned object
by Alexandre Courbot
· 10 years ago
bb6178b
drm/nouveau: export reservation_object from dmabuf to ttm
by Maarten Lankhorst
· 11 years ago
f4f4e3e
drm/ttm: add reservation_object as argument to ttm_bo_init
by Maarten Lankhorst
· 11 years ago
e3be4c2
drm/nouveau: specify if interruptible wait is desired in nouveau_fence_sync
by Maarten Lankhorst
· 10 years ago
809e944
drm/nouveau: use shared fences for readable objects
by Maarten Lankhorst
· 11 years ago
f2c24b8
drm/ttm: flip the switch, and convert to dma_fence
by Maarten Lankhorst
· 11 years ago
29ba89b
drm/nouveau: rework to new fence interface
by Maarten Lankhorst
· 11 years ago
dd7cfd6
drm/ttm: kill fence_lock
by Maarten Lankhorst
· 11 years ago
bdaf7dd
drm/nouveau: require reservations for nouveau_fence_sync and nouveau_bo_fence
by Maarten Lankhorst
· 11 years ago
f1217ed
drm/ttm: move fpfn and lpfn into each placement v2
by Christian König
· 10 years ago
5c13cac
drm/nouveau: kill unused variable warning if !__OS_HAS_AGP
by Ben Skeggs
· 10 years ago
f392ec4
drm/nouveau: use ram info from nvif_device
by Ben Skeggs
· 10 years ago
fdb751e
drm/nouveau: remove as much direct use of core headers as possible
by Ben Skeggs
· 10 years ago
f45f55c4
drm/nouveau: remove (most) hardcoded object handle usage
by Ben Skeggs
· 10 years ago
0ad7286
drm/nouveau: port to nvif client/device/objects
by Ben Skeggs
· 10 years ago
967e7bd
drm/nouveau: initial pass at moving to struct nvif_device
by Ben Skeggs
· 10 years ago
db2bec1
drm/nouveau: kill nouveau_dev() + wrap register macros
by Ben Skeggs
· 10 years ago
fa2bade
drm/nouveau: fix some usages of the wrong print function
by Ben Skeggs
· 10 years ago
3ee6f5b
drm/nouveau: store a pointer to vm in nouveau_cli
by Ben Skeggs
· 10 years ago
fd1496a
drm/nouveau: map pages using DMA API
by Alexandre Courbot
· 10 years ago
e2a4e78
drm/nouveau/bar: add noncached ioremap property
by Alexandre Courbot
· 10 years ago
ee3939e
drm/ttm: Fix a few sparse warnings
by Thierry Reding
· 10 years ago
420b946
support for platform devices
by Alexandre Courbot
· 11 years ago
34d5950
drm/nouveau: fix TTM_PL_TT memtype on pre-nv50
by Ilia Mirkin
· 11 years ago
cef9e99
drm/nouveau/ttm: explicitly wait for bo idle before memcpy buffer move
by Ben Skeggs
· 11 years ago
35b8141
drm/nouveau/ttm: explicity sync with kernel channel before moving buffer
by Ben Skeggs
· 11 years ago
3c57d85
drm/nouveau/ttm: tidy up creation of temporary buffer move vmas
by Ben Skeggs
· 11 years ago
a554090
drm/nv50-: map TTM_PL_SYSTEM through a BAR for CPU access
by Maarten Lankhorst
· 11 years ago
ce8f769
drm/nouveau: fix m2mf copy to tiled gart
by Maarten Lankhorst
· 11 years ago
2e2cfbe
drm/nouveau/vm: reduce number of entry-points to vm_map()
by Ben Skeggs
· 11 years ago
d2c7ab3
drm/nouveau: do not map evicted vram buffers in nouveau_bo_vma_add
by Maarten Lankhorst
· 11 years ago
5d216f6
drm/nouveau: allow nouveau_fence_ref() to be a noop
by Ben Skeggs
· 11 years ago
4a0ff75
drm/nv10: introduce a new NV_11 card type
by Ilia Mirkin
· 11 years ago
1934a2a
drm/nouveau: remove pointless assignment
by Dave Jones
· 11 years ago
55fb74a
drm/nouveau: embed gem object in nouveau_bo
by David Herrmann
· 11 years ago
9c725e5
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 11 years ago
acb4652
drm: verify vma access in TTM+GEM drivers
by David Herrmann
· 11 years ago
35095f7
drm/nouveau: fix size check for cards without vm
by Maarten Lankhorst
· 11 years ago
0108bc8
drm/nouveau: do not allow negative sizes for now
by Maarten Lankhorst
· 11 years ago
00fc6f6
drm/nouveau: use dedicated channel for async moves on GT/GF chipsets.
by Ben Skeggs
· 11 years ago
4f38559
drm/nouveau: do not unpin in nouveau_gem_object_del
by Maarten Lankhorst
· 11 years ago
060810d
drm/nouveau: fix locking issues in page flipping paths
by Ben Skeggs
· 11 years ago
1bb3f6a
drm/nouveau: fix minor thinko causing bo moves to not be async on kepler
by Ben Skeggs
· 11 years ago
c4c7044
drm/nouveau: delay busy bo vma removal until fence signals
by Ben Skeggs
· 12 years ago
dceef5d
drm/nouveau/fb: initialise vram controller as pfb sub-object
by Ben Skeggs
· 12 years ago
c1b90df
drm/nv50: use correct tiling methods for m2mf buffer moves
by Marcin Slusarz
· 12 years ago
Next »