Commit f50c0b91 authored by Ben Skeggs's avatar Ben Skeggs

drm/nv40: allow cold-booting of nv4x chipsets

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent d13102c6
......@@ -6265,7 +6265,7 @@ nouveau_bios_init(struct drm_device *dev)
/* ... unless card isn't POSTed already */
if (!nouveau_bios_posted(dev)) {
NV_INFO(dev, "Adaptor not initialised\n");
if (dev_priv->card_type < NV_50) {
if (dev_priv->card_type < NV_40) {
NV_ERROR(dev, "Unable to POST this chipset\n");
return -ENODEV;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment