Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_drv.h115 struct nouveau_cli_work { struct
116 void (*func)(struct nouveau_cli_work *); argument
117 struct nouveau_cli *cli;
118 struct list_head head;
120 struct dma_fence *fence;
121 struct dma_fence_cb cb;
Dnouveau_drm.c155 nouveau_cli_work(struct work_struct *w) in nouveau_cli_work() function