projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d91e19
)
drm/nv108/gr: enable acceleration with our chsw ucode
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 9 Dec 2013 23:18:31 +0000
(09:18 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 23 Jan 2014 03:38:39 +0000
(13:38 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/graph/nv108.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c
b/drivers/gpu/drm/nouveau/core/engine/graph/nv108.c
index e47397af6dbcce8a3a55c60a7db9ae816f733a51..e1af65ead379844459c52e9d29cf1e405523cd14 100644
(file)
--- 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;