summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvkm/engine/gr
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2018-05-08 12:39:47 +0200
committerBen Skeggs <bskeggs@redhat.com>2018-05-18 07:01:26 +0200
commit6f0233329bacd8de54959e0c0b9b6c46bf5118b8 (patch)
tree72dbf18ad1b5a9851a2c7e139d718f1da36667fe /drivers/gpu/drm/nouveau/nvkm/engine/gr
parentdrm/nouveau/gr/gf100-: calculate and use sm mapping table (diff)
downloadlinux-6f0233329bacd8de54959e0c0b9b6c46bf5118b8.tar.xz
linux-6f0233329bacd8de54959e0c0b9b6c46bf5118b8.zip
drm/nouveau/gr/gf100-: swap bundle and pagepool
Makes it easier to diff against RM traces. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvkm/engine/gr')
-rw-r--r--drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c b/drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
index c2dcc01379c9..4096e2d23527 100644
--- 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);