linux/drivers/gpu/drm/nouveau/nvif
Linus Torvalds 32a92f8c89 Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
This converts some of the visually simpler cases that have been split
over multiple lines.  I only did the ones that are easy to verify the
resulting diff by having just that final GFP_KERNEL argument on the next
line.

Somebody should probably do a proper coccinelle script for this, but for
me the trivial script actually resulted in an assertion failure in the
middle of the script.  I probably had made it a bit _too_ trivial.

So after fighting that far a while I decided to just do some of the
syntactically simpler cases with variations of the previous 'sed'
scripts.

The more syntactically complex multi-line cases would mostly really want
whitespace cleanup anyway.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 20:03:00 -08:00
..
chan.c drm/nouveau/nvif: fix null ptr deref on pre-fermi boards 2025-07-21 11:16:11 +02:00
chan506f.c drm/nouveau/gf100-: track chan progress with non-WFI semaphore release 2025-05-19 07:14:44 +10:00
chan906f.c drm/nouveau/gf100-: track chan progress with non-WFI semaphore release 2025-05-19 07:14:44 +10:00
chanc36f.c drm/nouveau/gf100-: track chan progress with non-WFI semaphore release 2025-05-19 07:14:44 +10:00
client.c nouveau: add a third state to the fini handler. 2026-02-04 12:17:43 +10:00
conn.c drm/nouveau/conn: Avoid -Wflex-array-member-not-at-end warning 2025-03-28 16:19:36 +01:00
device.c drm/nouveau: always map device 2024-07-27 03:05:35 +02:00
disp.c drm/nouveau/kms: add support for GB20x 2025-05-19 07:14:45 +10:00
driver.c drm/nouveau/nvif: remove client device arg 2024-07-27 03:05:32 +02:00
event.c drm/nouveau/nvkm: add a replacement for nvkm_notify 2022-11-09 10:44:26 +10:00
fifo.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
head.c drm/nouveau/disp: expose head event class 2022-11-09 10:44:27 +10:00
Kbuild drm/nouveau/gf100-: track chan progress with non-WFI semaphore release 2025-05-19 07:14:44 +10:00
mem.c drm/nouveau/nvif: give every mem object a human-readable identifier 2020-07-24 18:50:51 +10:00
mmu.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
object.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
outp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
timer.c drm/nouveau/nvif: protect waits against GPU falling off the bus 2020-04-07 14:37:50 +10:00
user.c drm/nouveau: add support for GB20x 2025-05-19 07:14:45 +10:00
userc361.c drm/nouveau/nvif: access PTIMER through usermode class, if available 2020-04-07 14:37:50 +10:00
vmm.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00