Platform: imx8qxp mek b0.
OS: android imx-p9.0.0_2.1.0-auto-ga.
Hardware block:
brief:
Android p9 ga enabled the hardware partition, so it is impossible to share dpu between AP and m4, and seamless switching can be achieved by keeping the last m4 ui frame until android ui is ready.
To achieve seamless switch between android A core and M4 core on android ga, user needs to modify two parts:
Switching flow:
M4 release and move camera, dpu to android partition and share the display buffer memory with android, android will not init the dpu subsyses that have been inited by m4 and will keep the m4 last frame ui until android ui is ready.
Are there similar patch for kernel version 4.19?