1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/tidss
Andrew Halaney b2ec429b69
drm/tidss: Use dev_err_probe() over dev_dbg() when failing to probe the port
This gets logged out to /sys/kernel/debug/devices_deferred in the
-EPROBE_DEFER case and as an error otherwise. The message here provides
useful information to the user when troubleshooting why their display is
not working in either case, so let's make it output appropriately.

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Tested-by: Enric Balletbo i Serra <eballetbo@kernel.org>
Link: https://lore.kernel.org/r/20240228-tidss-dev-err-probe-v1-1-5482252326d3@redhat.com
Signed-off-by: Maxime Ripard <mripard@kernel.org>
2024-03-05 12:13:57 +01:00
..
Kconfig drm/gem: rename GEM CMA helpers to GEM DMA helpers 2022-08-03 18:31:49 +02:00
Makefile drm/tidss: New driver for TI Keystone platform Display SubSystem 2020-01-27 19:27:30 +02:00
tidss_crtc.c drm/tidss: Fix sync-lost issue with two displays 2024-02-26 10:09:43 +02:00
tidss_crtc.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_dispc.c drm/tidss: Fix dss reset 2023-12-01 12:04:42 +02:00
tidss_dispc.h drm/tidss: Add support for AM62A7 DSS 2023-12-01 12:04:37 +02:00
tidss_dispc_regs.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_drv.c drm/tidss: IRQ code cleanup 2023-12-01 12:04:42 +02:00
tidss_drv.h drm/tidss: Convert to Linux IRQ interfaces 2021-08-10 20:13:49 +02:00
tidss_encoder.c drm/tidss: Update encoder/bridge chain connect model 2023-07-10 14:21:29 +02:00
tidss_encoder.h drm/tidss: Update encoder/bridge chain connect model 2023-07-10 14:21:29 +02:00
tidss_irq.c drm/tidss: IRQ code cleanup 2023-12-01 12:04:42 +02:00
tidss_irq.h drm/tidss: Convert to Linux IRQ interfaces 2021-08-10 20:13:49 +02:00
tidss_kms.c drm/tidss: Use dev_err_probe() over dev_dbg() when failing to probe the port 2024-03-05 12:13:57 +01:00
tidss_kms.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_plane.c drm/tidss: Fix initial plane zpos values 2024-02-26 10:09:23 +02:00
tidss_plane.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_scale_coefs.c drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00
tidss_scale_coefs.h drm/tidss: Replace HTTP links with HTTPS ones 2020-07-16 22:13:52 +02:00