Searched defs:nv50_disp_func (Results 1 – 2 of 2) sorted by relevance
51 struct nv50_disp_func { struct52 int (*init)(struct nv50_disp *);53 void (*fini)(struct nv50_disp *);54 void (*intr)(struct nv50_disp *);55 void (*intr_error)(struct nv50_disp *, int chid);57 const struct nvkm_event_func *uevent;58 void (*super)(struct work_struct *);60 const struct nvkm_disp_oclass *root;62 struct {65 } wndw, head, dac, sor, pior;[all …]
2119 nv50_disp_func = { variable