index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
clk
/
gk20a.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/clk/gm20b: add glitchless and DFS support
Alexandre Courbot
2016-07-14
1
-85
/
+4
*
drm/nouveau/clk/gk20a: rename constructor
Alexandre Courbot
2016-07-14
1
-2
/
+2
*
drm/nouveau/clk/gk20a: improve MNP programming
Alexandre Courbot
2016-07-14
1
-89
/
+96
*
drm/nouveau/clk/gk20a: factorize n_lo computation code
Alexandre Courbot
2016-07-14
1
-9
/
+10
*
drm/nouveau/clk/gk20a: parameterize PLL settings
Alexandre Courbot
2016-07-14
1
-24
/
+27
*
drm/nouveau/clk/gk20a: add and use MNP programming functions
Alexandre Courbot
2016-07-14
1
-13
/
+22
*
drm/nouveau/clk/gk20a: use nvkm_ functions in slide()
Alexandre Courbot
2016-07-14
1
-16
/
+10
*
drm/nouveau/clk/gk20a: reorganize MNP calculation a bit
Alexandre Courbot
2016-07-14
1
-8
/
+5
*
drm/nouveau/clk/gk20a: setup slide once during init
Alexandre Courbot
2016-07-14
1
-6
/
+40
*
drm/nouveau/clk/gk20a: properly protect macro argument
Alexandre Courbot
2016-07-14
1
-1
/
+1
*
drm/nouveau/clk/gk20a: share reusable structures/functions
Alexandre Courbot
2016-03-14
1
-36
/
+8
*
drm/nouveau/clk/gk20a: set lowest frequency during init()
Alexandre Courbot
2016-03-14
1
-2
/
+5
*
drm/nouveau/clk/gk20a: split gk20a_clk_new()
Alexandre Courbot
2016-03-14
1
-12
/
+31
*
drm/nouveau/clk/gk20a: abstract pl_to_div
Alexandre Courbot
2016-03-14
1
-21
/
+36
*
drm/nouveau/clk/gk20a: put mnp values into their own struct
Alexandre Courbot
2016-03-14
1
-31
/
+36
*
drm/nouveau/clk/gk20a: emit parent rate as debug message
Alexandre Courbot
2016-03-14
1
-2
/
+2
*
drm/nouveau/clk/gk20a: only restore divider to 1:1 if needed
Alexandre Courbot
2016-03-14
1
-3
/
+10
*
drm/nouveau/clk/gk20a: only compute n_lo if needed
Alexandre Courbot
2016-03-14
1
-3
/
+5
*
drm/nouveau/clk/gk20a: fix VCO bit mask
Alexandre Courbot
2016-03-14
1
-1
/
+2
*
drm/nouveau/clk/gk20a: rename enable/disable functions
Alexandre Courbot
2016-03-14
1
-28
/
+24
*
drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp()
Alexandre Courbot
2016-03-14
1
-4
/
+8
*
drm/nouveau/clk/gk20a: convert parameters to Khz
Alexandre Courbot
2016-03-14
1
-15
/
+17
*
nouveau/nvkm/subdev/clk/gk20a.c: fix wrong do_div() usage
Nicolas Pitre
2015-11-16
1
-2
/
+1
*
drm/nouveau/tegra: merge platform setup from nouveau drm
Ben Skeggs
2015-08-28
1
-5
/
+3
*
drm/nouveau/clk: convert to new-style nvkm_subdev
Ben Skeggs
2015-08-28
1
-63
/
+42
*
drm/nouveau/platform: remove subclassing of nvkm_device
Ben Skeggs
2015-08-28
1
-3
/
+2
*
drm/nouveau/clk: switch to subdev printk macros
Ben Skeggs
2015-08-28
1
-16
/
+24
*
drm/nouveau/clk: switch to new-style timer macros
Ben Skeggs
2015-08-28
1
-4
/
+4
*
drm/nouveau/clk: switch to device pri macros
Ben Skeggs
2015-08-28
1
-35
/
+43
*
drm/nouveau/clk: cosmetic changes
Ben Skeggs
2015-08-28
1
-126
/
+126
*
drm/nouveau/device: include core/device.h automatically for subdevs/engines
Ben Skeggs
2015-08-28
1
-2
/
+0
*
drm/nouveau/timer: namespace + nvidia gpu names (no binary change)
Ben Skeggs
2015-01-22
1
-0
/
+2
*
drm/nouveau/clk: namespace + nvidia gpu names (no binary change)
Ben Skeggs
2015-01-22
1
-30
/
+28
*
drm/nouveau/clk: rename from clock (no binary change)
Ben Skeggs
2015-01-22
1
-0
/
+680