HomeSort by: relevance | last modified time | path
    Searched defs:nv50_disp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nv50.h 9 #define nv50_disp(p) container_of((p), struct nv50_disp, base) macro
15 struct nv50_disp { struct
48 void nv50_disp_super_1(struct nv50_disp *);
49 void nv50_disp_super_1_0(struct nv50_disp *, struct nvkm_head *);
50 void nv50_disp_super_2_0(struct nv50_disp *, struct nvkm_head *);
51 void nv50_disp_super_2_1(struct nv50_disp *, struct nvkm_head *);
52 void nv50_disp_super_2_2(struct nv50_disp *, struct nvkm_head *);
53 void nv50_disp_super_3_0(struct nv50_disp *, struct nvkm_head *);
59 int (*init)(struct nv50_disp *);
    [all...]
nouveau_nvkm_engine_disp_nv50.c 47 return nv50_disp(base)->func->root;
53 struct nv50_disp *disp = nv50_disp(base);
60 struct nv50_disp *disp = nv50_disp(base);
67 struct nv50_disp *disp = nv50_disp(base);
74 struct nv50_disp *disp = nv50_disp(base);
89 struct nv50_disp *disp = nv50_disp(base)
763 nv50_disp = { variable in typeref:typename:const struct nv50_disp_func
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
disp.h 11 struct nv50_disp { struct
31 static inline struct nv50_disp *
32 nv50_disp(struct drm_device *dev) function in typeref:struct:nv50_disp *

Completed in 12 milliseconds