Home
last modified time | relevance | path

Searched refs:nv50_dmac (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.h62 struct nv50_dmac { struct
93 s64 syncbuf, struct nv50_dmac *dmac); argument
94 void nv50_dmac_destroy(struct nv50_dmac *);
H A Ddisp.c123 nv50_dmac_destroy(struct nv50_dmac *dmac) in nv50_dmac_destroy()
136 struct nv50_dmac *dmac = container_of(push, typeof(*dmac), push); in nv50_dmac_kick()
160 nv50_dmac_free(struct nv50_dmac *dmac) in nv50_dmac_free()
169 nv50_dmac_wind(struct nv50_dmac *dmac) in nv50_dmac_wind()
195 struct nv50_dmac *dmac = container_of(push, typeof(*dmac), push); in nv50_dmac_wait()
234 struct nv50_dmac *dmac) in nv50_dmac_create()