Yes our IPU can support the automatic flow controlled by FSU.
Please refer to the following registers:
IPU_FS_PROC_FLOW1
IPU_FS_PROC_FLOW2
IPU_FS_PROC_FLOW3
IPU_FS_DISP_FLOW1
IPU_FS_DISP_FLOW2
You must set the source and destination of a sub-module to chain them.
Taking the use case CSI->SMFC->IDMAC->MEM->DP FG for display as an example:
IPU_IPU_FS_PROC_FLOW3__SMFC0_DEST_SEL = 0xA // destination to channel 27
IPU_IPU_FS_DISP_FLOW1__DP_SYNC1_SRC_SEL = 0x1 // DP FG source from SMFC0
Then the capture->display would be linked and triggered automatically.