linux/drivers/gpu/drm/msm
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
..
adreno Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
disp Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
dp Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
dsi drm/msm/dsi: Add support for Kaanapali 2026-01-21 02:03:57 +02:00
hdmi Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
registers drm/msm/adreno: Introduce A8x GPU Support 2025-11-18 09:04:01 -08:00
.gitignore
Kconfig drm/msm: rearrange symbol selection 2025-07-05 07:13:35 -07:00
Makefile drm/msm/dpu: Add Kaanapali SSPP sub-block support 2026-01-21 02:07:23 +02:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c drm/msm/dpu: don't set crtc_state->mode_changed from atomic_check() 2025-03-05 04:33:33 +02:00
msm_debugfs.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_debugfs.h
msm_drv.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_drv.h Merge tag 'drm-msm-next-2025-09-12' of https://gitlab.freedesktop.org/drm/msm into drm-next 2025-09-16 10:21:38 +10:00
msm_dsc_helper.h drm/msm/dsi: Use existing per-interface slice count in DSC timing 2025-02-26 12:15:48 +02:00
msm_fb.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_fbdev.c drm/fb-helper: Allocate and release fb_info in single place 2025-11-25 11:02:43 +01:00
msm_fence.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_fence.h drm/msm: msm_fence.h: fix all kernel-doc warnings 2025-12-24 11:24:19 +02:00
msm_gem_prime.c drm/msm: Fix 32b size truncation 2025-09-06 08:58:11 -07:00
msm_gem_shrinker.c drm/msm: Use DMA_RESV_USAGE_BOOKKEEP/KERNEL 2025-07-04 17:48:37 -07:00
msm_gem_submit.c drm/msm: make sure last_fence is always updated 2025-10-16 07:47:40 -07:00
msm_gem_vma.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_gem.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_gem.h Merge tag 'drm-msm-next-2026-01-23' of https://gitlab.freedesktop.org/drm/msm into drm-next 2026-01-28 13:06:39 +10:00
msm_gpu_devfreq.c drm/msm/gpu: Fix crash when throttling GPU immediately during boot 2025-05-04 09:20:28 -07:00
msm_gpu_trace.h drm/msm: Add an ftrace for gpu register access 2025-09-08 07:24:59 -07:00
msm_gpu_tracepoints.c
msm_gpu.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_gpu.h drm/msm: msm_gpu.h: fix all kernel-doc warnings 2025-12-24 11:24:19 +02:00
msm_io_utils.c drm/msm: Switch to use hrtimer_setup() 2025-02-18 11:19:06 +01:00
msm_iommu.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_kms.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
msm_kms.h drm/msm: make it possible to disable KMS-related code. 2025-07-05 07:13:35 -07:00
msm_mdss.c drm/msm/mdss: Add support for Kaanapali 2026-01-21 02:03:57 +02:00
msm_mmu.h drm/msm: Support pgtable preallocation 2025-07-04 17:48:37 -07:00
msm_perf.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_rd.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_ringbuffer.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_ringbuffer.h drm/msm/a6xx: Implement preemption for a7xx targets 2024-10-03 13:21:52 -07:00
msm_submitqueue.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
msm_syncobj.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
msm_syncobj.h drm/msm: Extract out syncobj helpers 2025-07-04 17:48:37 -07:00
NOTES