Commit aa97cd31 authored by Ben Skeggs's avatar Ben Skeggs

drm/nv108/gr: enable acceleration with our chsw ucode

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 5d91e191
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment