• Harigovindan P's avatar
    drm/msm: update LANE_CTRL register value from default value · e3ff6881
    Harigovindan P authored
    LANE_CTRL register in latest version of DSI controller (v2.2)
    has additional functionality introduced to enable/disable HS
    signalling with default value set to enabled. To accommodate this
    change, LANE_CTRL register should be read and bit wise ORed to enable
    non continuous clock mode. Without this change, if register is written
    directly, HS signalling will be disabled resulting in black screen.
    
    Changes in v1:
    	-Update LANE_CTRL register value
    Changes in v2:
    	-Changing commit message accordingly.
    Signed-off-by: default avatarHarigovindan P <harigovi@codeaurora.org>
    Signed-off-by: default avatarRob Clark <robdclark@chromium.org>
    e3ff6881
dsi_host.c 61.1 KB