nouveau: be verbose about PPC bios for now.
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 15 Nov 2007 19:42:38 +0000 (20:42 +0100)
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>
Thu, 15 Nov 2007 19:42:38 +0000 (20:42 +0100)
shared-core/nouveau_state.c

index 1ece67a78fb1c8930e54883d9d4dbbb63e5022f8..3638a054dbfd9564b8d0949e8d34ac01c61927c5 100644 (file)
@@ -323,8 +323,13 @@ nouveau_card_init(struct drm_device *dev)
                        int i;
                        for(i=0;i<size;i+=4)
                                NV_WI32(i, bios[i/4]);
+                       DRM_INFO("OF bios successfully copied\n");
                }
+               else
+                       DRM_INFO("Unable to get the OF bios\n");
        }
+       else
+               DRM_INFO("Unable to get the OF node\n");
 #endif
 
        /* Determine exact chipset we're running on */