Displaying 11 results from an estimated 11 matches for "usernv04".
Did you mean:
user04
2017 May 02
0
drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c:124:: possible unintended fallthrough ?
Hello there,
drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c:124:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
Source code is
switch (dmaobj->base.access) {
case NV_MEM_ACCESS_RO:
dmaobj->flags0 |= 0x00004000;
break;
case NV_MEM_ACCESS_WO:
dmaobj->flags0 |= 0x00008000;
case NV_MEM_...
2018 Oct 17
2
[PATCH] drm/nouveau/nvkm: mark expected switch fall-throughs
...1435 ("Missing break in switch")
Addresses-Coverity-ID: 141436 ("Missing break in switch")
Signed-off-by: Gustavo A. R. Silva <gustavo at embeddedor.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 17 +++++++++++++++++
drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 2 ++
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c |...
2018 Jun 27
0
[PATCH] drm/nouveau/nvkm: mark expected switch fall-throughs
In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.
Signed-off-by: Gustavo A. R. Silva <gustavo at embeddedor.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 17 +++++++++++++++++
drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 2 ++
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c | 1 +
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c |...
2019 Jan 10
0
[PATCH] drm/nouveau/nvkm: mark expected switch fall-throughs
...n switch")
> Addresses-Coverity-ID: 141436 ("Missing break in switch")
> Signed-off-by: Gustavo A. R. Silva <gustavo at embeddedor.com>
> ---
> drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 17 +++++++++++++++++
> drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c | 1 +
> drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 2 ++
> drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 1 +
> drivers/gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 1 +
> drivers/gpu/drm/nouveau/nvkm/subdev/bios/pll.c | 1 +
> drivers/gpu/drm/nouvea...
2020 Jul 07
3
[PATCH][next] drm/nouveau: Use fallthrough pseudo-keyword
...rs/gpu/drm/nouveau/dispnv50/disp.c | 2 -
drivers/gpu/drm/nouveau/nouveau_bo.c | 2 -
drivers/gpu/drm/nouveau/nouveau_connector.c | 4 +-
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 34 ++++++++++-----------
drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c | 2 -
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 4 +-
drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 2 -
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c | 2 -
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 -
drivers/gpu/drm/nouveau/nvkm/subdev/bios/p...
2020 Jul 08
0
[PATCH][next] drm/nouveau: Use fallthrough pseudo-keyword
...ispnv50/disp.c | 2 -
> drivers/gpu/drm/nouveau/nouveau_bo.c | 2 -
> drivers/gpu/drm/nouveau/nouveau_connector.c | 4 +-
> drivers/gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 34 ++++++++++-----------
> drivers/gpu/drm/nouveau/nvkm/engine/dma/usernv04.c | 2 -
> drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 4 +-
> drivers/gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 2 -
> drivers/gpu/drm/nouveau/nvkm/subdev/bios/dcb.c | 2 -
> drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 -
> drivers/gpu/drm/n...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...msm/adreno/adreno_gpu.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_connector.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 34 +++---
.../drm/nouveau/nvkm/engine/dma/usernv04.c | 2 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/dcb.c | 3 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 2 +-
.../...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...msm/adreno/adreno_gpu.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_connector.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 34 +++---
.../drm/nouveau/nvkm/engine/dma/usernv04.c | 2 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/dcb.c | 3 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 2 +-
.../...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...msm/adreno/adreno_gpu.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_connector.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 34 +++---
.../drm/nouveau/nvkm/engine/dma/usernv04.c | 2 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/dcb.c | 3 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 2 +-
.../...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...msm/adreno/adreno_gpu.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_connector.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 34 +++---
.../drm/nouveau/nvkm/engine/dma/usernv04.c | 2 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/dcb.c | 3 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 2 +-
.../...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...msm/adreno/adreno_gpu.c | 2 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_bo.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_connector.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/disp/hdmi.c | 34 +++---
.../drm/nouveau/nvkm/engine/dma/usernv04.c | 2 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv04.c | 4 +-
.../gpu/drm/nouveau/nvkm/engine/fifo/nv40.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/dcb.c | 3 +-
drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/bios/perf.c | 2 +-
.../...