Skip to content
Snippets Groups Projects
Commit 45de0677 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Tomeu Vizoso
Browse files

drm/msm/dp: call dp_display_get_next_bridge() during probe


The funcion dp_display_get_next_bridge() can return -EPROBE_DEFER if the
next bridge is not (yet) available. However returning -EPROBE_DEFER from
msm_dp_modeset_init() is not ideal. This leads to -EPROBE return from
component_bind, which can easily result in -EPROBE_DEFR loops.

Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
parent 6b6fc27d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment