1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/vc4
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
..
tests drm/vc4: hvs: Change prototype of __vc4_hvs_alloc to pass registers 2024-09-09 13:02:54 +01:00
Kconfig drm/vc4: Run DRM default client setup 2024-09-26 09:31:27 +02:00
Makefile drm/vc4: tests: Add unit test suite for the PV muxing 2022-12-08 09:56:56 +01:00
vc4_bo.c drm/vc4: Make v3d paths unavailable on any generation newer than vc4 2024-09-09 13:02:53 +01:00
vc4_crtc.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_debugfs.c drm/vc4: use new debugfs device-centered functions 2022-12-22 14:59:16 -03:00
vc4_dpi.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_drv.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_drv.h drm/vc4: plane: Move the buffer offset out of the vc4_plane_state 2024-09-09 13:02:54 +01:00
vc4_dsi.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_fence.c drm/vc4: Remove unecessary dma_fence_ops 2018-07-03 13:14:10 +02:00
vc4_gem.c drm/vc4: Make v3d paths unavailable on any generation newer than vc4 2024-09-09 13:02:53 +01:00
vc4_hdmi.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_hdmi.h drm/vc4: hdmi: Switch to HDMI connector 2024-05-28 10:24:41 +02:00
vc4_hdmi_phy.c drm/vc4: hdmi: Switch to HDMI connector 2024-05-28 10:24:41 +02:00
vc4_hdmi_regs.h drm/vc4: hdmi: Warn if writing to an unknown HDMI register 2024-09-09 13:02:52 +01:00
vc4_hvs.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_irq.c drm/vc4: Make v3d paths unavailable on any generation newer than vc4 2024-09-09 13:02:53 +01:00
vc4_kms.c drm/vc4: Make v3d paths unavailable on any generation newer than vc4 2024-09-09 13:02:53 +01:00
vc4_packet.h
vc4_perfmon.c Backmerge v6.12-rc6 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2024-11-04 14:25:33 +10:00
vc4_plane.c drm/vc4: plane: Move the buffer offset out of the vc4_plane_state 2024-09-09 13:02:54 +01:00
vc4_qpu_defines.h drm/vc4: Fix definition of QPU_R_MS_REV_FLAGS 2016-07-15 15:19:52 -07:00
vc4_regs.h drm/vc4: hvs: Remove ABORT_ON_EMPTY flag 2024-09-09 13:02:53 +01:00
vc4_render_cl.c drm/vc4: Make v3d paths unavailable on any generation newer than vc4 2024-09-09 13:02:53 +01:00
vc4_trace.h drm/vc4: add tracepoints for CL submissions 2022-03-17 15:12:25 +01:00
vc4_trace_points.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
vc4_txp.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_v3d.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
vc4_validate.c drm/vc4: Make v3d paths unavailable on any generation newer than vc4 2024-09-09 13:02:53 +01:00
vc4_validate_shaders.c drm/vc4: Make v3d paths unavailable on any generation newer than vc4 2024-09-09 13:02:53 +01:00
vc4_vec.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00