• A
    drm/msm/dsi: Modify port parsing · b9ac76f6
    Archit Taneja 提交于
    The DSI interface is going to have two ports defined in its device node.
    The first port is always going to be the link between the MDP output
    and the input to DSI, the second port is going to be the link between
    the DSI output and the connected panel/bridge:
    
     -----           -----           -------
    | MDP | ------> | DSI | ------> | Panel |
     -----           -----           -------
            (Port 0)       (Port 1)
    
    Until now, there was only one Port representing the output. Update the
    DSI host driver such that it parses Port #1 for a connected device.
    Signed-off-by: NArchit Taneja <architt@codeaurora.org>
    Signed-off-by: NRob Clark <robdclark@gmail.com>
    b9ac76f6
dsi_host.c 56.1 KB