mirror_ubuntu-kernels/drivers/gpu/drm/msm
Dmitry Baryshkov c73588c091 drm/msm/dsi: move next bridge acquisition to dsi_bind
Currently the MSM DSI driver looks for the next bridge during
msm_dsi_modeset_init(). If the bridge is not registered at that point,
this might result in -EPROBE_DEFER, which can be problematic that late
during the device probe process. Move next bridge acquisition to the
dsi_bind state so that probe deferral is returned as early as possible.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/582210/
Link: https://lore.kernel.org/r/20240309-fd-dsi-cleanup-bridges-v1-2-962ebdba82ed@linaro.org
2024-04-22 16:22:50 +03:00
..
adreno drm/msm: Drop msm_read/writel 2024-04-22 16:22:50 +03:00
disp drm/msm: Drop msm_read/writel 2024-04-22 16:22:50 +03:00
dp drm/msm/dp: Use function arguments for audio operations 2024-04-22 16:22:49 +03:00
dsi drm/msm/dsi: move next bridge acquisition to dsi_bind 2024-04-22 16:22:50 +03:00
hdmi drm/msm: Drop msm_read/writel 2024-04-22 16:22:50 +03:00
registers drm/msm: Fix gen_header.py for older python3 versions 2024-04-22 16:22:50 +03:00
.gitignore drm/msm: generate headers on the fly 2024-04-22 16:22:50 +03:00
Kconfig drm/msm/gem: Convert to drm_exec 2023-12-10 11:19:44 -08:00
Makefile drm/msm: generate headers on the fly 2024-04-22 16:22:50 +03:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_atomic.c
msm_debugfs.c drm/msm: don't create GPU-related debugfs files with no GPU present 2023-11-20 18:31:42 -08:00
msm_debugfs.h
msm_drv.c drm/msm: remove dependencies from core onto adreno headers 2024-04-22 16:22:49 +03:00
msm_drv.h drm/msm: Drop msm_read/writel 2024-04-22 16:22:50 +03:00
msm_dsc_helper.h
msm_fb.c drm/msm: convert all pixel format logging to use %p4cc 2024-04-22 16:22:49 +03:00
msm_fbdev.c
msm_fence.c
msm_fence.h
msm_gem_prime.c drm/msm/gem: Fix double resv lock aquire 2024-02-01 14:59:35 -08:00
msm_gem_shrinker.c drm/msm: Reduce fallout of fence signaling vs reclaim hangs 2023-11-20 17:15:02 -08:00
msm_gem_submit.c drm/msm/gem: Convert to drm_exec 2023-12-10 11:19:44 -08:00
msm_gem_vma.c drm/msm: Remove vma use tracking 2023-08-10 13:08:03 -07:00
msm_gem.c drm/msm/gem: Demote userspace errors to DRM_UT_DRIVER 2023-11-20 18:35:26 -08:00
msm_gem.h drm/msm/gem: Convert to drm_exec 2023-12-10 11:19:44 -08:00
msm_gpu_devfreq.c
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpu.c drm/msm: remove dependencies from core onto adreno headers 2024-04-22 16:22:49 +03:00
msm_gpu.h drm/msm: Drop msm_read/writel 2024-04-22 16:22:50 +03:00
msm_io_utils.c drm/msm/dpu: support binding to the mdp5 devices 2024-02-19 13:39:39 +02:00
msm_iommu.c drm/msm: Wire up tlb ops 2024-02-15 08:51:31 -08:00
msm_kms.c drm/msm: Add newlines to some debug prints 2024-03-29 13:25:22 -07:00
msm_kms.h drm/msm/mdp5: drop split display support 2024-02-11 22:38:06 +02:00
msm_mdss.c drm/msm: mdss: Add X1E80100 support 2024-02-22 23:23:24 +02:00
msm_mdss.h drm/msm/mdss: Handle the reg bus ICC path 2023-12-05 04:09:43 +03:00
msm_mmu.h drm/msm: move msm_gpummu.c to adreno/a2xx_gpummu.c 2024-04-22 16:22:49 +03:00
msm_perf.c
msm_rd.c drm/msm: don't create GPU-related debugfs files with no GPU present 2023-11-20 18:31:42 -08:00
msm_ringbuffer.c Revert "drm/msm/gpu: Push gpu lock down past runpm" 2024-02-01 15:24:10 -08:00
msm_ringbuffer.h drm/msm/a6xx: Add skeleton A7xx support 2023-10-09 11:22:05 -07:00
msm_submitqueue.c
NOTES