Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f023332 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/gr/gf100-: swap bundle and pagepool



Makes it easier to diff against RM traces.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 068cae74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);