summaryrefslogtreecommitdiff
path: root/nvkm/subdev/devinit/nvc0.c
diff options
context:
space:
mode:
Diffstat (limited to 'nvkm/subdev/devinit/nvc0.c')
-rw-r--r--nvkm/subdev/devinit/nvc0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvkm/subdev/devinit/nvc0.c b/nvkm/subdev/devinit/nvc0.c
index 30c765747..80bd7f5ed 100644
--- a/nvkm/subdev/devinit/nvc0.c
+++ b/nvkm/subdev/devinit/nvc0.c
@@ -115,4 +115,5 @@ nvc0_devinit_oclass = &(struct nouveau_devinit_impl) {
},
.pll_set = nvc0_devinit_pll_set,
.disable = nvc0_devinit_disable,
+ .post = nvbios_init,
}.base;