mirror-linux/drivers/gpu/drm/gud
Ruben Wauters b9e5e9d2c1
drm/gud: rearrange gud_probe() to prepare for function splitting
gud_probe() is currently very large and does many things, including
pipeline setup and feature detection, as well as having USB functions.

This patch re-orders the code in gud_probe() to make it more organised
and easier to split apart in the future.

Signed-off-by: Ruben Wauters <rubenru09@aol.com>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20251020140147.5017-1-rubenru09@aol.com/
2025-10-24 19:36:45 +01:00
..
Kconfig
Makefile
gud_connector.c drm/gud: fix accidentally deleted IS_ERR() check 2025-09-23 10:02:44 +02:00
gud_drv.c drm/gud: rearrange gud_probe() to prepare for function splitting 2025-10-24 19:36:45 +01:00
gud_internal.h drm/gud: Replace simple display pipe with DRM atomic helpers 2025-09-01 08:42:51 +02:00
gud_pipe.c drm/gud: Use kmalloc_array() instead of kmalloc() 2025-10-10 09:28:30 +02:00