search for: 5621daf

Displaying 2 results from an estimated 2 matches for "5621daf".

2016 Apr 18
0
[PATCH v4 35/37] clk: set clocks to pre suspend state after suspend
...>ustate_dc = -1; + + clk->exp_cstate = NVKM_CLK_CSTATE_DEFAULT; + clk->set_cstate = NULL; + clk->allow_reclock = allow_reclock; INIT_WORK(&clk->work, nvkm_clk_update_work); diff --git a/drm/nouveau/nvkm/subdev/clk/gf100.c b/drm/nouveau/nvkm/subdev/clk/gf100.c index 5025dcc..5621daf 100644 --- a/drm/nouveau/nvkm/subdev/clk/gf100.c +++ b/drm/nouveau/nvkm/subdev/clk/gf100.c @@ -447,12 +447,12 @@ gf100_clk_update_volt(struct nvkm_clk *clk) } void -gf100_clk_update(struct nvkm_clk *clk, int pstate) +gf100_clk_update(struct nvkm_clk *clk, int pstate, bool force) { struct nvk...
2016 Apr 18
63
[PATCH v4 00/37] Volting/Clocking improvements for Fermi and newer
We are slowly getting there! v4 of the series with some realy good improvements, so I am sure this is like 95% done and only needs some proper polishing and proper Reviews! I also added the NvVoltOffsetmV module parameter, so that a user is able to over and !under!-volt the GPU. Overvolting makes sense, when there are still some reclocking issues left, which might be solved by a higher voltage.