linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb
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
..
base.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
g84.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
ga100.c drm/nouveau/fb/tu102-: prepare for GSP-RM 2023-10-31 15:08:11 +10:00
ga102.c drm/nouveau: add support for GH100 2025-05-19 07:14:44 +10:00
gb100.c drm/nouveau: verify that hardware supports the flush page address 2025-11-24 17:53:22 -05:00
gb202.c drm/nouveau: verify that hardware supports the flush page address 2025-11-24 17:53:22 -05:00
gddr3.c
gddr5.c
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/fb: handle sysmem flush page from common code 2022-11-09 10:44:58 +10:00
gf108.c drm/nouveau/fb: add missing sysmen flush callbacks 2023-04-11 12:35:46 +02:00
gh100.c drm/nouveau: verify that hardware supports the flush page address 2025-11-24 17:53:22 -05:00
gk20a.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
gk104.c drm/nouveau/fb: add missing sysmen flush callbacks 2023-04-11 12:35:46 +02:00
gk104.h
gk110.c drm/nouveau/fb: add missing sysmen flush callbacks 2023-04-11 12:35:46 +02:00
gm20b.c drm/nouveau/fb: handle sysmem flush page from common code 2022-11-09 10:44:58 +10:00
gm107.c drm/nouveau/fb: add missing sysmen flush callbacks 2023-04-11 12:35:46 +02:00
gm200.c drm/nouveau/fb: handle sysmem flush page from common code 2022-11-09 10:44:58 +10:00
gp10b.c drm/nouveau/fb: handle sysmem flush page from common code 2022-11-09 10:44:58 +10:00
gp100.c drm/nouveau/fb: handle sysmem flush page from common code 2022-11-09 10:44:58 +10:00
gp102.c drm/nouveau/fb/gp102-ga100: switch to simpler vram size detection method 2023-07-06 17:22:33 +02:00
gt215.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
gv100.c drm/nouveau/fb/gp102-ga100: switch to simpler vram size detection method 2023-07-06 17:22:33 +02:00
Kbuild drm/nouveau: add support for GB20x 2025-05-19 07:14:45 +10:00
mcp77.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
mcp89.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv1a.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv04.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv4e.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv10.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv20.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv25.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv30.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv35.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv36.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv40.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv41.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv44.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv46.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv47.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
nv49.c drm/nouveau/fb: switch to instanced constructor 2021-02-11 11:49:52 +10:00
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/fb: handle sysmem flush page from common code 2022-11-09 10:44:58 +10:00
priv.h drm/nouveau: add support for GH100 2025-05-19 07:14:44 +10:00
r535.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ram.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ram.h drm/nouveau/fb: restore init() for ramgp102 2024-09-10 12:22:48 +02:00
ramfuc.h
ramgf100.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ramgf108.c drm/nouveau/fb/gf100-: declare constants as unsigned long long. 2020-01-15 10:49:59 +10:00
ramgk104.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ramgm107.c drm/nouveau/fb/gf100-: declare constants as unsigned long long. 2020-01-15 10:49:59 +10:00
ramgm200.c drm/nouveau/fb/gf100-: declare constants as unsigned long long. 2020-01-15 10:49:59 +10:00
ramgp100.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ramgp102.c drm/nouveau/fb: restore init() for ramgp102 2024-09-10 12:22:48 +02:00
ramgt215.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
rammcp77.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ramnv1a.c
ramnv04.c
ramnv4e.c
ramnv10.c
ramnv20.c
ramnv40.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ramnv40.h
ramnv41.c
ramnv44.c
ramnv49.c
ramnv50.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ramseq.h
regsnv04.h
sddr2.c
sddr3.c
tu102.c drm/nouveau/fb/tu102-: prepare for GSP-RM 2023-10-31 15:08:11 +10:00