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-Url: http://drtracing.org/?a=commitdiff_plain;h=aa97cd31b638d483505edb848ebb816ca81270af;p=deliverable%2Flinux.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 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;