• Tomi Valkeinen's avatar
    drm/omap: remove use of omapdss_find_mgr_from_display() · 179df15f
    Tomi Valkeinen authored
    In order to remove uses of 'struct omap_overlay_manager' we need to get
    rid of using omapdss_find_mgr_from_display() when initializing omapdrm.
    
    Instead of using omapdss_find_mgr_from_display() and mgr->id to find the
    dispc channel used for the given display, we can instead use
    omapdss_find_output_from_display(), and get the output->dispc_channel
    from there.
    
    We can also remove omapdss_find_mgr_from_display() as it's no longer
    used.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    179df15f
omap_drv.c 23.5 KB