public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] DRM deadcode
@ 2024-10-29 23:47 linux
  2024-10-29 23:47 ` [PATCH v2 1/3] drm: Remove unused drm_atomic_helper_commit_planes_on_crtc linux
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: linux @ 2024-10-29 23:47 UTC (permalink / raw)
  To: dmitry.baryshkov, ville.syrjala, jfalempe, tomi.valkeinen,
	maarten.lankhorst, mripard, tzimmermann, airlied, simona
  Cc: dri-devel, linux-kernel, Dr. David Alan Gilbert

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

This is a bunch of deadcode removals; the first two are
strictly whole function removals; the last as a revert
also undoes an extra parameter that was added.  It was a clean
revert.

v2
  Drop Remove unused drm_client_framebuffer_flush
    Jocelyn & Thomas have plans for it
  Drop Remove unused drm_crtc_vblank_count_and_time
    Ville thinks it might be easy to make use of
  Convert Remove unused drm_client_modeset_check
     As suggested by Dmitry, make this a full revert

Dr. David Alan Gilbert (3):
  drm: Remove unused drm_atomic_helper_commit_planes_on_crtc
  drm/sysfs: Remove unused drm_class_device_(un)register
  Revert "drm/client: Add drm_client_modeset_check()"

 drivers/gpu/drm/drm_atomic_helper.c  | 72 ----------------------------
 drivers/gpu/drm/drm_client_modeset.c | 35 ++------------
 drivers/gpu/drm/drm_sysfs.c          | 32 -------------
 include/drm/drm_atomic_helper.h      |  1 -
 include/drm/drm_client.h             |  1 -
 include/drm/drm_sysfs.h              |  4 --
 6 files changed, 4 insertions(+), 141 deletions(-)

-- 
2.47.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-03-03 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 23:47 [PATCH v2 0/3] DRM deadcode linux
2024-10-29 23:47 ` [PATCH v2 1/3] drm: Remove unused drm_atomic_helper_commit_planes_on_crtc linux
2024-10-29 23:47 ` [PATCH v2 2/3] drm/sysfs: Remove unused drm_class_device_(un)register linux
2024-10-29 23:47 ` [PATCH v2 3/3] Revert "drm/client: Add drm_client_modeset_check()" linux
2024-10-31 21:47   ` Dmitry Baryshkov
2025-01-31 12:56     ` Dr. David Alan Gilbert
2025-03-03 16:58     ` Dr. David Alan Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox