drm/nouveau/devinit: allow impl to select its own cold-boot method
[cascardo/linux.git] / drivers / gpu / drm / nouveau / core / subdev / devinit / nv05.c
index 4a19c10..a2007a3 100644 (file)
@@ -136,4 +136,5 @@ nv05_devinit_oclass = &(struct nouveau_devinit_impl) {
        },
        .meminit = nv05_devinit_meminit,
        .pll_set = nv04_devinit_pll_set,
+       .post = nvbios_init,
 }.base;