Lines Matching refs:cli
52 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_killed() local
53 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid); in nouveau_channel_killed()
64 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_idle() local
75 NV_PRINTK(err, cli, "failed to idle channel %d [%s]\n", in nouveau_channel_idle()
76 chan->chid, nvxx_client(&cli->base)->name); in nouveau_channel_idle()
88 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_del() local
91 if (cli) { in nouveau_channel_del()
92 super = cli->base.super; in nouveau_channel_del()
93 cli->base.super = true; in nouveau_channel_del()
99 if (cli) in nouveau_channel_del()
115 if (cli) in nouveau_channel_del()
116 cli->base.super = super; in nouveau_channel_del()
150 struct nouveau_cli *cli = (void *)device->object.client; in nouveau_channel_prep() local
162 chan->vmm = cli->svm.cli ? &cli->svm : &cli->vmm; in nouveau_channel_prep()
170 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
183 chan->chan._push.mem.object.parent = cli->base.object.parent; in nouveau_channel_prep()
184 chan->chan._push.mem.object.client = &cli->base; in nouveau_channel_prep()
514 struct nouveau_cli *cli = (void *)device->object.client; in nouveau_channel_new() local
519 super = cli->base.super; in nouveau_channel_new()
520 cli->base.super = true; in nouveau_channel_new()
524 NV_PRINTK(dbg, cli, "ib channel create, %d\n", ret); in nouveau_channel_new()
527 NV_PRINTK(dbg, cli, "dma channel create, %d\n", ret); in nouveau_channel_new()
534 NV_PRINTK(err, cli, "channel failed to initialise, %d\n", ret); in nouveau_channel_new()
543 cli->base.super = super; in nouveau_channel_new()