Re: [PATCH v6 12/22] media: camss: Remove per VFE power domain toggling

2021-03-11 Thread Robert Foss
On Thu, 11 Mar 2021 at 15:43, Andrey Konovalov wrote: > > Hi Robert, > > Thank you for the patch! > > On 04.03.2021 15:03, Robert Foss wrote: > > For Titan ISPs clocks fail to re-enable during vfe_get() > > after any vfe has been halted and its corresponding power > > domain power has been detache

Re: [PATCH v6 12/22] media: camss: Remove per VFE power domain toggling

2021-03-11 Thread Andrey Konovalov
Hi Robert, Thank you for the patch! On 04.03.2021 15:03, Robert Foss wrote: For Titan ISPs clocks fail to re-enable during vfe_get() after any vfe has been halted and its corresponding power domain power has been detached. Since all of the clocks depend on all of the PDs, per VFE PD detaching

[PATCH v6 12/22] media: camss: Remove per VFE power domain toggling

2021-03-04 Thread Robert Foss
For Titan ISPs clocks fail to re-enable during vfe_get() after any vfe has been halted and its corresponding power domain power has been detached. Since all of the clocks depend on all of the PDs, per VFE PD detaching is no option for this generation of HW. Signed-off-by: Robert Foss --- Chang