• Inki Dae's avatar
    drm/exynos: consider deferred probe case · df5225bc
    Inki Dae authored
    This patch makes sure that exynos drm framework handles deferred
    probe case correctly.
    
    Sub drivers could be probed before resources, clock, regulator,
    phy or panel, are ready for them so we should make sure that exynos
    drm core waits until all resources are ready and sub drivers are
    probed correctly.
    
    Chagelog v2:
    - Make sure that exynos drm core tries to bind sub drivers only in case that
      they have a pair: crtc and encoder/connector components should be a pair.
    - Remove unnecessary patch:
      drm/exynos: mipi-dsi: consider panel driver-deferred probe
    - Return error type correctly.
    Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
    Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
    df5225bc
exynos_drm_fimd.c 25.7 KB