Home
last modified time | relevance | path

Searched defs:nouveau_cli_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/nouveau/
Dnouveau_drv.h112 struct nouveau_cli_work { struct
113 void (*func)(struct nouveau_cli_work *); argument
114 struct nouveau_cli *cli;
115 struct list_head head;
117 struct dma_fence *fence;
118 struct dma_fence_cb cb;
Dnouveau_drm.c156 nouveau_cli_work(struct work_struct *w) in nouveau_cli_work() function