Searched defs:nv50_disp_func (Results 1 – 2 of 2) sorted by relevance
58 struct nv50_disp_func { struct59 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 …]
2380 nv50_disp_func = { variable