index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/mmu/nv50,g84: type-based vram allocation and bar mapping
Ben Skeggs
2017-11-02
7
-0
/
+124
*
drm/nouveau/mmu/nv04-nv4x: type-based vram allocation and bar mapping
Ben Skeggs
2017-11-02
8
-0
/
+93
*
drm/nouveau/mmu: add base for type-based memory allocation
Ben Skeggs
2017-11-02
6
-0
/
+275
*
drm/nouveau/mmu: build up information on available memory types
Ben Skeggs
2017-11-02
11
-0
/
+151
*
drm/nouveau: remove explicit unmaps
Ben Skeggs
2017-11-02
3
-12
/
+3
*
drm/nouveau/gr/gf100-: replace hardcoded instance/vmm setup in grctx generation
Ben Skeggs
2017-11-02
1
-52
/
+58
*
drm/nouveau/gr/gf100-: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
10
-52
/
+39
*
drm/nouveau/fifo/gf100-: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
8
-36
/
+28
*
drm/nouveau/secboot/gm200: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
1
-6
/
+5
*
drm/nouveau/imem/nv50-: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
2
-32
/
+41
*
drm/nouveau/fb/ram: use new interfaces for vmm operations
Ben Skeggs
2017-11-02
1
-4
/
+14
*
drm/nouveau/fifo: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
10
-57
/
+31
*
drm/nouveau/secboot/gm200: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
2
-10
/
+10
*
drm/nouveau/bar/gf100: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
2
-18
/
+14
*
drm/nouveau/bar/nv50: initialise vmm with new interfaces
Ben Skeggs
2017-11-02
2
-18
/
+19
*
drm/nouveau/mmu: implement new vmm frontend
Ben Skeggs
2017-11-02
8
-154
/
+858
*
drm/nouveau/mmu: remove support for old backends
Ben Skeggs
2017-11-02
16
-358
/
+3
*
drm/nouveau/mmu/gp100,gp10b: implement new vmm backend
Ben Skeggs
2017-11-02
10
-133
/
+281
*
drm/nouveau/mmu/gm200,gm20b: implement new vmm backend
Ben Skeggs
2017-11-02
6
-20
/
+101
*
drm/nouveau/mmu/gk104,gk20a: implement new vmm backend
Ben Skeggs
2017-11-02
5
-10
/
+41
*
drm/nouveau/mmu/gf100: implement new vmm backend
Ben Skeggs
2017-11-02
6
-5
/
+306
*
drm/nouveau/mmu/nv50,g84: implement new vmm backend
Ben Skeggs
2017-11-02
6
-194
/
+360
*
drm/nouveau/mmu/nv44: implement new vmm backend
Ben Skeggs
2017-11-02
2
-141
/
+168
*
drm/nouveau/mmu/nv41: implement new vmm backend
Ben Skeggs
2017-11-02
2
-69
/
+64
*
drm/nouveau/mmu/nv04: implement new vmm backend
Ben Skeggs
2017-11-02
4
-58
/
+62
*
drm/nouveau/mmu: implement new vmm backend
Ben Skeggs
2017-11-02
5
-3
/
+836
*
drm/nouveau/fb/gm200: enable NV_PFB_MMU_CTRL_USE_FULL_COMP_TAG_LINE where app...
Ben Skeggs
2017-11-02
1
-3
/
+3
*
drm/nouveau/ltc/gm200: limit NV_MMU_PTE_COMPTAGLINE bits to 16 where required
Ben Skeggs
2017-11-02
1
-2
/
+3
*
drm/nouveau/fifo/nv04-nv40: fix missing nvkm_kmap() calls around ramfc access
Ben Skeggs
2017-11-02
1
-0
/
+2
*
drm/nouveau/mmu: handle instance block setup
Ben Skeggs
2017-11-02
20
-192
/
+93
*
drm/nouveau/mmu: remove old vm creation hooks
Ben Skeggs
2017-11-02
9
-65
/
+1
*
drm/nouveau/mmu/gp100,gp10b: implement vmm on top of new base
Ben Skeggs
2017-11-02
8
-24
/
+179
*
drm/nouveau/mmu/gm200,gm20b: implement vmm on top of new base
Ben Skeggs
2017-11-02
8
-2
/
+303
*
drm/nouveau/mmu/gk104,gk20a: implement vmm on top of new base
Ben Skeggs
2017-11-02
6
-2
/
+157
*
drm/nouveau/mmu/gf100: implement vmm on top of new base
Ben Skeggs
2017-11-02
6
-2
/
+171
*
drm/nouveau/mmu/nv50,g84: implement vmm on top of new base
Ben Skeggs
2017-11-02
10
-5
/
+122
*
drm/nouveau/mmu/nv44: implement vmm on top of new base
Ben Skeggs
2017-11-02
10
-91
/
+96
*
drm/nouveau/mmu/nv41: implement vmm on top of new base
Ben Skeggs
2017-11-02
4
-28
/
+69
*
drm/nouveau/mmu/nv04: implement vmm on top of new base
Ben Skeggs
2017-11-02
8
-36
/
+113
*
drm/nouveau/mmu: implement base for new vm management
Ben Skeggs
2017-11-02
9
-19
/
+350
*
drm/nouveau/mmu: implement page table sub-allocation
Ben Skeggs
2017-11-02
3
-1
/
+101
*
drm/nouveau/mmu: implement page table cache
Ben Skeggs
2017-11-02
3
-2
/
+150
*
drm/nouveau/mmu: automatically handle "un-bootstrapping" of vmm
Ben Skeggs
2017-11-02
4
-8
/
+7
*
drm/nouveau/mmu/gp10b: fork from gf100
Ben Skeggs
2017-11-02
3
-0
/
+45
*
drm/nouveau/mmu/gp100: fork from gf100
Ben Skeggs
2017-11-02
4
-6
/
+51
*
drm/nouveau/mmu/gm20b: fork from gf100
Ben Skeggs
2017-11-02
4
-1
/
+46
*
drm/nouveau/mmu/gm200: fork from gf100
Ben Skeggs
2017-11-02
4
-3
/
+48
*
drm/nouveau/mmu/gk20a: fork from gf100
Ben Skeggs
2017-11-02
4
-1
/
+46
*
drm/nouveau/mmu/gk104: fork from gf100
Ben Skeggs
2017-11-02
6
-15
/
+70
*
drm/nouveau/mmu/g84: fork from nv50
Ben Skeggs
2017-11-02
6
-19
/
+74
[next]