Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/
Dnouveau_fence.h66 void nouveau_fence_context_kill(struct nouveau_fence_chan *, int error);
Dnouveau_fence.c90 nouveau_fence_context_kill(struct nouveau_fence_chan *fctx, int error) in nouveau_fence_context_kill() function
110 nouveau_fence_context_kill(fctx, 0); in nouveau_fence_context_del()
Dnouveau_chan.c56 nouveau_fence_context_kill(chan->fence, -ENODEV); in nouveau_channel_killed()