From: Ben Skeggs Date: Tue, 8 May 2018 10:39:47 +0000 (+1000) Subject: drm/nouveau/gr/gf100-: swap bundle and pagepool X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6f0233329bacd8de54959e0c0b9b6c46bf5118b8;p=openwrt%2Fstaging%2Fblogic.git drm/nouveau/gr/gf100-: swap bundle and pagepool Makes it easier to diff against RM traces. Signed-off-by: Ben Skeggs --- 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);