linux/drivers/gpu/drm/nouveau/nvkm/engine/dma
Gustavo A. R. Silva 322b38ce3d drm/nouveau/nvkm: mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

This patch aims to suppress 29 missing-break-in-switch false positives.

Addresses-Coverity-ID: 1456891 ("Missing break in switch")
Addresses-Coverity-ID: 1324063 ("Missing break in switch")
Addresses-Coverity-ID: 1324063 ("Missing break in switch")
Addresses-Coverity-ID: 141432 ("Missing break in switch")
Addresses-Coverity-ID: 141433 ("Missing break in switch")
Addresses-Coverity-ID: 141434 ("Missing break in switch")
Addresses-Coverity-ID: 141435 ("Missing break in switch")
Addresses-Coverity-ID: 141436 ("Missing break in switch")
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
2019-04-10 10:07:29 -05:00
..
base.c drm/nouveau/dma: lookup objects with nvkm_object_search() 2017-02-17 15:14:57 +10:00
gf100.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
gf119.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
gv100.c drm/nouveau/dma/gv100: initial support 2018-05-18 15:01:39 +10:00
Kbuild drm/nouveau/dma/gv100: initial support 2018-05-18 15:01:39 +10:00
nv04.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
nv50.c drm/nouveau/dma: convert to new-style nvkm_engine 2015-08-28 12:40:46 +10:00
priv.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
user.c drm/nouveau/dma: lookup objects with nvkm_object_search() 2017-02-17 15:14:57 +10:00
user.h drm/nouveau/dma/gv100: initial support 2018-05-18 15:01:39 +10:00
usergf100.c drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious 2016-01-11 11:17:40 +10:00
usergf119.c drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious 2016-01-11 11:17:40 +10:00
usergv100.c drm/nouveau/dma/gv100: initial support 2018-05-18 15:01:39 +10:00
usernv04.c drm/nouveau/nvkm: mark expected switch fall-throughs 2019-04-10 10:07:29 -05:00
usernv50.c drm/nouveau/nvif: modify nvif_unvers/nvif_unpack macros to be more obvious 2016-01-11 11:17:40 +10:00