Skip to content
Commit 067fef37 authored by Rob Clark's avatar Rob Clark
Browse files

drm/msm/hdmi: refactor bind/init



Split up hdmi_init() into hdmi_init() (done at hdmi sub-device
bind/probe time) and hdmi_modeset_init() done from master driver's
modeset_init().

Anything that can fail due to dependencies on other drivers which
may be missing or not probed yet should go in hdmi_init(), so that
devm error/cleanup paths work properly.

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent bc00ae02
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment