commit | be91a983eaf272ed0a982e7c92b47e78d7ccc51a | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Tue Sep 06 14:11:53 2016 -0400 |
committer | Sean Paul <seanpaul@chromium.org> | Wed Sep 21 06:55:49 2016 -0700 |
tree | aa77c44afc8752ea1320494c540b594e5bde9d84 | |
parent | d2f12adc004dd83ce700ecaebabd4f802a586370 [diff] |
drm/rockchip: Fix up bug in psr state machine The ->set() callback would always be called when transitioning from FLUSH->DISABLE since we assign state to psr->state right above the skip condition. Reported-by: Daniel Kurtz <djkurtz@chromium.org> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Sean Paul <seanpaul@chromium.org>