While converting mdp5_enable/disable() calls to pm_runtime_get/put() API,
an extra call to pm_runtime_put_autosuspend() crept in
mdp5_crtc_cursor_set(). This results in calling the suspend handler
twice, and therefore clk_disables twice, which isn't a nice thing to do.
Fixes:
|
||
---|---|---|
.. | ||
mdp5_cfg.c | ||
mdp5_cfg.h | ||
mdp5_cmd_encoder.c | ||
mdp5_crtc.c | ||
mdp5_ctl.c | ||
mdp5_ctl.h | ||
mdp5_encoder.c | ||
mdp5_irq.c | ||
mdp5_kms.c | ||
mdp5_kms.h | ||
mdp5_mdss.c | ||
mdp5_mixer.c | ||
mdp5_mixer.h | ||
mdp5_pipe.c | ||
mdp5_pipe.h | ||
mdp5_plane.c | ||
mdp5_smp.c | ||
mdp5_smp.h | ||
mdp5.xml.h |