Searched defs:nv50_disp_func (Results 1 – 2 of 2) sorted by relevance
53 struct nv50_disp_func { struct54 int (*init)(struct nv50_disp *);55 void (*fini)(struct nv50_disp *);56 void (*intr)(struct nv50_disp *);57 void (*intr_error)(struct nv50_disp *, int chid);59 const struct nvkm_event_func *uevent;60 void (*super)(struct work_struct *);62 const struct nvkm_disp_oclass *root;64 struct {67 } wndw, head, dac, sor, pior;[all …]
2606 nv50_disp_func = { variable
Completed in 12 milliseconds