• Archit Taneja's avatar
    drm/msm/mdp5: Prepare for dynamic assignment of mixers · 894558ec
    Archit Taneja authored
    Add the stuff needed to allow dynamically assigning a mixer to a CRTC.
    
    Since mixers are a resource that can be shared across multiple CRTCs, we
    need to maintain a 'hwmixer_to_crtc' map in the global atomic state,
    acquire the mdp5_kms.state_lock modeset lock and so on.
    
    The mixer is assigned in the CRTC's atomic_check() func, a failure will
    result in the new state being cleanly rolled back.
    
    The mixer assignment itself is straightforward, and almost identical to
    what we do for hwpipes. We don't need to grab the old hwmixer_to_crtc
    state like we do in hwpipes since we don't need to compare anything
    with the old state at the moment.
    
    The only LM capability we care about at the moment is whether the mixer
    instance can be used to display stuff (i.e, connect to an INTF
    downstream).
    Signed-off-by: default avatarArchit Taneja <architt@codeaurora.org>
    Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
    894558ec
mdp5_mixer.h 1.43 KB