Searched refs:nvkm_ior_state (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
A 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 *); 131 void g94_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 146 void gf119_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 177 void gv100_sor_state(struct nvkm_ior *, struct nvkm_ior_state *); 188 void nv50_pior_depth(struct nvkm_ior *, struct nvkm_ior_state *, u32 ctrl);
|
A 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()
|
A D | g94.c | 268 g94_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in g94_sor_state()
|
A D | gf119.c | 304 gf119_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in gf119_sor_state() 359 gf119_dac_state(struct nvkm_ior *dac, struct nvkm_ior_state *state) in gf119_dac_state()
|
A D | gv100.c | 184 gv100_sor_state(struct nvkm_ior *sor, struct nvkm_ior_state *state) in gv100_sor_state()
|
Completed in 12 milliseconds