commit | b883c9ba18a4d527fddc952a35565e34a5d22e15 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Thu Aug 18 12:01:46 2016 -0700 |
committer | Sean Paul <seanpaul@chromium.org> | Wed Sep 21 06:55:47 2016 -0700 |
tree | 95c633828ad4820f668515525b4d5ee12e04419c | |
parent | 52f13a02b7d5f26feb69bf955bef10fbfaafbd7c [diff] |
drm/rockchip: Don't key off vblank for psr Instead of keying off vblank for psr, just flush every time we get an atomic update. This ensures that cursor updates will properly disable psr (without turning vblank on/off), and unifies the paths between fb_dirty and atomic psr enable/disable. Reviewed-by: Yakir Yang <ykk@rock-chips.com> Signed-off-by: Sean Paul <seanpaul@chromium.org>