Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/nouveau/
Dnouveau_chan.h63 int nouveau_channel_idle(struct nouveau_channel *);
Dnouveau_abi16.c132 nouveau_channel_idle(chan->chan); in nouveau_abi16_chan_fini()
150 nouveau_channel_idle(chan->chan); in nouveau_abi16_chan_fini()
605 nouveau_channel_idle(chan->chan); in nouveau_abi16_ioctl_gpuobj_free()
Dnouveau_drm.c294 nouveau_channel_idle(drm->cechan); in nouveau_accel_ce_fini()
332 nouveau_channel_idle(drm->channel); in nouveau_accel_gr_fini()
843 ret = nouveau_channel_idle(drm->cechan); in nouveau_do_suspend()
849 ret = nouveau_channel_idle(drm->channel); in nouveau_do_suspend()
Dnouveau_fbcon.c175 ret = nouveau_channel_idle(chan); in nouveau_fbcon_sync()
258 nouveau_channel_idle(drm->channel); in nouveau_fbcon_accel_fini()
Dnouveau_chan.c61 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle() function