diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2013-12-09 23:26:31 -0500 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-01-22 22:38:40 -0500 |
commit | f76dd80f76cc8fbff8f4c24b299ea5d6715d701f (patch) | |
tree | 89e46d61f6635b5f2a02e0b097f22df7dd08f065 | |
parent | aa97cd31b638d483505edb848ebb816ca81270af (diff) |
drm/nvf0/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/nvf0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c b/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c index 5488217f9885..b1acb9939d95 100644 --- a/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c +++ b/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c | |||
@@ -243,6 +243,6 @@ nvf0_graph_oclass = &(struct nvc0_graph_oclass) { | |||
243 | .cclass = &nvf0_grctx_oclass, | 243 | .cclass = &nvf0_grctx_oclass, |
244 | .sclass = nvf0_graph_sclass, | 244 | .sclass = nvf0_graph_sclass, |
245 | .mmio = nvf0_graph_init_mmio, | 245 | .mmio = nvf0_graph_init_mmio, |
246 | .fecs.ucode = 0 ? &nvf0_graph_fecs_ucode : NULL, | 246 | .fecs.ucode = &nvf0_graph_fecs_ucode, |
247 | .gpccs.ucode = &nvf0_graph_gpccs_ucode, | 247 | .gpccs.ucode = &nvf0_graph_gpccs_ucode, |
248 | }.base; | 248 | }.base; |