Searched refs:nouveau_channel_idle (Results 1 – 5 of 5) sorted by relevance
63 int nouveau_channel_idle(struct nouveau_channel *);
310 nouveau_channel_idle(drm->cechan); in nouveau_accel_ce_fini()348 nouveau_channel_idle(drm->channel); in nouveau_accel_gr_fini()883 ret = nouveau_channel_idle(drm->cechan); in nouveau_do_suspend()889 ret = nouveau_channel_idle(drm->channel); in nouveau_do_suspend()
176 ret = nouveau_channel_idle(chan); in nouveau_fbcon_sync()259 nouveau_channel_idle(drm->channel); in nouveau_fbcon_accel_fini()
131 nouveau_channel_idle(chan->chan); in nouveau_abi16_chan_fini()628 nouveau_channel_idle(chan->chan); in nouveau_abi16_ioctl_gpuobj_free()
61 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle() function