summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nvkm/subdev/clk
AgeCommit message (Expand)AuthorFilesLines
2023-04-17drm/nouveau/clk: Move a variable assignment behind a null pointer check in nv...Markus Elfring1-1/+1
2022-08-23subdev/clk: fix repeated words in commentswangjianli1-1/+1
2022-07-13drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clkBen Skeggs1-15/+5
2022-04-05drm/nouveau/clk: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-2/+4
2021-06-04drm/nouveau/clk: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-02-11drm/nouveau/clk: switch to instanced constructorBen Skeggs14-47/+49
2020-11-08drm: remove unneeded breakTom Rix1-3/+0
2020-07-24drm/nouveau: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2019-07-19drm/nouveau: fix bogus GPL-2 license headerBen Skeggs1-1/+1
2019-07-19drm/nouveau: fix bogus GPL-2 license headerIlia Mirkin5-5/+5
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman1-0/+1
2019-04-10drm/nouveau/nvkm: mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2018-05-18drm/nouveau/clk: Use list_for_each_entry_from_reverseArushi Singhal1-6/+4
2018-03-26gpu: drm: nouveau: Use list_{next/prev}_entry instead of list_entryArushi Singhal1-1/+1
2018-02-02drm/nouveau/clk: fix gcc-7 -Wint-in-bool-context warningArnd Bergmann1-3/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-02-17replace BUG_ON(1) with BUG()Ben Skeggs1-1/+1
2016-11-28drm/nouveau/bios/cstep: pointers are 32-bitBen Skeggs1-2/+2
2016-11-28drm/nouveau/bios/boost: pointers are 32-bitBen Skeggs1-2/+2
2016-11-07drm/nouveau: mark symbols static where possibleBaoyou Xie1-1/+1
2016-10-12drm/nouveau/clk: Allow boosting only when NvBoost is setKarol Herbst3-3/+34
2016-10-12drm/nouveau/clk: Respect voltage limits in nvkm_cstate_progKarol Herbst1-0/+52
2016-10-12drm/nouveau/clk: Fixup cstate selectionKarol Herbst1-2/+17
2016-10-12drm/nouveau/volt: Add temperature parameter to nvkm_volt_mapKarol Herbst1-2/+2
2016-10-12drm/nouveau/clk: Let nvkm_clk_tstate take a temperature valueKarol Herbst1-10/+9
2016-10-12drm/nouveau/clk: Add index field to nvkm_cstateKarol Herbst1-0/+1
2016-10-12drm/nouveau/volt: Add min_id parameter to nvkm_volt_set_idKarol Herbst1-2/+4
2016-10-12drm/nouveau/clk: Don't create cstates with voltages higher than what the gpu ...Karol Herbst1-0/+4
2016-10-12drm/nouveau/clk: Fix potential NULL pointer access when there is no fb subdevKarol Herbst1-2/+3
2016-07-14drm/nouveau/clk/gf100: Read secondary bypass postdiv when requiredRoy Spliet1-6/+14
2016-07-14drm/nouveau/clk/gf100-: Clean up PLL locking testRoy Spliet2-2/+14
2016-07-14drm/nouveau/clk/gm20b: add glitchless and DFS supportAlexandre Courbot3-96/+979
2016-07-14drm/nouveau/clk/gk20a: rename constructorAlexandre Courbot3-5/+5
2016-07-14drm/nouveau/clk/gk20a: improve MNP programmingAlexandre Courbot1-89/+96
2016-07-14drm/nouveau/clk/gk20a: factorize n_lo computation codeAlexandre Courbot1-9/+10
2016-07-14drm/nouveau/clk/gk20a: parameterize PLL settingsAlexandre Courbot1-24/+27
2016-07-14drm/nouveau/clk/gk20a: add and use MNP programming functionsAlexandre Courbot1-13/+22
2016-07-14drm/nouveau/clk/gk20a: use nvkm_ functions in slide()Alexandre Courbot1-16/+10
2016-07-14drm/nouveau/clk/gk20a: reorganize MNP calculation a bitAlexandre Courbot1-8/+5
2016-07-14drm/nouveau/clk/gk20a: setup slide once during initAlexandre Courbot3-6/+46
2016-07-14drm/nouveau/clk/gk20a: properly protect macro argumentAlexandre Courbot2-2/+2
2016-05-20drm/nouveau/core: remove pmc_enable argument from subdev ctorBen Skeggs1-1/+1
2016-03-14drm/nouveau/clk/gm20b: add basic driverAlexandre Courbot2-0/+199
2016-03-14drm/nouveau/clk/gk20a: share reusable structures/functionsAlexandre Courbot2-36/+73
2016-03-14drm/nouveau/clk/gk20a: set lowest frequency during init()Alexandre Courbot1-2/+5
2016-03-14drm/nouveau/clk/gk20a: split gk20a_clk_new()Alexandre Courbot1-12/+31
2016-03-14drm/nouveau/clk/gk20a: abstract pl_to_divAlexandre Courbot1-21/+36
2016-03-14drm/nouveau/clk/gk20a: put mnp values into their own structAlexandre Courbot1-31/+36
2016-03-14drm/nouveau/clk/gk20a: emit parent rate as debug messageAlexandre Courbot1-2/+2
2016-03-14drm/nouveau/clk/gk20a: only restore divider to 1:1 if neededAlexandre Courbot1-3/+10