Tool/software:
Hi experts,
I uesed J722SXH01EVM to test csitx/dsitx in vision_apps.
1. I found that gDssDisplayInterface is defined as DSS_HDMI_INTERFACE in generated/ti_drivers_config.c
In psdkra/vision_apps/platform/j722s/rtos/mcu2_0/generated/ti_drivers_config.h, there are two dss defination and no relevant definition about DSS_DSI.
uint32_t gDssDisplayInterface = DSS_HDMI_INTERFACE; #define DSS_HDMI_INTERFACE (0U) #define DSS_OLDI_INTERFACE (1U) #define DSS_MAX_INTERFACES (2U)
2. In psdkra/vision_apps/platform/j722s/rtos/common/app_cfg_mcu2_0.h
There's no mention of supporting DSS_DSI.
When ENABLE_DSS_SINGLE is defined, only one of ENABLE_DSS_HDMI or ENABLE_DSS_EDP should be defined
When ENABLE_DSS_DUAL is defined, ENABLE_DSS_HDMI and ENABLE_DSS_EDP are not used, both EDP and HDMI are enabled unconditionally
/* IMPORANT NOTE:
* - Only one of ENABLE_DSS_SINGLE or ENABLE_DSS_DUAL should be defined
* - When ENABLE_DSS_SINGLE is defined, only one of ENABLE_DSS_HDMI or ENABLE_DSS_EDP should be defined
* - When ENABLE_DSS_DUAL is defined, ENABLE_DSS_HDMI and ENABLE_DSS_EDP are not used, both EDP and HDMI are enabled unconditionally
*/
#define ENABLE_DSS_SINGLE
#undef ENABLE_DSS_DUAL
version:
sdk rtos: ti-processor-sdk-rtos-j722s-evm-10_00_00_05.tar.gz
sdk linux: ti-processor-sdk-linux-adas-j722s-evm-10_00_00_08-Linux-x86-Install.bin
So, Does j722s's vision_apps support DSS-DSI, and how to enable and test it.?