From: Ben Skeggs Date: Tue, 10 Dec 2013 04:26:31 +0000 (+1000) Subject: drm/nvf0/gr: enable acceleration with our chsw ucode X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f76dd80f76cc8fbff8f4c24b299ea5d6715d701f;p=deliverable%2Flinux.git drm/nvf0/gr: enable acceleration with our chsw ucode Signed-off-by: Ben Skeggs --- 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) { .cclass = &nvf0_grctx_oclass, .sclass = nvf0_graph_sclass, .mmio = nvf0_graph_init_mmio, - .fecs.ucode = 0 ? &nvf0_graph_fecs_ucode : NULL, + .fecs.ucode = &nvf0_graph_fecs_ucode, .gpccs.ucode = &nvf0_graph_gpccs_ucode, }.base;