linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios
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
bit.c
boost.c
conn.c
cstep.c
dcb.c
disp.c
dp.c
extdev.c
fan.c
gpio.c
i2c.c
iccsense.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
image.c
init.c drm/nouveau/bios/init: drop kernel-doc notation 2024-01-08 18:33:58 +01:00
Kbuild
M0203.c
M0205.c
M0209.c
mxm.c
npde.c
P0260.c
pcir.c
perf.c
pll.c
pmu.c drm/nouveau/bios: set info only when the return is not 0 2022-07-15 15:12:22 -04:00
power_budget.c drm/nouveau/bios/power_budget: Move an expression into a macro call parameter in nvbios_power_budget_header() 2023-04-17 19:08:03 +02:00
priv.h drm/nouveau/bios: Rename prom_init() and friends functions 2022-06-08 16:50:40 -04:00
ramcfg.c
rammap.c
shadow.c nouveau: fix function cast warnings 2024-02-16 18:38:47 +01:00
shadowacpi.c
shadowof.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
shadowpci.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
shadowramin.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
shadowrom.c drm/nouveau/bios: Rename prom_init() and friends functions 2022-06-08 16:50:40 -04:00
therm.c
timing.c
vmap.c
volt.c
vpstate.c
xpio.c