projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068cae7
)
drm/nouveau/gr/gf100-: swap bundle and pagepool
author
Ben Skeggs
<bskeggs@redhat.com>
Tue, 8 May 2018 10:39:47 +0000
(20:39 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 18 May 2018 05:01:26 +0000
(15:01 +1000)
Makes it easier to diff against RM traces.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
b/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
index
c2dcc01
..
4096e2d
100644
(file)
--- a/
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
+++ b/
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
@@
-1381,8
+1381,8
@@
gf100_grctx_generate_main(struct gf100_gr *gr, struct gf100_grctx *info)
idle_timeout = nvkm_mask(device, 0x404154, 0xffffffff, 0x00000000);
- grctx->bundle(info);
grctx->pagepool(info);
+ grctx->bundle(info);
grctx->attrib(info);
if (grctx->patch_ltc)
grctx->patch_ltc(info);