mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 07:50:10 +01:00
nouveau: be verbose about PPC bios for now.
This commit is contained in:
parent
9b2a95bc6c
commit
baf5d20297
1 changed files with 5 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue