Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A 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;
H A Dnouveau_drm.c156 nouveau_cli_work(struct work_struct *w) in nouveau_cli_work() function