• Tomi Valkeinen's avatar
    drm/omap: remove crtc->mgr field · 3a924138
    Tomi Valkeinen authored
    In order to remove uses of 'struct omap_overlay_manager' from omapdrm,
    this patch removes the crtc->mgr field.
    
    To accomplish that, a new static array is added along the current
    'omap_crtcs' static array, which is used to store the output device
    connected to a crtc.
    
    Optimally we'd use the struct omap_crtc to store this information, but
    at the time when omap_crtc_dss_connect() is called, we don't yet have
    the omap_crtc instances. This might possibly be fixed later, but for now
    the static array does the job.
    Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
    3a924138
omap_crtc.c 14.4 KB