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: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Родитель
ec6566f323
Коммит
e5bf578ce6
|
@ -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) ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче