linux/drivers/gpu/drm/nouveau/nvkm/engine/disp
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
chan.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
chan.h drm/nouveau/disp/r535: initial support 2023-10-31 15:08:16 +10:00
conn.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
conn.h drm/nouveau/disp: move outp init/fini paths to chipset code 2023-09-19 18:22:24 -04:00
dp.c drm/nouveau/kms/nv50-: create outputs based on nvkm info 2023-09-19 18:22:29 -04:00
dp.h drm/nouveau/disp: add method to control DPAUX pad power 2022-11-09 08:22:02 +10:00
g84.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
g94.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
ga102.c drm/nouveau/disp/r535: initial support 2023-10-31 15:08:16 +10:00
gf119.c drm/nouveau/disp/tu102-: prepare for GSP-RM 2023-10-31 15:08:14 +10:00
gk104.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
gk110.c drm/nouveau/disp: add common channel class handling 2022-07-27 09:05:48 +10:00
gm107.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
gm200.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
gp100.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
gp102.c drm/nouveau/disp: add common channel class handling 2022-07-27 09:05:48 +10:00
gt200.c drm/nouveau/disp: add common channel class handling 2022-07-27 09:05:48 +10:00
gt215.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
gv100.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
hdmi.c
hdmi.h
head.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
head.h drm/nouveau/disp: move head scanoutpos method 2022-11-09 10:43:10 +10:00
ior.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ior.h drm/nouveau/disp/r535: initial support 2023-10-31 15:08:16 +10:00
Kbuild drm/nouveau/gsp: add display class ids to gpu hal 2025-05-19 06:29:23 +10:00
mcp77.c drm/nouveau/disp: Fix missing backlight control on Macbook 5,1 2025-01-07 15:45:55 +01:00
mcp89.c drm/nouveau/disp: add output backlight control methods 2023-09-19 18:22:06 -04:00
nv04.c drm/nouveau/disp: merge head/outp/ior code into chipset files 2022-07-27 09:05:47 +10:00
nv50.c drm/nouveau/disp/tu102-: prepare for GSP-RM 2023-10-31 15:08:14 +10:00
outp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
outp.h drm/nouveau/kms/nv50-: create outputs based on nvkm info 2023-09-19 18:22:29 -04:00
priv.h drm/nouveau/disp/r535: initial support 2023-10-31 15:08:16 +10:00
tu102.c drm/nouveau/disp/r535: initial support 2023-10-31 15:08:16 +10:00
uconn.c drm/nouveau: implement missing DCB connector types; gracefully handle unknown connectors 2026-01-21 15:47:40 -05:00
udisp.c drm/nouveau/disp: expose conn event class 2022-11-09 10:44:27 +10:00
uhead.c drm/nouveau/disp: expose head event class 2022-11-09 10:44:27 +10:00
uoutp.c drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors 2023-12-15 14:11:47 +10:00
vga.c