index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nvkm
/
subdev
/
clk
Age
Commit message (
Expand
)
Author
2021-06-03
drm/nouveau/clk: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-02-11
drm/nouveau/clk: switch to instanced constructor
Ben Skeggs
2020-11-08
drm: remove unneeded break
Tom Rix
2020-07-24
drm/nouveau: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2019-07-19
drm/nouveau: fix bogus GPL-2 license header
Ben Skeggs
2019-07-19
drm/nouveau: fix bogus GPL-2 license header
Ilia Mirkin
2019-05-30
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-04-10
drm/nouveau/nvkm: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-05-18
drm/nouveau/clk: Use list_for_each_entry_from_reverse
Arushi Singhal
2018-03-26
gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entry
Arushi Singhal
2018-02-02
drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warning
Arnd Bergmann
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-17
replace BUG_ON(1) with BUG()
Ben Skeggs
2016-11-28
drm/nouveau/bios/cstep: pointers are 32-bit
Ben Skeggs
2016-11-28
drm/nouveau/bios/boost: pointers are 32-bit
Ben Skeggs
2016-11-07
drm/nouveau: mark symbols static where possible
Baoyou Xie
2016-10-12
drm/nouveau/clk: Allow boosting only when NvBoost is set
Karol Herbst
2016-10-12
drm/nouveau/clk: Respect voltage limits in nvkm_cstate_prog
Karol Herbst
2016-10-12
drm/nouveau/clk: Fixup cstate selection
Karol Herbst
2016-10-12
drm/nouveau/volt: Add temperature parameter to nvkm_volt_map
Karol Herbst
2016-10-12
drm/nouveau/clk: Let nvkm_clk_tstate take a temperature value
Karol Herbst
2016-10-12
drm/nouveau/clk: Add index field to nvkm_cstate
Karol Herbst
2016-10-12
drm/nouveau/volt: Add min_id parameter to nvkm_volt_set_id
Karol Herbst
2016-10-12
drm/nouveau/clk: Don't create cstates with voltages higher than what the gpu ...
Karol Herbst
2016-10-12
drm/nouveau/clk: Fix potential NULL pointer access when there is no fb subdev
Karol Herbst
2016-07-14
drm/nouveau/clk/gf100: Read secondary bypass postdiv when required
Roy Spliet
2016-07-14
drm/nouveau/clk/gf100-: Clean up PLL locking test
Roy Spliet
2016-07-14
drm/nouveau/clk/gm20b: add glitchless and DFS support
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: rename constructor
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: improve MNP programming
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: factorize n_lo computation code
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: parameterize PLL settings
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: add and use MNP programming functions
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: use nvkm_ functions in slide()
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: reorganize MNP calculation a bit
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: setup slide once during init
Alexandre Courbot
2016-07-14
drm/nouveau/clk/gk20a: properly protect macro argument
Alexandre Courbot
2016-05-20
drm/nouveau/core: remove pmc_enable argument from subdev ctor
Ben Skeggs
2016-03-14
drm/nouveau/clk/gm20b: add basic driver
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: share reusable structures/functions
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: set lowest frequency during init()
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: split gk20a_clk_new()
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: abstract pl_to_div
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: put mnp values into their own struct
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: emit parent rate as debug message
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: only restore divider to 1:1 if needed
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: only compute n_lo if needed
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: fix VCO bit mask
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: rename enable/disable functions
Alexandre Courbot
2016-03-14
drm/nouveau/clk/gk20a: reorganize variables in gk20a_pllg_calc_mnp()
Alexandre Courbot
[next]