Searched refs:nvkm_ior_state (Results 1 – 8 of 8) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | ior.h | 21 struct nvkm_ior_state { struct 57 void (*state)(struct nvkm_ior *, struct nvkm_ior_state *); 109 void nv50_pior_depth(struct nvkm_ior *, struct nvkm_ior_state *, u32 ctrl); 117 void nv50_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 121 void g94_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 132 void gf119_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 148 void gv100_sor_state(struct nvkm_ior *, struct nvkm_ior_state *);
|
D | piornv50.c | 73 nv50_pior_depth(struct nvkm_ior *ior, struct nvkm_ior_state *state, u32 ctrl) in nv50_pior_depth() 98 nv50_pior_state(struct nvkm_ior *pior, struct nvkm_ior_state *state) in nv50_pior_state()
|
D | dacgf119.c | 33 gf119_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state) in gf119_dac_state()
|
D | sornv50.c | 67 nv50_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in nv50_sor_state()
|
D | dacnv50.c | 84 nv50_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state) in nv50_dac_state()
|
D | sorgv100.c | 58 gv100_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in gv100_sor_state()
|
D | sorgf119.c | 148 gf119_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in gf119_sor_state()
|
D | sorg94.c | 248 g94_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in g94_sor_state()
|