mirror-linux/drivers/gpu/host1x
Akhilesh Patil b4505b6ad9 gpu: host1x: Use dev_err_probe() in probe path
Use dev_err_probe() helper as recommended by core driver model in
drivers/base/core.c to handle deferred probe error. Improve code
consistency and debuggability using standard helper.

Signed-off-by: Akhilesh Patil <akhilesh@ee.iitb.ac.in>
Tested-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/aKgKrCxUvP9Sw0YI@bhairav-test.ee.iitb.ac.in
2025-09-11 19:12:53 +02:00
..
hw gpu: host1x: Wait prefences outside MLOCK 2025-09-11 18:56:35 +02:00
Kconfig
Makefile
bus.c gpu: host1x: Allow loading tegra-drm without enabled engines 2025-09-11 18:56:38 +02:00
bus.h
cdma.c gpu: host1x: Remove mid-job CDMA flushes 2025-05-07 17:49:59 +02:00
cdma.h
channel.c
channel.h
context.c gpu: host1x: Set up device DMA parameters 2024-09-25 21:21:23 +02:00
context.h
context_bus.c gpu: host1x: Make host1x_context_device_bus_type constant 2024-08-29 20:14:29 +02:00
debug.c gpu: host1x: Remove unused host1x_debug_dump_syncpts 2025-02-28 17:44:13 +01:00
debug.h gpu: host1x: Remove unused host1x_debug_dump_syncpts 2025-02-28 17:44:13 +01:00
dev.c gpu: host1x: Use dev_err_probe() in probe path 2025-09-11 19:12:53 +02:00
dev.h gpu: host1x: Fix _writel function declarations 2024-08-29 20:14:29 +02:00
fence.c
fence.h
intr.c gpu: host1x: Fix a use of uninitialized mutex 2025-02-07 15:57:50 +01:00
intr.h gpu: host1x: Request syncpoint IRQs only during probe 2024-08-28 17:28:48 +02:00
job.c
job.h
mipi.c gpu: host1x: mipi: Benefit from devm_clk_get_prepared() 2024-05-27 10:13:55 +02:00
syncpt.c gpu: host1x: Fix race in syncpt alloc/free 2025-09-11 18:56:32 +02:00
syncpt.h