|
@@ -1132,7 +1132,8 @@ nvc0_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
|
|
|
struct nvc0_graph_priv *priv;
|
|
|
int ret, i;
|
|
|
|
|
|
- ret = nouveau_graph_create(parent, engine, bclass, true, &priv);
|
|
|
+ ret = nouveau_graph_create(parent, engine, bclass,
|
|
|
+ (oclass->fecs.ucode != NULL), &priv);
|
|
|
*pobject = nv_object(priv);
|
|
|
if (ret)
|
|
|
return ret;
|