linux/drivers/gpu/drm/mgag200
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
..
Kconfig PCI: Add CONFIG_MMU dependency 2025-04-23 15:40:30 -05:00
Makefile drm/mgag200: Added support for the new device G200eH5 2025-02-11 10:53:53 +01:00
mgag200_bmc.c drm/mgag200: fix mgag200_bmc_stop_scanout() 2026-02-04 08:52:53 +01:00
mgag200_ddc.c drm/mgag200: Do not include <linux/export.h> 2025-06-13 08:54:31 +02:00
mgag200_ddc.h drm/mgag200: Allocate instance of struct mga_i2c_chan dynamically 2024-05-17 17:20:08 +02:00
mgag200_drv.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_drv.h drm/mgag200: fix mgag200_bmc_stop_scanout() 2026-02-04 08:52:53 +01:00
mgag200_g200.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200eh.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200eh3.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200eh5.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200er.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200ev.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200ew3.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200se.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_g200wb.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_mode.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
mgag200_reg.h drm/mgag200: Add vblank support 2024-07-19 11:12:04 +02:00
mgag200_vga.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
mgag200_vga_bmc.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00