Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.h21 struct nouveau_abi16_chan { struct
22 struct list_head head;
23 struct nouveau_channel *chan;
24 struct nvif_object ce;
25 struct list_head notifiers;
26 struct nouveau_bo *ntfy;
27 struct nouveau_vma *ntfy_vma;
28 struct nvkm_mm heap;
29 struct nouveau_sched_entity sched_entity;
H A Dnouveau_abi16.c437 nouveau_abi16_chan(struct nouveau_abi16 *abi16, int channel) in nouveau_abi16_chan() function