Home
last modified time | relevance | path

Searched refs:nouveau_channel_idle (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_chan.h47 int nouveau_channel_idle(struct nouveau_channel *);
Dnouveau_abi16.c126 nouveau_channel_idle(chan->chan); in nouveau_abi16_chan_fini()
144 nouveau_channel_idle(chan->chan); in nouveau_abi16_chan_fini()
587 nouveau_channel_idle(chan->chan); in nouveau_abi16_ioctl_gpuobj_free()
Dnouveau_drm.c141 nouveau_channel_idle(drm->channel); in nouveau_accel_fini()
148 nouveau_channel_idle(drm->cechan); in nouveau_accel_fini()
551 ret = nouveau_channel_idle(drm->cechan); in nouveau_do_suspend()
557 ret = nouveau_channel_idle(drm->channel); in nouveau_do_suspend()
Dnouveau_fbcon.c170 ret = nouveau_channel_idle(chan); in nouveau_fbcon_sync()
262 nouveau_channel_idle(drm->channel); in nouveau_fbcon_accel_fini()
Dnouveau_chan.c44 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle() function