aboutsummaryrefslogtreecommitdiff
path: root/shared-core/nouveau_state.c
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-11-15 20:42:38 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2007-11-15 20:42:38 +0100
commitbaf5d20297577c81d0a6be1abcc45555ed83643c (patch)
treedba06df2db47dc96347f0af5470500a9fd2f5e16 /shared-core/nouveau_state.c
parent9b2a95bc6c9ddbf481d5f6017d9e85ed4def095d (diff)
nouveau: be verbose about PPC bios for now.
Diffstat (limited to 'shared-core/nouveau_state.c')
-rw-r--r--shared-core/nouveau_state.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared-core/nouveau_state.c b/shared-core/nouveau_state.c
index 1ece67a7..3638a054 100644
--- a/shared-core/nouveau_state.c
+++ b/shared-core/nouveau_state.c
@@ -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 */