Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5bf578c authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nve0/gr: enable use of our fuc by default



Graphics acceleration is still disabled by default due to lingering issues
that need to be solved.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent ec6566f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -213,7 +213,7 @@ nve0_graph_ctor(struct nouveau_object *parent, struct nouveau_object *engine,
	nv_engine(priv)->cclass = &nve0_graph_cclass;
	nv_engine(priv)->sclass = nve0_graph_sclass;

	if (nouveau_boolopt(device->cfgopt, "NvGrUseFW", true)) {
	if (nouveau_boolopt(device->cfgopt, "NvGrUseFW", false)) {
		nv_info(priv, "using external firmware\n");
		if (nvc0_graph_ctor_fw(priv, "fuc409c", &priv->fuc409c) ||
		    nvc0_graph_ctor_fw(priv, "fuc409d", &priv->fuc409d) ||