提交 65ec01a9 编写于 作者: B Ben Skeggs

drm/nv50: fix suspend/resume delays without firmware present

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 0735f62e
......@@ -56,6 +56,9 @@ nouveau_grctx_prog_load(struct drm_device *dev)
char name[32];
int ret, i;
if (pgraph->accel_blocked)
return -ENODEV;
if (!pgraph->ctxprog) {
sprintf(name, "nouveau/nv%02x.ctxprog", chipset);
ret = request_firmware(&fw, name, &dev->pdev->dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册