Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dnv50.h53 struct nv50_disp_func { struct
54 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 …]
/linux/drivers/gpu/drm/nouveau/dispnv50/
A Ddisp.c2606 nv50_disp_func = { variable

Completed in 12 milliseconds