Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv50.h51 struct nv50_disp_func { struct
52 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 …]
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2119 nv50_disp_func = { variable