1. Theoretically, the Cortex-R in the MCU Domain of AM62P should be able to control the screen display just like the Cortex-R in the Wakeup Domain, but there are no current examples. Does this mean that users need to manually port it? Is this understanding correct?
2. Currently, all the DSS-related demos, after preparing the buffer to be displayed, send the display through FVID2 instead of using a simple framebuffer or the commonly used DRM in the Linux system. Is this to support the data stream from the camera at the same time?
3. The Video pipeline of DSS is visible to both the Main Domain and the WKUP Domain. When using the Cortex-R core to control the screen display, do we need to disable the device tree description related to the display in the Linux dts?