• Rob Clark's avatar
    drm/msm/hdmi: refactor bind/init · 067fef37
    Rob Clark authored
    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>
    067fef37
hdmi_phy_8960.c 15.8 KB