• Mythri P K's avatar
    OMAP4: DSS2: HDMI: Function pointer approach to call · 60634a28
    Mythri P K authored
    HDMI IP fundamentally has replaceable core PHY and PLL blocks.
    These blocks might vary across OMAP's but the end functionality such as to
    enable or disable PLL, PHY, function to read EDID would remain the same.
    
    Thus to make the current hdmi DSS driver compatible with different OMAP's having
    different IP blocks( A combination of different core, PHY, PLL blocks), function
    pointer approach is introduced.
    
    With function pointer, relevant IP dependent functions are mapped to the generic
    functions used by DSS during the initialization based on the OMAP compiled.
    Thus making hdmi DSS driver IP agnostic.
    Signed-off-by: default avatarMythri P K <mythripk@ti.com>
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    60634a28
ti_hdmi.h 2.84 KB