Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dnv50.h58 struct nv50_disp_func { struct
59 int (*init)(struct nv50_disp *);
60 void (*fini)(struct nv50_disp *);
61 void (*intr)(struct nv50_disp *);
62 void (*intr_error)(struct nv50_disp *, int chid);
64 const struct nvkm_event_func *uevent;
65 void (*super)(struct work_struct *);
67 const struct nvkm_disp_oclass *root;
69 struct {
72 } wndw, head, dac, sor, pior;
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_disp.c2380 nv50_disp_func = { variable