Home
last modified time | relevance | path

Searched refs:nvkm_cstate (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dclk.h50 struct nvkm_cstate { struct
59 struct nvkm_cstate base; argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c84 struct nvkm_cstate *cstate; in nvkm_cstate_prog()
131 nvkm_cstate_del(struct nvkm_cstate *cstate) in nvkm_cstate_del()
142 struct nvkm_cstate *cstate = NULL; in nvkm_cstate_new()
254 struct nvkm_cstate *cstate; in nvkm_pstate_info()
296 struct nvkm_cstate *cstate, *temp; in nvkm_pstate_del()
312 struct nvkm_cstate *cstate; in nvkm_pstate_new()
Dnv50.h25 int nv50_clk_calc(struct nvkm_clk *, struct nvkm_cstate *);
Dpriv.h10 int (*calc)(struct nvkm_clk *, struct nvkm_cstate *);
Dgt215.c271 calc_clk(struct gt215_clk *clk, struct nvkm_cstate *cstate, in calc_clk()
282 calc_host(struct gt215_clk *clk, struct nvkm_cstate *cstate) in calc_host()
456 gt215_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gt215_clk_calc()
Dgf100.c266 calc_clk(struct gf100_clk *clk, struct nvkm_cstate *cstate, int idx, int dom) in calc_clk()
317 gf100_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gf100_clk_calc()
Dgk104.c288 struct nvkm_cstate *cstate, int idx, int dom) in calc_clk()
339 gk104_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gk104_clk_calc()
Dnv40.c146 nv40_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in nv40_clk_calc()
Dmcp77.c203 mcp77_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in mcp77_clk_calc()
Dnv50.c368 nv50_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in nv50_clk_calc()
Dgk20a.c582 gk20a_clk_calc(struct nvkm_clk *base, struct nvkm_cstate *cstate) in gk20a_clk_calc()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dctrl.c75 struct nvkm_cstate *cstate; in nvkm_control_mthd_pstate_attr()