[PATCH v2 5/6] drm/rockchip: Improve analogix-dp psr handling

2016-08-17 Thread Yakir Yang
On 08/17/2016 09:11 AM, Sean Paul wrote: > Remove the delayed worker, opting instead for the non-delayed > variety. Also introduce a lock to ensure we don't have races > with the worker and psr_state. Finally, cancel and wait for > the worker to finish when disabling the bridge. > > Signed-off-by:

[PATCH v2 5/6] drm/rockchip: Improve analogix-dp psr handling

2016-08-16 Thread Sean Paul
Remove the delayed worker, opting instead for the non-delayed variety. Also introduce a lock to ensure we don't have races with the worker and psr_state. Finally, cancel and wait for the worker to finish when disabling the bridge. Signed-off-by: Sean Paul --- Changes in v2: - Rebased on