mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-03 22:08:07 +00:00
Originally when using pm_runtime_put, there's a chance that the runtime
suspend hook will be run after the following anx7625_bridge_mode_set
call, resulting in the display_timing_valid field to be cleared, and the
following power on fail.
Change all pm_runtime_put to pm_runtime_put_sync, so all power off
operations are guaranteed to be done after the call returns.
Fixes:
|
||
|---|---|---|
| .. | ||
| analogix_dp_core.c | ||
| analogix_dp_core.h | ||
| analogix_dp_reg.c | ||
| analogix_dp_reg.h | ||
| analogix-anx78xx.c | ||
| analogix-anx78xx.h | ||
| analogix-anx6345.c | ||
| analogix-i2c-dptx.c | ||
| analogix-i2c-dptx.h | ||
| analogix-i2c-txcommon.h | ||
| anx7625.c | ||
| anx7625.h | ||
| Kconfig | ||
| Makefile | ||