linux/drivers/gpu/drm/nouveau/nvkm/engine/gr
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
fuc
base.c nouveau: add a third state to the fini handler. 2026-02-04 12:17:43 +10:00
ctxga102.c drm/nouveau/gr/ga102: initial support 2022-11-09 10:45:21 +10:00
ctxgf100.c drm/nouveau/gr/ga102: initial support 2022-11-09 10:45:21 +10:00
ctxgf100.h drm/nouveau/gr: enable memory loads on helper invocation on all channels 2023-08-03 11:23:50 +02:00
ctxgf104.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgf108.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgf110.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgf117.c drm/nouveau/gr/gf117-: make ppc_nr[gpc] accurate 2022-11-09 10:45:12 +10:00
ctxgf119.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgk20a.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgk104.c drm/nouveau/gr: enable memory loads on helper invocation on all channels 2023-08-03 11:23:50 +02:00
ctxgk110.c drm/nouveau/gr: enable memory loads on helper invocation on all channels 2023-08-03 11:23:50 +02:00
ctxgk110b.c drm/nouveau/gr: enable memory loads on helper invocation on all channels 2023-08-03 11:23:50 +02:00
ctxgk208.c drm/nouveau/gr: enable memory loads on helper invocation on all channels 2023-08-03 11:23:50 +02:00
ctxgm20b.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgm107.c drm/nouveau/gr: enable memory loads on helper invocation on all channels 2023-08-03 11:23:50 +02:00
ctxgm200.c drm/nouveau/gr/gf117-: make ppc_nr[gpc] accurate 2022-11-09 10:45:12 +10:00
ctxgp100.c drm/nouveau/gr/gf117-: make ppc_nr[gpc] accurate 2022-11-09 10:45:12 +10:00
ctxgp102.c drm/nouveau/gr/gf117-: make ppc_nr[gpc] accurate 2022-11-09 10:45:12 +10:00
ctxgp104.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgp107.c drm/nouveau/gr/gf100-: make global attrib_cb actually global 2022-11-09 10:45:11 +10:00
ctxgv100.c drm/nouveau/gr/tu102-: use sw_veid_bundle_init from firmware 2022-11-09 10:45:13 +10:00
ctxnv40.c
ctxnv40.h
ctxnv50.c
ctxtu102.c drm/nouveau/gr/tu102: remove gv100_grctx_unkn88c 2022-11-09 10:45:13 +10:00
g84.c
ga102.c drm/nouveau/gsp: add common code for engines/engine objects 2025-05-19 06:29:24 +10:00
gf100.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
gf100.h drm/nouveau/gsp: add common code for engines/engine objects 2025-05-19 06:29:24 +10:00
gf104.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gf108.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gf110.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gf117.c drm/nouveau/gr/gp100-: fix number of zcull tile regs 2022-11-09 10:45:12 +10:00
gf119.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gk20a.c drm/nouveau/gr/tu102-: use sw_veid_bundle_init from firmware 2022-11-09 10:45:13 +10:00
gk104.c drm/nouveau/gr/gf117-: make ppc_nr[gpc] accurate 2022-11-09 10:45:12 +10:00
gk104.h
gk110.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gk110b.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gk208.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gm20b.c drm/nouveau/gr/gf100-: move reset during golden ctx init to fecs_reset() 2022-11-09 10:45:11 +10:00
gm107.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gm200.c drm/nouveau/gr/gv100-: port smid mapping code from nvgpu 2022-11-09 10:45:12 +10:00
gp10b.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gp100.c drm/nouveau/gr/gp100-: modify init_fecs_exceptions 2022-11-09 10:45:12 +10:00
gp102.c drm/nouveau/gr/ga102: initial support 2022-11-09 10:45:21 +10:00
gp104.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gp107.c drm/nouveau/gr/gf100-: move some init to init_exception2() 2022-11-09 10:45:12 +10:00
gp108.c drm/nouveau/gr/ga102: initial support 2022-11-09 10:45:21 +10:00
gt200.c
gt215.c
gv100.c drm/nouveau/gr/tu102: add gv100_gr_init_4188a4 2022-11-09 10:45:13 +10:00
Kbuild drm/nouveau/gsp: add common code for engines/engine objects 2025-05-19 06:29:24 +10:00
mcp79.c
mcp89.c
nv2a.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv04.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv10.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv10.h drm/nouveau/fifo: remove left-over references to nvkm_fifo_chan 2023-07-06 17:22:33 +02:00
nv15.c
nv17.c
nv20.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv20.h nouveau: add a third state to the fini handler. 2026-02-04 12:17:43 +10:00
nv25.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv30.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv34.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv35.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv40.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv40.h drm/nouveau/fifo: remove left-over references to nvkm_fifo_chan 2023-07-06 17:22:33 +02:00
nv44.c
nv50.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
nv50.h drm/nouveau/fifo: remove left-over references to nvkm_fifo_chan 2023-07-06 17:22:33 +02:00
priv.h drm/nouveau/fifo/ga100-: add per-runlist nonstall intr handling 2023-07-06 17:22:33 +02:00
regs.h
tu102.c drm/nouveau/gsp: add common code for engines/engine objects 2025-05-19 06:29:24 +10:00