linux/drivers/gpu/drm/msm
Linus Torvalds e70140ba0d Get rid of 'remove_new' relic from platform driver struct
The continual trickle of small conversion patches is grating on me, and
is really not helping.  Just get rid of the 'remove_new' member
function, which is just an alias for the plain 'remove', and had a
comment to that effect:

  /*
   * .remove_new() is a relic from a prototype conversion of .remove().
   * New drivers are supposed to implement .remove(). Once all drivers are
   * converted to not use .remove_new any more, it will be dropped.
   */

This was just a tree-wide 'sed' script that replaced '.remove_new' with
'.remove', with some care taken to turn a subsequent tab into two tabs
to make things line up.

I did do some minimal manual whitespace adjustment for places that used
spaces to line things up.

Then I just removed the old (sic) .remove_new member function, and this
is the end result.  No more unnecessary conversion noise.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2024-12-01 15:12:43 -08:00
..
adreno Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
disp Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
dp Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
dsi Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
hdmi Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
registers drm/msm/mdss: use register definitions instead of hand-coding them 2024-11-02 01:51:17 +02:00
.gitignore drm/msm: generate headers on the fly 2024-04-22 16:22:50 +03:00
Kconfig drm/display: Drop obsolete dependency on COMPILE_TEST 2024-10-18 13:06:55 +03:00
Makefile drm/msm: move MDSS registers to separate header file 2024-11-02 01:51:17 +02:00
NOTES
msm_atomic.c
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c drm/msm: clean up fault injection usage 2024-09-01 20:43:33 -07:00
msm_debugfs.h
msm_drv.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
msm_drv.h drm/msm: drop MAX_BRIDGES define 2024-11-01 00:58:09 +02:00
msm_dsc_helper.h
msm_fb.c drm/msm: drop msm_kms_funcs::get_format() callback 2024-04-23 12:56:30 +03:00
msm_fbdev.c drm/msm: Run DRM default client setup 2024-09-26 09:31:29 +02:00
msm_fence.c drm/msm: Fix hw_fence error path cleanup 2023-07-17 12:54:20 -07:00
msm_fence.h
msm_gem.c drm/msm/gem: Add missing rcu_dereference() 2024-07-02 07:20:34 -07:00
msm_gem.h drm/msm: Acquire reservation lock in GEM pin/unpin callback 2024-03-11 13:33:50 +01:00
msm_gem_prime.c drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}() 2024-03-11 13:33:50 +01:00
msm_gem_shrinker.c drm/msm: Reduce fallout of fence signaling vs reclaim hangs 2023-11-20 17:15:02 -08:00
msm_gem_submit.c drm/msm/gem: Convert to drm_exec 2023-12-10 11:19:44 -08:00
msm_gem_vma.c drm/msm: Remove vma use tracking 2023-08-10 13:08:03 -07:00
msm_gpu.c drm/msm/a6xx: Track current_ctx_seqno per ring 2024-10-03 13:18:34 -07:00
msm_gpu.h drm/msm/a6xx: Track current_ctx_seqno per ring 2024-10-03 13:18:34 -07:00
msm_gpu_devfreq.c drm/msm/gpu: Check the status of registration to PM QoS 2024-10-27 08:26:07 -07:00
msm_gpu_trace.h drm/msm/a6xx: Add traces for preemption 2024-10-03 13:21:52 -07:00
msm_gpu_tracepoints.c
msm_io_utils.c drm/msm/dpu: support binding to the mdp5 devices 2024-02-19 13:39:39 +02:00
msm_iommu.c drm/msm: Use iommu_paging_domain_alloc() 2024-07-04 14:09:33 +01:00
msm_kms.c drm/msm: Use video aperture helpers 2024-10-21 14:09:05 +03:00
msm_kms.h drm/msm/dpu: drop dpu_format_check_modified_format 2024-10-21 14:11:11 +03:00
msm_mdss.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
msm_mdss.h drm/msm/mdss: Handle the reg bus ICC path 2023-12-05 04:09:43 +03:00
msm_mmu.h drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c 2024-04-22 16:22:49 +03:00
msm_perf.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
msm_rd.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
msm_ringbuffer.c drm/msm: Fix some typos in comment 2024-10-27 08:21:50 -07:00
msm_ringbuffer.h drm/msm/a6xx: Implement preemption for a7xx targets 2024-10-03 13:21:52 -07:00
msm_submitqueue.c drm/msm/a6xx: Enable preemption for tested a7xx targets 2024-10-03 13:21:52 -07:00