projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75ad1b0
)
drm/nouveau/tmr/tu104: initial support
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 11 Dec 2018 04:50:02 +0000
(14:50 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Tue, 11 Dec 2018 05:37:52 +0000
(15:37 +1000)
Appears to be compatible with GK20A.
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
7aff8bf
..
b3c15cb
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/device/base.c
@@
-2446,6
+2446,7
@@
nv164_chipset = {
.ibus = gm200_ibus_new,
.mc = tu104_mc_new,
.pci = gp100_pci_new,
+ .timer = gk20a_timer_new,
.top = gk104_top_new,
};