summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2013-12-10 09:18:31 +1000
committerBen Skeggs <bskeggs@redhat.com>2014-01-23 13:38:39 +1000
commitaa97cd31b638d483505edb848ebb816ca81270af (patch)
tree7b14e6b67d8e95d7de5e31fbde40cad5c4ed6e1e
parent5d91e1916d2f37fc631f8562e90cfb4387d98cac (diff)
downloadlinux-aa97cd31b638d483505edb848ebb816ca81270af.tar.gz
drm/nv108/gr: enable acceleration with our chsw ucode
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/graph/nv108.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c
index e47397af6dbc..e1af65ead379 100644
--- a/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c
+++ b/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c
@@ -231,6 +231,6 @@ nv108_graph_oclass = &(struct nvc0_graph_oclass) {
 	.cclass = &nv108_grctx_oclass,
 	.sclass =  nv108_graph_sclass,
 	.mmio = nv108_graph_init_mmio,
-	.fecs.ucode = 0 ? &nv108_graph_fecs_ucode : NULL,
+	.fecs.ucode = &nv108_graph_fecs_ucode,
 	.gpccs.ucode = &nv108_graph_gpccs_ucode,
 }.base;