• Andrzej Hajda's avatar
    drm/exynos/dsi: make te-gpios optional · 22e098da
    Andrzej Hajda authored
    DSI forwards te-gpios interrupts to display controller, but if display
    controller works in HW-TRIGGER mode this interrupt is not necessary.
    Making te-gpios property optional allows to avoid generating spare
    interrupts.
    And also if panel device node of command mode panel device doesn't provide
    te-gpios property then the panel driver failed to probe. This was a critial
    issue.
    
    With this patch we can not only get rid of 60 interrupt callbacks per second
    but also fix the critial issues.
    Signed-off-by: default avatarAndrzej Hajda <a.hajda@samsung.com>
    Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
    22e098da
exynos_drm_dsi.c 49.4 KB