projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff51f8
)
drm/nouveau/mmu/gp100: initial support
author
Ben Skeggs
<bskeggs@redhat.com>
Sat, 9 Jul 2016 00:41:01 +0000
(10:41 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 14 Jul 2016 01:53:25 +0000
(11:53 +1000)
GP100 still supports the previous generations' page table layout, which
we will temporarily make use of here.
Proper support for the new MMU layout requires some rework to the common
MMU code, which is in progress.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
b/drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
index
b098185
..
9660dfc
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-2156,6
+2156,7
@@
nv130_chipset = {
.fb = gp100_fb_new,
.imem = nv50_instmem_new,
.mc = gp100_mc_new,
+ .mmu = gf100_mmu_new,
.pci = gp100_pci_new,
.timer = gk20a_timer_new,
.top = gk104_top_new,