Home | History | Annotate | Download | only in nouveau

Lines Matching refs:cli

60 	struct nouveau_cli *cli = (void *)chan->user.client;
61 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid);
72 struct nouveau_cli *cli = (void *)chan->user.client;
83 NV_PRINTK(err, cli, "failed to idle channel %d [%s]\n",
84 chan->chid, nvxx_client(&cli->base)->name);
96 struct nouveau_cli *cli = (void *)chan->user.client;
99 if (cli) {
100 super = cli->base.super;
101 cli->base.super = true;
107 if (cli)
123 if (cli)
124 cli->base.super = super;
133 struct nouveau_cli *cli = (void *)device->object.client;
145 chan->vmm = cli->svm.cli ? &cli->svm : &cli->vmm;
153 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL,
485 struct nouveau_cli *cli = (void *)device->object.client;
490 super = cli->base.super;
491 cli->base.super = true;
495 NV_PRINTK(dbg, cli, "ib channel create, %d\n", ret);
498 NV_PRINTK(dbg, cli, "dma channel create, %d\n", ret);
505 NV_PRINTK(err, cli, "channel failed to initialise, %d\n", ret);
514 cli->base.super = super;