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.h114 struct nouveau_cli_work { struct
115 void (*func)(struct nouveau_cli_work *); argument
116 struct nouveau_cli *cli;
117 struct list_head head;
119 struct dma_fence *fence;
120 struct dma_fence_cb cb;
H A Dnouveau_drm.c172 nouveau_cli_work(struct work_struct *w) in nouveau_cli_work() function