• Yakir Yang's avatar
    drm/rockchip: vop: export line flag function · 69c34e41
    Yakir Yang authored
    VOP have integrated a hardware counter which indicate the exact display
    line that vop is scanning. And if we're interested in a specific line,
    we can set the line number to vop line_flag register, and then vop would
    generate a line_flag interrupt for it.
    
    For example eDP PSR function is interested in the vertical blanking
    period, then driver could set the line number to zero.
    
    This patch have exported a symbol that allow other driver to listen the
    line flag event with given timeout limit:
    -  rockchip_drm_wait_line_flag()
    Signed-off-by: default avatarYakir Yang <ykk@rock-chips.com>
    Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
    69c34e41
rockchip_drm_vop.h 7.16 KB