• G
    drm/exynos: remove exynos_drm_create_enc_conn() · a2986e80
    Gustavo Padovan 提交于
    This functions was just hiding the encoder and connector creation in
    a way that was less clean than if we get rid of it. For example,
    exynos_encoder ops had .create_connector() defined only because we were
    handing off the encoder and connector creation to
    exynos_drm_create_enc_conn(). Without this function we can directly call
    the create_connector function internally in the code, without the need of
    any vtable access.
    
    It also does some refactoring in the code like creating a bind function
    for dpi devices.
    Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
    Signed-off-by: NInki Dae <inki.dae@samsung.com>
    a2986e80
exynos_hdmi.c 58.2 KB