commit | aad389634066e35be0114edca6d26efda6ab884d | [log] [tgz] |
---|---|---|
author | Liviu Dudau <Liviu.Dudau@arm.com> | Thu Jul 21 16:09:38 2016 +0100 |
committer | Liviu Dudau <Liviu.Dudau@arm.com> | Wed Nov 02 23:04:58 2016 +0000 |
tree | 7ff42d031ed9072e6d22408f560653692dbe0385 | |
parent | fb422950c6cd726fd36eb72a7cf84583440a18a2 [diff] |
drm: mali-dp: Clear the config_valid flag before using it in wait_event. config_valid variable is used to signal the activation of the CVAL request when the vsync interrupt has fired. malidp_set_and_wait_config_valid() uses the variable in wait_event_interruptible_timeout without clearing it first, so the wait is skipped. Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>