linux_dsm_epyc7002/drivers/gpu/drm/nouveau/nvkm/subdev
Arushi Singhal dd3b89be3e drm/nouveau/clk: Use list_for_each_entry_from_reverse
It's better to use "list_for_each_entry_from_reverse" for iterating list
than "for loop" as it makes the code more clear to read.
This patch replace "for loop" with "list_for_each_entry_from_reverse"
and "start" variable with "cstate" which helps in refactoring
the code and also "cstate" variable is more commonly used in the other
functions.

changes in v2:
"start" variable is removed, before "cstate" variable was removed
but "cstate" is more common so preferred "cstate" over "start".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2018-05-18 17:09:35 +10:00
..
bar Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes 2018-01-19 12:12:31 +10:00
bios drm/nouveau/bios/pll: limits table 5.0 2018-05-18 15:01:31 +10:00
bus License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
clk drm/nouveau/clk: Use list_for_each_entry_from_reverse 2018-05-18 17:09:35 +10:00
devinit drm/nouveau/devinit/gv100: initial support 2018-05-18 15:01:31 +10:00
fault drm/nouveau/fault/gv100: initial support 2018-05-18 15:01:38 +10:00
fb drm/nouveau/fb/gv100: initial support 2018-05-18 15:01:34 +10:00
fuse License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
gpio License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
i2c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ibus License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
iccsense License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
instmem Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes 2017-12-19 13:21:11 +10:00
ltc drm/nouveau/gr/gp102-: setup stencil zbc 2018-05-18 15:01:26 +10:00
mc drm/nouveau/mc/gp100-: route fault buffer interrupts to FAULT 2018-05-18 15:01:20 +10:00
mmu drm/nouveau/mmu/gv100: initial support 2018-05-18 15:01:38 +10:00
mxm License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pci Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes 2018-01-26 15:27:07 +10:00
pmu drm/nouveau/pmu/fuc: don't use movw directly anymore 2018-02-02 15:24:03 +10:00
secboot drm/nouveau/gr/gv100: initial support 2018-05-18 15:01:47 +10:00
therm drm/nouveau: Make clock gate support conditional 2018-02-16 14:07:58 +10:00
timer License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
top drm/nouveau/top/gv100: initial support 2018-05-18 15:01:34 +10:00
volt License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Kbuild drm/nouveau/core: define FAULT subdev 2018-05-18 15:01:20 +10:00