Home
last modified time | relevance | path

Searched refs:nouveau_fence_context_kill (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h67 void nouveau_fence_context_kill(struct nouveau_fence_chan *, int error);
H A Dnouveau_fence.c84 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill() function
107 nouveau_fence_context_kill(fctx, 0); in nouveau_fence_context_del()
H A Dnouveau_chan.c48 nouveau_fence_context_kill(chan->fence, -ENODEV); in nouveau_channel_kill()