Commit 94f54f53 authored by Ben Skeggs's avatar Ben Skeggs

drm/nv50: encoder creation failure doesn't mean full init failure

It's meant as a notification only, not a fatal error.
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 9f9bdaaf
......@@ -2276,6 +2276,7 @@ nv50_display_create(struct drm_device *dev)
NV_WARN(drm, "failed to create encoder %d/%d/%d: %d\n",
dcbe->location, dcbe->type,
ffs(dcbe->or) - 1, ret);
ret = 0;
}
}
......
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