From: Ben Skeggs Date: Mon, 9 Dec 2013 23:18:31 +0000 (+1000) Subject: drm/nv108/gr: enable acceleration with our chsw ucode X-Git-Tag: v3.14-rc5~1^2~8^2~64 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa97cd31b638d483505edb848ebb816ca81270af;p=kernel%2Fkernel-generic.git drm/nv108/gr: enable acceleration with our chsw ucode Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c b/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c index e47397a..e1af65e 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;