linux/drivers/gpu/drm/panfrost
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
..
Kconfig drm/panfrost: fix GENERIC_ATOMIC64 dependency 2023-01-18 11:09:57 +00:00
Makefile drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs 2024-03-11 13:27:10 +01:00
panfrost_devfreq.c drm: include drm_print.h where needed 2025-10-31 10:34:52 +02:00
panfrost_devfreq.h drm/panfrost: Add fdinfo support GPU load metrics 2023-10-04 13:04:15 +02:00
panfrost_device.c drm/panfrost: Introduce huge tmpfs mountpoint option 2025-12-08 10:56:31 +01:00
panfrost_device.h drm/panfrost: Expose the selected coherency protocol to the UMD 2025-12-09 13:09:36 +01:00
panfrost_drv.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
panfrost_drv.h drm/panfrost: Introduce huge tmpfs mountpoint option 2025-12-08 10:56:31 +01:00
panfrost_dump.c drm/panfrost: Replace DRM driver allocation method with newer one 2025-10-20 16:05:16 +01:00
panfrost_dump.h drm/panfrost: Add support for devcoredump 2022-08-08 12:39:55 +01:00
panfrost_features.h drm/panfrost: Set HW_FEATURE_AARCH64_MMU feature flag on Bifrost models 2025-03-31 12:08:28 +01:00
panfrost_gem.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
panfrost_gem.h drm/panfrost: Add flag to map GEM object Write-Back Cacheable 2025-12-09 13:09:37 +01:00
panfrost_gem_shrinker.c drm/panfrost: Replace DRM driver allocation method with newer one 2025-10-20 16:05:16 +01:00
panfrost_gpu.c drm/panfrost: Expose the selected coherency protocol to the UMD 2025-12-09 13:09:36 +01:00
panfrost_gpu.h drm/panfrost: Add SYSTEM_TIMESTAMP and SYSTEM_TIMESTAMP_FREQUENCY parameters 2024-09-02 10:13:38 +01:00
panfrost_issues.h
panfrost_job.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
panfrost_job.h drm/panfrost: Rename panfrost_job functions to reflect real role 2025-10-20 16:05:18 +01:00
panfrost_mmu.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
panfrost_mmu.h drm/panfrost: Add forward declaration and types header 2025-10-20 16:05:17 +01:00
panfrost_perfcnt.c drm/panfrost: Handle error when allocating AS number 2025-10-20 16:05:17 +01:00
panfrost_perfcnt.h
panfrost_regs.h drm/panfrost: Expose the selected coherency protocol to the UMD 2025-12-09 13:09:36 +01:00
TODO