Re: [PATCH] venus: pm_helpers: Control core power domain manually

2021-01-11 Thread Fritz Koenig
On Fri, Jan 8, 2021 at 11:23 PM Stanimir Varbanov wrote: > > Presently we use device_link to control core power domain. But this > leads to issues because the genpd doesn't guarantee synchronous on/off > for supplier devices. Switch to manually control by pmruntime calls. > > Signed-off-by:

[PATCH] venus: pm_helpers: Control core power domain manually

2021-01-08 Thread Stanimir Varbanov
Presently we use device_link to control core power domain. But this leads to issues because the genpd doesn't guarantee synchronous on/off for supplier devices. Switch to manually control by pmruntime calls. Signed-off-by: Stanimir Varbanov --- drivers/media/platform/qcom/venus/core.h | 1