Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_fence.h67 void nouveau_fence_context_kill(struct nouveau_fence_chan *, int error);
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()
Dnouveau_chan.c48 nouveau_fence_context_kill(chan->fence, -ENODEV); in nouveau_channel_kill()