Searched refs:nvkm_ior_state (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | ior.h | 22 struct nvkm_ior_state { struct 58 void (*state)(struct nvkm_ior *, struct nvkm_ior_state *); 122 void nv50_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 130 void g94_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 145 void gf119_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 172 void gv100_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 183 void nv50_pior_depth(struct nvkm_ior *, struct nvkm_ior_state *, u32 ctrl);
|
D | nv50.c | 92 nv50_pior_depth(struct nvkm_ior *ior, struct nvkm_ior_state *state, u32 ctrl) in nv50_pior_depth() 117 nv50_pior_state(struct nvkm_ior *pior, struct nvkm_ior_state *state) in nv50_pior_state() 198 nv50_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in nv50_sor_state() 296 nv50_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state) in nv50_dac_state()
|
D | g94.c | 268 g94_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in g94_sor_state()
|
D | gf119.c | 281 gf119_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in gf119_sor_state() 338 gf119_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state) in gf119_dac_state()
|
D | gv100.c | 162 gv100_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in gv100_sor_state()
|