Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_chan.h63 int nouveau_channel_idle(struct nouveau_channel *);
Dnouveau_drm.c310 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()
Dnouveau_fbcon.c176 ret = nouveau_channel_idle(chan); in nouveau_fbcon_sync()
259 nouveau_channel_idle(drm->channel); in nouveau_fbcon_accel_fini()
Dnouveau_abi16.c131 nouveau_channel_idle(chan->chan); in nouveau_abi16_chan_fini()
628 nouveau_channel_idle(chan->chan); in nouveau_abi16_ioctl_gpuobj_free()
Dnouveau_chan.c61 nouveau_channel_idle(struct nouveau_channel *chan) in nouveau_channel_idle() function