projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa97cd3
)
drm/nvf0/gr: enable acceleration with our chsw ucode
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 10 Dec 2013 04:26:31 +0000
(14:26 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Thu, 23 Jan 2014 03:38:40 +0000
(13:38 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c
b/drivers/gpu/drm/nouveau/core/engine/graph/nvf0.c
index 5488217f9885927a5b2a66ab00048640eeef14b9..b1acb9939d95cfe460cea8e9aa2475d85256c20f 100644
(file)
--- 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;