Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329667
b: refs/heads/master
c: e5bf578
h: refs/heads/master
i:
  329665: c99864e
  329663: 8b192b0
v: v3
  • Loading branch information
Ben Skeggs committed Oct 3, 2012
1 parent 935890d commit 370969e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ec6566f3230474131f6bd6d1503a7eeeda4657b9
refs/heads/master: e5bf578ce61aecd4612d16e60235c11ed5f92c0e
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/nouveau/core/engine/graph/nve0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand Down

0 comments on commit 370969e

Please sign in to comment.