[PATCH 0/5] DRM deadcode

From: linux
Date: Tue Oct 22 2024 - 19:29:55 EST


From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx>

Hi,
This is a bunch of deadcode removals; they're all whole
function removals, no changing actual code or behaviour.

Note the last 3 delete functions that were each added (long ago)
by patches that explicitly added that individual function, but then
neve used them.

Dave

Signed-off-by: Dr. David Alan Gilbert <linux@xxxxxxxxxxx>


Dr. David Alan Gilbert (5):
drm: Remove unused drm_atomic_helper_commit_planes_on_crtc
drm/sysfs: Remove unused drm_class_device_(un)register
drm/vblank: Remove unused drm_crtc_vblank_count_and_time
drm/client: Remove unused drm_client_framebuffer_flush
drm/client: Remove unused drm_client_modeset_check

drivers/gpu/drm/drm_atomic_helper.c | 72 ----------------------------
drivers/gpu/drm/drm_client.c | 33 -------------
drivers/gpu/drm/drm_client_modeset.c | 24 ----------
drivers/gpu/drm/drm_sysfs.c | 32 -------------
drivers/gpu/drm/drm_vblank.c | 44 ++++-------------
include/drm/drm_atomic_helper.h | 1 -
include/drm/drm_client.h | 2 -
include/drm/drm_sysfs.h | 4 --
include/drm/drm_vblank.h | 10 ++--
9 files changed, 12 insertions(+), 210 deletions(-)

--
2.47.0