]> www.infradead.org Git - users/hch/misc.git/commit
drm/probe-helper: Call connector detect functions in single helper
authorThomas Zimmermann <tzimmermann@suse.de>
Mon, 15 Jul 2024 09:38:57 +0000 (11:38 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 14 Jan 2025 10:20:49 +0000 (11:20 +0100)
commit6e11ce84c514f3ad8c8c766e1328bf49d80a0325
tree2c84d93521817081276dc0e5f93cac0e33153843
parentb3dff598e72f58888f39588d621913eddb9f9313
drm/probe-helper: Call connector detect functions in single helper

Move the logic to call the connector's detect helper into a single
internal function. Reduces code dupliction.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240715093936.793552-2-tzimmermann@suse.de
drivers/gpu/drm/drm_probe_helper.c