1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit
Gustavo A. R. Silva f6e7393ede drm/nouveau: Use fallthrough pseudo-keyword
Replace the existing /* fall through */ comments and its variants with
the new pseudo-keyword macro fallthrough[1]. Also, remove unnecessary
fall-through markings when it is the case.

[1] https://www.kernel.org/doc/html/latest/process/deprecated.html?highlight=fallthrough#implicit-switch-case-fall-through

Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
2020-07-24 18:50:50 +10:00
..
base.c drm/nouveau/core: remove pmc_enable argument from subdev ctor 2016-05-20 14:43:04 +10:00
fbmem.h drm/nouveau/device: cleaner abstraction for device resource functions 2015-08-28 12:40:48 +10:00
g84.c drm/nouveau/core: remove the remainder of the previous style 2015-08-28 12:40:47 +10:00
g98.c drm/nouveau/core: remove the remainder of the previous style 2015-08-28 12:40:47 +10:00
gf100.c drm/nouveau/devinit/gf100: make devinit on resume safer 2016-05-20 14:43:04 +10:00
gm107.c drm/nouveau/devinit/gf100-: detect if BIOS invoked devinit 2016-03-14 10:13:16 +10:00
gm200.c drm/nouveau/devinit/gm200-: export function to upload+execute PMU/PRE_OS 2018-12-11 15:37:45 +10:00
gt215.c drm/nouveau/core: remove the remainder of the previous style 2015-08-28 12:40:47 +10:00
gv100.c drm/nouveau/devinit/gv100: initial support 2018-05-18 15:01:31 +10:00
Kbuild drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:51 +10:00
mcp89.c drm/nouveau/core: remove the remainder of the previous style 2015-08-28 12:40:47 +10:00
nv1a.c drm/nouveau/devinit: convert to new-style nvkm_subdev 2015-08-28 12:40:43 +10:00
nv04.c drm/nouveau: Use fallthrough pseudo-keyword 2020-07-24 18:50:50 +10:00
nv04.h drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:50 +10:00
nv05.c drm/nouveau/devinit: convert to new-style nvkm_subdev 2015-08-28 12:40:43 +10:00
nv10.c drm/nouveau/devinit: convert to new-style nvkm_subdev 2015-08-28 12:40:43 +10:00
nv20.c drm/nouveau/devinit: convert to new-style nvkm_subdev 2015-08-28 12:40:43 +10:00
nv50.c drm/nouveau/devinit: use new devinit script interpreter entry-point 2017-06-16 14:04:44 +10:00
nv50.h drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:50 +10:00
priv.h drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:50 +10:00
tu102.c drm/nouveau/devinit/tu102: rename implementation from tu104 2019-02-20 08:59:57 +10:00