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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_headnv50.c 85 nv50_head = { variable in typeref:typename:const struct nvkm_head_func
96 return nvkm_head_new_(&nv50_head, disp, id);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
head.h 5 #define nv50_head(c) container_of((c), struct nv50_head, base.base) macro
12 struct nv50_head { struct
19 struct nv50_head *nv50_head_create(struct drm_device *, int index);
20 void nv50_head_flush_set(struct nv50_head *, struct nv50_head_atom *);
21 void nv50_head_flush_clr(struct nv50_head *, struct nv50_head_atom *, bool y);
24 void (*view)(struct nv50_head *, struct nv50_head_atom *);
25 void (*mode)(struct nv50_head *, struct nv50_head_atom *);
26 bool (*olut)(struct nv50_head *, struct nv50_head_atom *, int);
29 void (*olut_set)(struct nv50_head *, struct nv50_head_atom *)
    [all...]

Completed in 11 milliseconds